aqui va
Applies to: Oracle Server – Enterprise Edition – Version: 10.2.0.1.0
This problem can occur on any platform.
SymptomsUnable to startup nomount an Oracle 10g Release 2 database. It produces produces an ORA-00600: internal error code, arguments: [keltnfy-ldmInit], [46], [1], [], [], [], [], [] in alert log
Starting up ORACLE RDBMS Version: 10.2.0.1.0.
Errors in file /opt/oracle/10.2/admin/ORCL/udump/ORCL_ora_535.trc:
ORA-00600: internal error code, arguments: [keltnfy-ldmInit], [46], [1], [], [], [], [], []
USER: terminating instance due to error 600
Instance terminated by USER, pid = 535
Cause’hostname’ is not configured correctly.
Server has an unreacheable hostname definied and it causes Oracle 10G database to fail to startup.
Solution1. Check the hostname:
hostname
2. Try ping to the hostname:
ping hostname
3. Make sure you are able to ping the hostname.
4. Check the file /etc/hosts and make sure the own machine’s hostname is setup.
5. Also, check the resolv.conf. This makes sure that the DNS is working properly.