ORA-12514 The TNS listener is currently unable to identify the resolution of the request service in the connection descriptor

Source: Internet
Author: User

After the server-side installation is complete,

D:\app\Oracle\product\11.2.0\dbhome_1\NETWORK\ADMIN under

1. The red part of the Listener.ora is added. ORCL177 is the instance name. host:172.30.70.177 here is the server IP

# Listener.ora Network Configuration File:d:\app\oracle\product\11.2.0\dbhome_1\network\admin\listener.ora
# Generated by Oracle configuration tools.

Sid_list_listener =
(Sid_list =
(Sid_desc =
(Sid_name = Clrextproc)
(Oracle_home = D:\app\Oracle\product\11.2.0\dbhome_1)
(program = Extproc)
(Envs = "Extproc_dlls=only:d:\app\oracle\product\11.2.0\dbhome_1\bin\oraclr11.dll")
)
(Sid_desc =
(Global_dbname = orcl177)
(Oracle_home = D:\app\Oracle\product\11.2.0\dbhome_1)
(Sid_name = orcl177)
)
)

LISTENER =
(Description_list =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP) (HOST = 172.30.70.177) (PORT = 1521))
(ADDRESS = (PROTOCOL = IPC) (KEY = EXTPROC1521))
)
)

Adr_base_listener = D:\app\Oracle

2.tnsnames.ora under HOST changed to IP 172.30.70.177

# Tnsnames.ora Network Configuration File:d:\app\oracle\product\11.2.0\dbhome_1\network\admin\tnsnames.ora
# Generated by Oracle configuration tools.

ORCL177 =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP) (HOST = 172.30.70.177) (PORT = 1521))
(Connect_data =
(SERVER = dedicated)
(service_name = orcl177)
)
)

Oraclr_connection_data =
(DESCRIPTION =
(Address_list =
(ADDRESS = (PROTOCOL = IPC) (KEY = EXTPROC1521))
)
(Connect_data =
(SID = Clrextproc)
(PRESENTATION = RO)
)
)

Client: New Under Tnsnames.ora

orcl_177 =
(DESCRIPTION =
(Address_list =
(ADDRESS = (PROTOCOL = TCP) (HOST = 172.30.70.177) (PORT = 1521))
)
(Connect_data =
(service_name = orcl177)
)
)

After the change, PL/SQL Develop can be connected

ORA-12514 The TNS listener does not currently recognize the workaround for requesting a service in the connection descriptor

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.