ChinaUnix.net
相关文章推荐:

oracle 启动监听

[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 阅读(4519) 回复(8)

相关讨论

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 阅读(2765) 回复(6)

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 阅读(3583) 回复(7)

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 阅读(1088) 回复(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 阅读(2850) 回复(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 阅读(712) 回复(3)

我昨天安装了oracle10g. 并且将对应的服务都设置为手动. 今天我启动oracle服务.发现其监听启动不了. 上网查了点资料,也没有解决..只要到这里来请教高手了. 我的listener.ora如下,其中Rooock是我的电脑名 SQL code SID_LIST_LISTENER = (SID_LIST = (SID_DESC = (SID_NAME = PLSExtProc) (oracle_HOME = E:\DB\oracle\product\10.2.0\db_1) (PROGRAM = extproc) ) ) LISTENER = (DESCRIPTION...

by ChinaUnixAdm1n - Oracle - 2009-04-26 11:13:35 阅读(2994) 回复(3)

# cat /sbin/init.d/dbora ORA_HOME=/app/product/817 ORA_OWNER=oracle case $1 in 'start') /usr/bin/su - $ORA_OWNER -c $ORA_HOME/bin/dbstart & /usr/bin/su - $ORA_OWNER -c $ORA_HOME/bin/lsnrctl start & ;; 'stop') /usr/bin/su - $ORA_OWNER -c $ORA_HOME/bin/lsnrctl stop & /usr/bin/su - $ORA_OWNER -c $ORA_HOME/bin/dbshut & ;; esac 现在能在系统启动后自动运行oracle,但监听启动不了(lsnrctl status查看监听状...

by lvpk - HP-UX - 2003-06-01 10:21:34 阅读(1699) 回复(3)

配置是IBM双机加oracle数据库,数据库建在磁盘阵列上,建了两个数据库a和b,b启动正常,将oracle_SID设为a,启动a时,报 TNSLSNR for IBM/AIX RISC System/6000: Version 11.1.0.6.0 - Production System parameter file is /opt/oracle/oracle11/network/admin/listener.ora Log messages written to /opt/oracle/diag/tnslsnr/ocs207/listener_sysdb/alert/log.xml Error listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=...

by langaixue - Oracle - 2009-05-05 11:06:55 阅读(1199) 回复(2)

[oracle@mail ~]$ lsnrctl start LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 25-OCT-2007 16:52:02 Copyright (c) 1991, 2005, oracle. All rights reserved. Starting /home/oracle/product/10.2.0/oradata/bin/tnslsnr: please wait... TNSLSNR for Linux: Version 10.2.0.1.0 - Production System parameter file is /home/oracle/product/10.2.0/oradata/network/admin/listener.ora Log messages written t...

by zhujiawen - Oracle - 2007-10-25 20:19:49 阅读(1911) 回复(4)

数据库一直长期正常使用,今早上班发现数据库进程已经不在,只有2个LOCAL的链接。重新启动主机,startup后数据库能够正常启动,但是起监听时候提示 [oracle@DDK admin]$ lsnrctl start LSNRCTL for Linux: Version 8.1.7.0.0 - Production on 09-OCT-2007 10:36:10 (c) Copyright 1998 oracle Corporation. All rights reserved. Starting /home/oracle/product/8.1.7/bin/tnslsnr: please wait... TNSLSNR for Linux: Versio...

by 1xgun - Oracle - 2007-10-12 11:05:05 阅读(1476) 回复(5)