ChinaUnix.net
相关文章推荐:

oracle 启动监听

oracle数据库任何时候可以处于四种状态之一:
?        SHUTDOWN:数据库关闭
?        NOMOUNT:例程启动
?        MOUNT:例程启动,控制文件打开
?        OPEN:例程启动,所有数据文件打开
数据库可以在几种状态之间转变:
?        NOMOUNT到MOUNT
ALTER  DATABASE  MOU...

by ccjsj1_cu - Oracle - 2011-12-20 09:48:18 阅读(963) 回复(0)

相关讨论

oracle数据库任何时候可以处于四种状态之一:
?        SHUTDOWN:数据库关闭
?        NOMOUNT:例程启动
?        MOUNT:例程启动,控制文件打开
?        OPEN:例程启动,所有数据文件打开
数据库可以在几种状态之间转变:
?        NOMOUNT到MOUNT
ALTER  DATABASE  MOU...

by ccjsj1 - Oracle - 2011-12-20 09:48:17 阅读(2509) 回复(0)

我用虚拟机玩的centos5.4 安装了oracle11gR1 oracle监听程序每次我开机都要手动命令 lsnrctl start开启吗? 是先开数据库还是先开监听

by a2320863 - Oracle - 2010-01-20 20:33:13 阅读(2055) 回复(6)

lsnrctl status LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 05-JAN-2010 14:29:16 Copyright (c) 1991, 2005, oracle. All rights reserved. Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)(ADDRESS=(PROTOCOL=TCP)(HOST=10.10.80.225)(PORT=1521)))) TNS-01103: Protocol specific component of the address is incorrectly specified TNS-12533: TNS:illegal ADDRESS parameters TNS-...

by Cret - 数据库应用 - 2011-03-15 10:34:39 阅读(4093) 回复(5)

C:\oracle\ora92\bin>lsnrctl start LSNRCTL for 32-bit Windows: Version 9.2.0.6.0 - Production on 02-7月 -2007 16:21 :11 Copyright (c) 1991, 2002, oracle Corporation. All rights reserved. 启动tnslsnr:请稍候... TNSLSNR for 32-bit Windows: Version 9.2.0.6.0 - Production 系统参数文件为C:\oracle\ORA92\network\admin\listener.ora 写入C:\oracle\ORA92\network\log\listener.log的日志信息 监听:(DESCRIPT...

by fanzerca - Oracle - 2007-07-03 11:13:46 阅读(3368) 回复(6)

[oracle@localhost root]$/install/oracle/product/9.2.0/bin/lsnrctl start LSNRCTL for Linux: Version 9.2.0.4.0 - Production on 09-DEC-2005 10:21:28 Copyright (c) 1991, 2002, oracle Corporation. All rights reserved. Message 1070 not found; No message file for product=network, facility=TNSTNS-12546: Message 12546 not found; No message file for product=network, facility=TNS TNS-12560: Message 1256...

by cs8857610 - Oracle - 2007-10-15 17:44:08 阅读(5186) 回复(8)

LSNRCTL for Linux: Version 8.1.6.0.0 - Production on 19-4月 -2005 00:42:07 (c) Copyright 1998, 1999, oracle Corporation. All rights reserved. 欢迎来到LSNRCTL,请键入"help"以获得信息。 小弟遇到下面问题: 用oracle用户启动,已检查用户及属组都没有问题  LSNRCTL>; start 启动/u01/app/oracle/product/8.1.6/bin/tnslsnr:请稍候... TNSLSNR for Linux: Version 8.1.6.0.0 - Production 系统参数文件为/u01/ap...

by Air_Fish - Oracle - 2005-06-01 15:31:36 阅读(4384) 回复(7)

本帖最后由 shizhi2829 于 2012-12-16 18:24 编辑 按着视频一步步操作的,可是他们用netca配置完之后然后ps -ef 都会看到监听listener启动了,可是我的就是没有,用命令lsnrctl start报错,哪位牛人帮帮小弟啊 我的.bash_profile文件配置如下: 我安装的时候只安装了软件还没有用dbca安装数据库,安装完毕后直接netca,之后就ps -ef 然后也没见有listener那个进程,用lsnrctl start查时候就报错了,什么情况啊是我哪里配置错...

by shizhi2829 - Linux新手园地 - 2012-12-19 15:20:03 阅读(13670) 回复(15)

oracle重装了,安装正常。但oracle无法远程连上。以下是tns启动的信息,请问是怎么回事? 服务器本机host:mes TNSLSNR for Solaris: Version 9.2.0.1.0 - Production System parameter file is /home_ora/product/9.2.0.1.0/network/admin/listener.ora Log messages written to /home_ora/product/9.2.0.1.0/network/log/listener.log Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC))) Listening on: (DES...

by rolvic - Oracle - 2008-02-24 13:34:38 阅读(1580) 回复(2)

[oracle@oracle bin]$ lsnrctl start LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 16-MAY-2006 14:20:53 Copyright (c) 1991, 2005, oracle. All rights reserved. Starting /u01/app/oracle/product/10.2.0/db_1/bin/tnslsnr: please wait... TNS-12537: TNS:connection closed TNS-12560: TNS:protocol adapter error TNS-00507: Connection closed Linux Error: 29: Illegal seek =================...

by fyzx77 - Oracle - 2006-05-17 11:29:16 阅读(3682) 回复(14)

Failed to start service, error 3. TNS-12536: TNS:可能会阻碍操作 TNS-12560: TNS:协议适配器出现错误 TNS-00506: 操作可能阻塞 32-bit Windows Error: 997: Unknown error 查过监听配置文件了,没有错。。 各位高手救我。。。。

by ghostlw - Oracle - 2003-08-03 13:50:47 阅读(1207) 回复(3)