ORA-12514: TNS: The Listener currently cannot identify the Service requested in the connection Descriptor

Source: Internet
Author: User

An error occurred while testing the connection during Oracle 10g client configuration (net configuration assistant -- local net service name configuration ):

ORA-12514: TNS: ListenersProgramThe Service requested in the connection descriptor cannot be recognized currently

Then open:

D: \ oracle \ product \ 10.2.0 \ db_1 \ Network \ admin \ listener. ora

 

The content is as follows:

# Listener. ora network configuration file: D: \ oracle \ product \ 10.2.0 \ db_1 \ Network \ admin \ listener. ora
# Generated by Oracle configuration tools.

Sid_list_listener =
(Sid_list =
(Sid_desc =
(Sid_name = plsextproc)
(ORACLE_HOME = D: \ oracle \ product \ 10.2.0 \ db_1)
(Program = EXTPROC)
)
)

Listener =
(Description_list =
(Description =
(Address = (Protocol = IPC) (Key = extproc1 ))
(Address = (Protocol = TCP) (host = pc20120520 )(Port = 1522))
)
)

 

Port = 1522 is not a common 1521, because Oracle9i and Oracle10g are installed on the PC, and oracle10 ports are automatically set to 1522.

Write 1522 when entering the port number. The test is successful.

 

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.