Operating System - HP-UX
1751798 Members
5653 Online
108781 Solutions
New Discussion юеВ

Re: oracle 8.1.6 on A400: ORA-12547: TNS:lost contact

 
SOLVED
Go to solution
Tom Zuurbier
New Member

oracle 8.1.6 on A400: ORA-12547: TNS:lost contact

Hi,
I am trying to install Oracle 8.1.6 (Enterprise edition) on a A400 HPUX11 (64bits).
The installation went well but when I try to run svrmgrl I get the following error:
ORA-12547: TNS:lost contact.
Thanks & regards,
Tom
4 REPLIES 4
Alexander M. Ermes
Honored Contributor

Re: oracle 8.1.6 on A400: ORA-12547: TNS:lost contact

Hi there.
Check your kernel parameters. I attached a file containing kernel parameters for Oracle
8.1.7 .
Check memory parameters and the semaphores.
You can also download the Install and Upgrade Guide from Oracle Metalink or Technet.
Also get HP patch PHSS_22478.
Rgds
Alexander M. Ermes
.. and all these memories are going to vanish like tears in the rain! final words from Rutger Hauer in "Blade Runner"
Roman Dijanosic
Advisor
Solution

Re: oracle 8.1.6 on A400: ORA-12547: TNS:lost contact

It a little so scarce info for me but anyway:

Try set ORACLE_SID=

and run againg svrmgrl.

If you get any additional error please post it.


Roman D.
Tom Zuurbier
New Member

Re: oracle 8.1.6 on A400: ORA-12547: TNS:lost contact

Hi,
First of all thanks for the advice. The 12547 was indeed caused by missing ORACLE_SID.
After setting the ORACLE_SID I got a ORA-03113 end-of-file on opening svrmgrl.
The patch PHSS_22478 was already installed and all kernel params seems to be OK.
Tom
Roman Dijanosic
Advisor

Re: oracle 8.1.6 on A400: ORA-12547: TNS:lost contact

Ah ORA-3113.... O.K. Try this:

1. which cc
2. If you don't get nothing from 1.) set PATH=$PATH:/usr/ccs/bin

So problem is maybe the absence of patch to linker in compiler.

3. If 2.) dosn't help relink Oracle kernel:
make -f ins_rdbms.mk ioracle

Cheers,

Roman D.