Hello, im having the same stupid problem can you guys help me?
I have Linux Suse 10 , im running Oracle 9 (Database on network) and PHP 5.
I have done the connection on a windows machine and it worked but on linux...
When i type ./lsnrctl status:
LSNRCTL for Linux: Version 9.2.0.4.0 - Production on 28-MAR-2006 14:31:52
Copyright (c) 1991, 2002, Oracle Corporation. All rights reserved.
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=GM75P0J)(PORT=1521)))
TNS-12545: Connect failed because target host or object does not exist
TNS-12560: TNS
rotocol adapter error
TNS-00515: Connect failed because target host or object does not exist
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC0)))
TNS-12541: TNS:no listener
TNS-12560: TNS
rotocol adapter error
TNS-00511: No listener
Linux Error: 2: No such file or directoryv
When i try to lsnrctl stop:
onnecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=GM75P0J)(PORT=1521)))
TNS-12545: Connect failed because target host or object does not exist
TNS-12560: TNS
rotocol adapter error
TNS-00515: Connect failed because target host or object does not exist
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC0)))
TNS-12541: TNS:no listener
TNS-12560: TNS
rotocol adapter error
TNS-00511: No listener
Linux Error: 2: No such file or directory
When i try to start:
Starting /home/oracle/u01/app/oracle/product/9.2.0//bin/tnslsnr: please wait...
TNSLSNR for Linux: Version 9.2.0.4.0 - Production
NL-00280: error creating log stream /home/oracle/u01/app/oracle/product/9.2.0/network/log/listener.log
NL-00278: cannot open log file
SNL-00016: snlfohd: error opening file
Linux Error: 13: Permission denied
Listener failed to start. See the error message(s) above...
When i type netmgr:
ernie:/home/oracle/u01/app/oracle/product/9.2.0/bin # ./netmgr
/home/oracle/jre/1.1.8/bin/../bin/i686/native_threads/jre: relocation error: /home/oracle/jre/1.1.8/bin/../lib/i686/native_threads/libjava.so: symbol __libc_wait, version GLIBC_2.0 not defined in file libc.so.6 with link time reference
I hope you can help me..