Error in loading Oracle 9i (Rel-2) on Tru64 [message #168044] |
Tue, 18 April 2006 09:26 |
Man Mohan Sharma
Messages: 35 Registered: October 2003
|
Member |
|
|
Hardware: HP Alpha Server ES45
OS: HP Tru64
RAM: 4 GB
During loading oracle 9i I am getting error. database loading is done suucessfully but when try to make "Linking Oracle9i Database 9.2.0.1.0" at around 86% the following error coming
-----------------------------
Error in Invoking target ioracle of makefile
/oracle/ora9idbs/rdbms/lib/ins_rdbms.mk
-----------------------------
When I retry this it will proceed but again at 96% again error coming
---------------------------------
Error in Invoking target install of makefile
/oracle/ora9idbs/rdbms/lib/ins_rdbms.mk
------------------------------------------
when I retry it will NOT proceed. If i ignore this then during running of database configuration assitance to make mentioned database when it try to make instance and start instance it giving error
-----------------------
ORA-12547: TNS: Lost contact
------------------------
So I will also not abale to connect as 'sysdba'. It will agin giving same error i.e.
-----------------------
ORA-12547: TNS: Lost contact
------------------------
I have also attached sqlnet.ora file generated in
/oracle/ora9idbs/rdbms/lib directory
Pls. help in this regard. I am very greatfull...
-
Attachment: sqlnet.log
(Size: 1.54KB, Downloaded 1633 times)
[Updated on: Tue, 18 April 2006 09:50] Report message to a moderator
|
|
|
|
Re: Error in loading Oracle 9i (Rel-2) on Tru64 [message #168837 is a reply to message #168044] |
Sun, 23 April 2006 13:40 |
madhusunkara
Messages: 59 Registered: March 2006 Location: hyderabad,india
|
Member |
|
|
this is mostly incompatiable libraries or linker is not able find them, check installeractions log for library name.
>>So I will also not abale to connect as 'sysdba'. It will agin giving same error i.e.
you can not run oracle binary with out proper linking.
resolve those conflicts/problems then run $ORACLE_HOME/bin/relink all to build/link fresh binaries
Thanks
Madhu
|
|
|