Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ora-12514 error TNS:listener does not currently know of service requested..

750281Dec 5 2010 — edited Dec 5 2010
hi,
i am unable to login sql. it was fine one week before but suddenly getting this error.
m using oracle 10g.

but what i observed that when i enter username and password but without hoststring. its gets connected.

please tell me the reason..

my listener.ora file like this

SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(SID_NAME = PLSExtProc)
(ORACLE_HOME = F:\10gdatabase)
(PROGRAM = extproc)
)
)

LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
(ADDRESS = (PROTOCOL = TCP)(HOST = abhi)(PORT = 1521))

)
)

and tnsnmaes.ora is

ORACLE =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = abhi)(PORT = 1521))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = oracle)
)
)

EXTPROC_CONNECTION_DATA =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
)
(CONNECT_DATA =
(SID = PLSExtProc)
(PRESENTATION = RO)
)
)

and sqlnet.ora is


SQLNET.AUTHENTICATION_SERVICES= (NTS)

NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)


please help..
thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 2 2011
Added on Dec 5 2010
13 comments
599 views