Hello,
I'm anxious to see how dotLRN works, so I'm installing Oracle now for the first time. Everything went fint, i think, till it was time to stop and start the listener and to check if it works...which it doesn't. (This is on Debian Testing and I'm following Vinod's guide)
The listener says it supports no services and I can't login into the database using the listener naming convention:
debian:/etc/init.d# ./listener8i stop Oracle 8i listener start/stop Shutting down Listener for 8i: LSNRCTL for Linux: Version 8.1.7.0.0 - Production on 21-JUN-2002 03:44:10 (c) Copyright 1998 Oracle Corporation. All rights reserved. Connecting to (ADDRESS=(PROTOCOL=ipc)(KEY=PNPKEY)) TNS-12541: TNS:no listener TNS-12560: TNS:protocol adapter error TNS-00511: No listener Linux Error: 2: No such file or directory Connecting to (ADDRESS=(PROTOCOL=tcp)(PORT=1521)) TNS-12541: TNS:no listener TNS-12560: TNS:protocol adapter error TNS-00511: No listener Linux Error: 111: Connection refused ... debian:/etc/init.d# ./listener8i start Oracle 8i listener start/stop Starting the Listener for 8i: LSNRCTL for Linux: Version 8.1.7.0.0 - Production on 21-JUN-2002 03:45:36 (c) Copyright 1998 Oracle Corporation. All rights reserved. Starting /ora8/m01/app/oracle/product/8.1.7/bin/tnslsnr: please wait... TNSLSNR for Linux: Version 8.1.7.0.0 - Production Log messages written to /ora8/m01/app/oracle/product/8.1.7/network/log/listener.log Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=PNPKEY))) Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=debian)(PORT=1521))) Connecting to (ADDRESS=(PROTOCOL=ipc)(KEY=PNPKEY)) STATUS of the LISTENER ------------------------ Alias LISTENER Version TNSLSNR for Linux: Version 8.1.7.0.0 - Production Start Date 21-JUN-2002 03:45:37 Uptime 0 days 0 hr. 3 min. 9 sec Trace Level off Security OFF SNMP OFF Listener Log File /ora8/m01/app/oracle/product/8.1.7/network/log/listener.log The listener supports no services The command completed successfully debian:/etc/init.d# ... oracle@debian:~$ sqlplus system/my_passwd@ora8 SQL*Plus: Release 8.1.7.0.0 - Production on Fri Jun 21 05:02:05 2002 (c) Copyright 2000 Oracle Corporation. All rights reserved. ERROR: ORA-12154: TNS:could not resolve service name Enter user-name:
Anyone know how come this happens?
Thanks,
Request notifications