Re: ORA-12547: TNS:lost contact

Posted by ErmanArslansOracleBlog on
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/ORA-12547-TNS-lost-contact-tp3202p3363.html

Hi,

This seems to be a pure AIX issue.

Some of the symbols that are specified in the out file that we produced, seem to be missing.
We need to find the source o this symbols.

We can do it by using the tool named symfind

Do you have any other AIX 7.1 environment? We need to compare it with this problematic one.

Run the following command on a proper AIX Oracle environment and send me the output.

symfind .decimal128ToNumber

Run the following command on the problematic AIX Oracle environment and send me the output.

symfind .decimal128ToNumber

Note: I hope smyfind is installed on your AIX machines.
Get the AIX admin's help if needed.