Home » RDBMS Server » Networking and Gateways » ORA-12514: TNS:listener does not currently know of service requested (Oracle DB running on Microsoft windows server 2008)
ORA-12514: TNS:listener does not currently know of service requested [message #570923] Sun, 18 November 2012 17:00 Go to next message
alihhussain
Messages: 4
Registered: November 2012
Location: Canada
Junior Member
I am getting the following error.


C:\>sqlplus sys/oracle@duptest as sysdba

SQL*Plus: Release 11.2.0.1.0 Production on Sun Nov 18 17:58:22 2012

Copyright (c) 1982, 2010, Oracle. All rights reserved.

ERROR:
ORA-12514: TNS:listener does not currently know of service requested in connect
descriptor


Enter user-name:

------------------------------------------------------------------------------
My tnsnames.ora is as follows:

# tnsnames.ora Network Configuration File: C:\app\Ali\product\11.2.0\dbhome_1\NETWORK\ADMIN\tnsnames.ora
# Generated by Oracle configuration tools.

DUPTEST =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = WIN-LRTU6C15D75.localdomain)(PORT = 1521))
)
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = duptest.localdomain)
)
)

ORACLR_CONNECTION_DATA =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
)
(CONNECT_DATA =
(SID = CLRExtProc)
(PRESENTATION = RO)
)
)

ORCL =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = WIN-LRTU6C15D75.localdomain)(PORT = 1521))
)
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = orcl.localdomain)
)
)

----------------------------------------------------------------------------------------------------------
My listner.ora is as follows:
# listener.ora Network Configuration File: C:\app\Ali\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 = C:\app\Ali\product\11.2.0\dbhome_1)
(PROGRAM = extproc)
(ENVS = "EXTPROC_DLLS=ONLY:C:\app\Ali\product\11.2.0\dbhome_1\bin\oraclr11.dll")
)
(SID_DESC =
(GLOBAL_DBNAME = orcl.WIN-LRTU6C15D75)
(ORACLE_HOME = C:\app\Ali\product\11.2.0\dbhome_1)
(SID_NAME = ORCL)
)
(SID_DESC =
(GLOBAL_DBNAME = duptest.WIN-LRTU6C15D75)
(ORACLE_HOME = C:\app\Ali\product\11.2.0\dbhome_1)
(SID_NAME = duptest)
)
)

LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
)
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = WIN-LRTU6C15D75.localdomain)(PORT = 1521))
)
)

ADR_BASE_LISTENER = C:\app\Ali

---------------------------------------------------------------------------

Lsnrctl Status is as follows

C:\>lsnrctl status

LSNRCTL for 64-bit Windows: Version 11.2.0.1.0 - Production on 18-NOV-2012 17:55:11

Copyright (c) 1991, 2010, Oracle. All rights reserved.

Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
STATUS of the LISTENER
------------------------
Alias LISTENER
Version TNSLSNR for 64-bit Windows: Version 11.2.0.1.0 - Production
Start Date 18-NOV-2012 17:49:57
Uptime 0 days 0 hr. 5 min. 17 sec
Trace Level off
Security ON: Local OS Authentication
SNMP OFF
Listener Parameter File C:\app\Ali\product\11.2.0\dbhome_1\network\admin\listener.ora
Listener Log File c:\app\ali\diag\tnslsnr\WIN-LRTU6C15D75\listener\alert\log.xml
Listening Endpoints Summary...
(DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1521ipc)))
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=WIN-LRTU6C15D75)(PORT=1521)))
Services Summary...
Service "CLRExtProc" has 1 instance(s).
Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
Service "duptest" has 1 instance(s).
Instance "duptest", status BLOCKED, has 1 handler(s) for this service...
Service "duptest.WIN-LRTU6C15D75" has 1 instance(s).
Instance "duptest", status UNKNOWN, has 1 handler(s) for this service...
Service "orcl.WIN-LRTU6C15D75" has 1 instance(s).
Instance "ORCL", status UNKNOWN, has 1 handler(s) for this service...
The command completed successfully
Re: ORA-12514: TNS:listener does not currently know of service requested [message #570924 is a reply to message #570923] Sun, 18 November 2012 18:17 Go to previous messageGo to next message
alihhussain
Messages: 4
Registered: November 2012
Location: Canada
Junior Member
i think i figured it out.
connection string was the problem it seems.
when i connect using the following connection string it works.
sqlplus sys/oracle@WIN-LRTU6C15D75:1521/duptest.WIN-LRTU6C15D75 as sysdba
Re: ORA-12514: TNS:listener does not currently know of service requested [message #570930 is a reply to message #570924] Mon, 19 November 2012 00:11 Go to previous messageGo to next message
Littlefoot
Messages: 21806
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
What does SQLNET.ORA look like?
Re: ORA-12514: TNS:listener does not currently know of service requested [message #570994 is a reply to message #570930] Mon, 19 November 2012 18:45 Go to previous messageGo to next message
alihhussain
Messages: 4
Registered: November 2012
Location: Canada
Junior Member
# sqlnet.ora Network Configuration File: C:\app\Ali\product\11.2.0\dbhome_1\network\admin\sqlnet.ora
# Generated by Oracle configuration tools.

# This file is actually generated by netca. But if customers choose to
# install "Software Only", this file wont exist and without the native
# authentication, they will not be able to connect to the database on NT.

SQLNET.AUTHENTICATION_SERVICES= (NTS)

NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)
Re: ORA-12514: TNS:listener does not currently know of service requested [message #570995 is a reply to message #570994] Mon, 19 November 2012 19:34 Go to previous messageGo to next message
BlackSwan
Messages: 26766
Registered: January 2009
Location: SoCal
Senior Member
>C:\>sqlplus sys/oracle@duptest as sysdba
above is problematic given what is displayed below
>Instance "duptest", status BLOCKED, has 1 handler(s) for this service...
Re: ORA-12514: TNS:listener does not currently know of service requested [message #570998 is a reply to message #570995] Mon, 19 November 2012 22:29 Go to previous messageGo to next message
alihhussain
Messages: 4
Registered: November 2012
Location: Canada
Junior Member
ohh i see that.
How do i correct that?
Re: ORA-12514: TNS:listener does not currently know of service requested [message #571000 is a reply to message #570998] Mon, 19 November 2012 23:47 Go to previous message
Michel Cadot
Messages: 68625
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator
Do not use SYSDBA remotely, use it locally.

Regards
Michel
Previous Topic: Getting error ORA-12560: TNS:protocol adapter error
Next Topic: TNS:operation timed out
Goto Forum:
  


Current Time: Thu Mar 28 19:55:51 CDT 2024