Operating System - HP-UX
1753523 Members
6288 Online
108795 Solutions
New Discussion

Re: changed hostname hpux 11.31 now oracle db wont start

 
Ratzie
Super Advisor

changed hostname hpux 11.31 now oracle db wont start

Change hostname of server using set_parms hostname

Now database will not start.

 

tnsnames.ora & listener.ora files contains IP. And IP stayed the same.

From what I understood, it may be with the host name. But I have tried everything...

There is only one entry in the hosts file:

#
127.0.0.1 localhost loopback
10.45.77.76 jactrng

 

 

SQL> startup
ORA-00081: address range [0x60000000000A7D70, 0x60000000000A7D74) is not readable
ORA-00600: internal error code, arguments: [keltnfy-ldmInit], [46], [1], [], [], [], [], []
SQL>

 

1 REPLY 1
Patrick Wallek
Honored Contributor

Re: changed hostname hpux 11.31 now oracle db wont start

Check this site:  http://subudba.blogspot.com/2011/09/ora-00600-internal-error-code-arguments.html

 

I suspect it is not correctly resolving the host name to the IP address.  Do you use DNS?  If so, did you change the host name in  your DNS server as well?  If not, you may need to.