Oracle ORA-00119, ORA-00132 problem solving

Source: Internet
Author: User

Log on to Oracle ora-12154:tns with PL/SQL: Unable to resolve the specified connection identifier
Sqlplus/nolog
Connect/as SYSDBA
Startup
The following error is reported:
ORA-00119:INVALID specification for system parameter Local_listener
Ora-00132:syntax error or unresolved network name ' LISTENER_ORCL '

Local_listener for D:\app\Administrator\product\11.2.0\dbhome_1\database\SPFILEORCL. *.local_listener parameters in Ora file
LISTENER_ORCL is the *.local_listener parameter value, such as: *.local_listener= ' LISTENER_ORCL '

Ora-00119,ora-00132 is because of the value of *.local_listener= ' LISTENER_ORCL ', which is LISTENER_ORCL in D:\app\Administrator\product\11.2.0\ It is not stated in the Dbhome_1\network\admin\listener.ora file that the requirement modifies the configuration file.

LISTENER_ORCL =
(Description_list =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = IPC) (KEY = EXTPROC1521))
)
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP) (HOST = localhost) (PORT = 1521))
)
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP) (HOST = 192.168.1.2) (PORT = 1521))
)
)

Oracle ORA-00119, ORA-00132 problem solving

Related Article

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.