Unable to start database after modifying host name
[Oracle@k1-1-os2 ~]$ Sqlplus/as SYSDBA
Sql*plus:release 10.2.0.1.0-production on Fri Feb 21 05:14:32 2014
Copyright (c) 1982, +, Oracle. All rights reserved.
Connected to a idle instance.
Sql> Startup
Ora-00600:internal error code, arguments: [Keltnfy-ldminit], [46], [1], [], [], [], [], []
1. Reason: After modifying the host name, the host name obtained through the hostname command could not ping, oracle10g that the host could not be reached, so start the database error
2. Workaround One: Add a row of resolution names to the/etc/hosts.
127.0.0.1 localhost.localdomain localhost
#::1 localhost6.localdomain6 Localhost6
100.100.100.30 K1-1-os2
3. Workaround two: Modify the resolution name of 127.0.0.1
127.0.0.1 k1-1-os2 localhost.localdomain localhost
#::1 localhost6.localdomain6 Localhost6
This column more highlights: http://www.bianceng.cnhttp://www.bianceng.cn/database/Oracle/