啟動(dòng)數(shù)據(jù)庫(kù)時(shí)報(bào)告錯(cuò)誤:
SQL> conn /as sysdba
Connected to an idle instance.
SQL> startup
ORA-00600: internal error code, arguments: [keltnfy-ldmInit], [46], [1], [], [], [], [], []
網(wǎng)上資料顯示,是hostname配置錯(cuò)誤導(dǎo)致。
配置hostname的文件一共有兩個(gè):
/etc/hosts /etc/sysconfig/newtwork
在我的系統(tǒng)中,連個(gè)文件的配置是一致的。但是我的hostname命令,卻顯示bogon.這點(diǎn)要我很疑惑。
索性更改hostname名稱為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 ~]#
重啟數(shù)據(jù)庫(kù)問(wèn)題解決!
歡迎光臨 Chinaunix (http://72891.cn/) | Powered by Discuz! X3.2 |