The tnsnames. ora file is changed and the instance cannot be started.

Source: Internet
Author: User

Recently, after the database service of one machine is started, the client cannot connect. Restart the instance:

SQL> startup
ORA-00119: Invalid specification for system parameter local_listener
ORA-00132: syntax error or unresolved network name 'listener _ ora92'

Close an instance:

SQL> shutdown immediate
A ORA-01034: Oracle not available
ORA-27101: Shared Memory realm does not exist

According to the following analysis, 'listener _ ora92' is the problem. In the tnsnames. ora file, check the file and find that the configuration information is missing. Add it again:

Listener_ora92 =
(Address = (Protocol = IPC) (Key = extproc0 ))

Restart the instance:

SQL> startup
The Oracle routine has been started.

Total system global area 47258064 bytes
Fixed size 453072 bytes
Variable Size 33554432 bytes
Database buffers 12582912 bytes
Redo buffers 667648 bytes
The database has been loaded.
The database has been opened.

OK!

 

 

 

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.