I now get the following error when I try to start the database:
[i]SQL> sqlplus sys/password as sysdba
SQL> startup[/i]
[b]ORA-00600: internal error code, arguments: [keltnfy-ldmInit], [46], [1], [], [], [], [], [][/b]
I checked google and it may be a problem with my /etc/hosts file. This is what is in my file:
[b]127.0.0.1 localhost.localdomain localhost[/b]
Should there be anything else? Do I need the following too?
[b]my.ip.address host.domain.com host[/b]
I am getting this information from:
[i]> /sbin/ifconfig[/i]
[b]eth0 Link encap:Ethernet HWaddr xx:xx:xx:xx:xx:xx
inet addr:my.ip.address Bcast:xxx.xx.xxx.xxx Mask:255.255.255.xxx
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1552 errors:0 dropped:0 overruns:0 frame:0
TX packets:1042 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:594501 (580.5 KiB) TX bytes:234333 (228.8 KiB)[/b]
[i]> hostname[/i]
[b]host.domain.com[/b]
Any help would be appreciated. Thank you in advance!
ORA-00600: internal error code, arguments: [keltnfy-ldmInit], [46], [1], [], [], [], [], []
ORA-00600: internal error code, arguments: [keltnfy-ldmInit]
If I remember correctly you need to add local IP and hostname to hosts file
Re: ORA-00600: internal error code, arguments: [keltnfy-ldmInit], [46], [1], [], [], [], [], []
[quote]
foxb wrote:
If I remember correctly you need to add local IP and hostname to hosts file[/quote]
Would the following be considered the local IP and hostname?
[b]127.0.0.1 localhost.localdomain localhost[/b]
Or do I need something else? Thanks!
foxb wrote:
If I remember correctly you need to add local IP and hostname to hosts file[/quote]
Would the following be considered the local IP and hostname?
[b]127.0.0.1 localhost.localdomain localhost[/b]
Or do I need something else? Thanks!
Re: ORA-00600: internal error code, arguments: [keltnfy-ldmInit], [46], [1], [], [], [], [], []
No....
This is localhost
you need to add
ip address of the machine hostname
This is localhost
you need to add
ip address of the machine hostname