ORA-00600: internal error code, arguments: [keltnfy-ldmInit], [46], [1], [], [],
SQL Virtual Machine
An error is reported when the database is started:
SQL> conn/as sysdba
Connected to an idle instance.
SQL> startup
ORA-00600: internal error code, arguments: [keltnfy-ldmInit], [46], [1], [], [], [], [], [], []
The information displayed on the internet is caused by incorrect hostname configuration.
There are two hostname configuration files:
/Etc/hosts/etc/sysconfig/newtwork
In my system, the configuration of the connected files is consistent. However, my hostname command shows bogon. I am confused about this.
Simply change the hostname to libydwei.
[Root @ libydwei ~] # Cat/etc/hosts
# Do not remove the following line, or various programs
# That require network functionality will fail.
127.0.0.1 libydwei localhost. localdomain localhost
[Root @ libydwei ~] # Cat/etc/sysconfig/network
NETWORKING = yes
HOSTNAME = libydwei
[Root @ libydwei ~] #