Workaround for failed to start database after modifying host name

Source: Internet
Author: User

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/

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.