ORA-12547: TNS:lost contact [message #229550] |
Mon, 09 April 2007 02:11 |
alaa_h
Messages: 2 Registered: April 2007
|
Junior Member |
|
|
OS: UNIX AIX 5.3
Oracle release: 9.2.0.1
I tried to install the patches of 9.2.0.8.
- I've one DB.
- I download the patches file from metalink.
- I installed the patches without any error messages through installing and in the same ORACLE_HOME
But
- When I tried to upgrade DB by using "dbua"
it shows me this error msg:
ERROR:
ORA-12547: TNS:lost contact
- If I connect to DB using SQL*PLUS, it shows me this error msg:
Enter user-name:
exec(): 0509-036 Cannot load program oracle because of the following errors:
0509-130 Symbol resolution failed for /u01/app/oracle/product/9.2.0/lib/libjox9.a[shr.o] because:
0509-136 Symbol sltsini (number 424) is not exported from
dependent module oracle.
0509-136 Symbol sltspsdestroy (number 425) is not exported from
dependent module oracle.
0509-136 Symbol sltspsinit (number 426) is not exported from
dependent module oracle.
0509-136 Symbol sltspspost (number 427) is not exported from
dependent module oracle.
0509-136 Symbol sltspswait (number 428) is not exported from
dependent module oracle.
0509-136 Symbol sltstcl (number 429) is not exported from
dependent module oracle.
0509-136 Symbol sltster (number 430) is not exported from
dependent module oracle.
0509-136 Symbol sltstgh (number 431) is not exported from
dependent module oracle.
0509-136 Symbol sltstkill (number 432) is not exported from
dependent module oracle.
0509-136 Symbol sltstspawn (number 433) is not exported from
dependent module oracle.
0509-192 Examine .loader section symbols with the
'dump -Tv' command.
ERROR:
ORA-12547: TNS:lost contact
-----
export LD_LIBRARY_PATH=$ORACLE_HOME/lib:$ORACLE_HOME/rdbms/lib
export LIBPATH=$ORACLE_HOME/lib:$ORACLE_HOME/rdbms/lib
Question:
Does anyone know how we can solve this?
|
|
|
|
|
Re: ORA-12547: TNS:lost contact [message #229834 is a reply to message #229626] |
Tue, 10 April 2007 02:43 |
ThomasG
Messages: 3212 Registered: April 2005 Location: Heilbronn, Germany
|
Senior Member |
|
|
So have you followed the instructions to install the patchset, or have you just started the installer?
Especially the part about shutting down all DBs and Oracle processes, and unloading the kernel / library modules from memory with /usr/sbin/slibclean as root BEFORE starting "runInstall"?
Are there any error messages in the installer logfile that libraries couldn't be updated or any other errors?
Is there a backup from before the patch?
You could either try installing the patch again from the start, or restore the old version and start over from there.
|
|
|
|
|
|