Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: ora-12514
Hamid,
I got stung with this just yesterday. Look closely at the TNSNAMES file. Check this example:
WTWT_DBDOL0A1ADVWTW =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = Dbdol0a1advwtw)(PORT = 1521))
)
(CONNECT_DATA = (SERVICE_NAME = wtwt)(SERVER = DEDICATED))
)
WTWT_DBDOL0A1ADVWTW =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = Dbdol0a1advwtw)(PORT = 1521))
)
(CONNECT_DATA = (SID = wtwt)(SERVER = DEDICATED))
)
Look at the CONNECT_DATA line. Try changing the SERVICE_NAME to SID and try connecting again.
Hope this helps.
Tom Mercadante
Oracle Certified Professional
-----Original Message-----
Sent: Thursday, April 04, 2002 6:12 PM
To: Multiple recipients of list ORACLE-L
Hi list,
I asked this question this morning but no reply so I try again may be some
chace.
I have created a new instance under 8.1.7 and test it yesterday was fine,
but this morning I try to shutdown the database and do some change on it
after complete shutdown when I try to open the database got ERROR ORA-12514
TNS LISTENER could not Resolve SERVICE-NAME given in connect Descriptor.
I have checked every thing non of tnsnames.ora or sqlnet.ora changed even I
try connect from the server but no chance, we have two oracle home at the
moment 8.16 & 8.1.7 on Sun Solaris.
Any body have any idea what's going on???
Appreciate your help.
Thanks.
Hamid Alavi
Office 818 737-0526
Cell 818 402-1987
The information contained in this message and any attachments is intended
only for the use of the individual or entity to which it is addressed, and
may contain information that is PRIVILEGED, CONFIDENTIAL and exempt from
disclosure under applicable law. If you have received this message in error,
you are prohibited from copying, distributing, or using the information.
Please contact the sender immediately by return e-mail and delete the
original message from your system.
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Hamid Alavi
INET: hamid.alavi_at_quovadx.com
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists --------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists --------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Fri Apr 05 2002 - 06:58:22 CST
![]() |
![]() |