Operating System - Linux
1752273 Members
4620 Online
108786 Solutions
New Discussion юеВ

Re: /usr/lib/pa20_64/dld.sl: Unsatisfied data symbol 'kststop_' in load module '/oracle/product/10.1.0.2

 
Kgokane
Occasional Contributor

/usr/lib/pa20_64/dld.sl: Unsatisfied data symbol 'kststop_' in load module '/oracle/product/10.1.0.2

Hi

I have 2 oracle homes for 10.1.0 and 10.2.0.1 installed on an HP-UX 11.11 created a db on both 10.1.0 and 10.2.0.I cannot log into 10.2 db I get the following error "/usr/lib/pa20_64/dld.sl: Unsatisfied data symbol 'kststop_' in load module '/oracle/product/10.1.0.2/lib/libjox10.sl'.
ERROR:
ORA-12547: TNS:lost contact"

Kgokane.
4 REPLIES 4
Senthil Prabu.S_1
Trusted Contributor

Re: /usr/lib/pa20_64/dld.sl: Unsatisfied data symbol 'kststop_' in load module '/oracle/product/10.1.0.2

Hi,
I guess the problem is not setting the environment variable LD_LIBRARY_PATH, echo this variable and check.


And have a look at this oracle exit code site, which talks in brief about the error;
http://ora-12547.ora-code.com/

HTH,
Prabu.S
One man's "magic" is another man's engineering. "Supernatural" is a null word.
Steven E. Protter
Exalted Contributor

Re: /usr/lib/pa20_64/dld.sl: Unsatisfied data symbol 'kststop_' in load module '/oracle/product/10.1.0.2

Shalom,

The appropriate variable for HP-UX is SHLIB_PATH

There also may be problems in your tnsnames.ora and listener.ora parametrs.

The Oracle environment needs to be checked, ORACLE_SID, ORACLE_HOME and such.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Yuriev Olmos Loya
New Member

Re: /usr/lib/pa20_64/dld.sl: Unsatisfied data symbol 'kststop_' in load module '/oracle/product/10.1.0.2

I had the same problem. It turned out I had a duplicate entry for a migrated database in /etc/oratab as result of a prior failed migration. I manually removed the duplicated entry for the old (10.1) $ORACLE_HOME value, restarted the session and was able to log on.

A comment in the oratab file states that duplicate entries with the same SID are not allowed.
Dennis Handly
Acclaimed Contributor

Re: /usr/lib/pa20_64/dld.sl: Unsatisfied data symbol 'kststop_' in load module '/oracle/product/10.1.0.2

>SEP: The appropriate variable for HP-UX is SHLIB_PATH

While this works, the official variable for IPF and PA64 is LD_LIBRARY_PATH.