Listener problem - oracle 9.2.0.1.0 on AIX 5.2 [message #61891] |
Tue, 08 June 2004 21:12 |
Raghu T
Messages: 1 Registered: June 2004
|
Junior Member |
|
|
I am unable to start the listener of my oracle database after restarting the server. It was working fine after I installed it and was able to connect to it remotely through sqlplus. But now it is throwing the following messages
LSNRCTL> start
Message 1070 not found; No message file for product=network, facility=TNSTNS-12545: Message 12545 n
ot found; No message file for product=network, facility=TNS
TNS-12560: Message 12560 not found; No message file for product=network, facility=TNS
TNS-00515: Message 515 not found; No message file for product=network, facility=TNS
IBM/AIX RISC System/6000 Error: 2: No such file or directory
Stat and stop also throw up the same error
---------------------------------------------------------------------------------------------------------------
$ ./sqlplus /nolog
SQL*Plus: Release 9.2.0.1.0 - Production on Tue Jun 8 14:29:49 2004
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
SQL> connect sys/manager as sysdba
ERROR:
ORA-12545: Connect failed because target host or object does not exist
---------------------------------------------------------
$ ./dbstart
SQL*Plus: Release 9.2.0.1.0 - Production on Tue Jun 8 14:27:50 2004
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
SQL> exec(): 0509-036 Cannot load program oracleorcl because of the following errors:
0509-150 Dependent module libjox9.a(shr.o) could not be loaded.
0509-022 Cannot load module libjox9.a(shr.o).
0509-026 System error: A file or directory in the path name does not exist.
ERROR:
ORA-12547: TNS:lost contact
SQL> exec(): 0509-036 Cannot load program oracleorcl because of the following errors:
0509-150 Dependent module libjox9.a(shr.o) could not be loaded.
0509-022 Cannot load module libjox9.a(shr.o).
0509-026 System error: A file or directory in the path name does not exist.
exec(): 0509-036 Cannot load program oracleorcl because of the following errors:
0509-150 Dependent module libjox9.a(shr.o) could not be loaded.
0509-022 Cannot load module libjox9.a(shr.o).
0509-026 System error: A file or directory in the path name does not exist.
ORA-12547: TNS:lost contact
SQL>
Database "orcl" warm started.
|
|
|