Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: OEM Returns ORA-12154
>From what I recall, OEM is very particular about the format of
tnsnames.ora and will throw ORA-12154 when it can't parse due to
formatting. Common problem when tnsnames.ora is manually maintained
(which I do) rather that using Config Assist. This format should work:
db_name =
(DESCRIPTION =
(ADDRESS = (PROTOCOL=TCP)(HOST=host)(PORT=1521)) (ADDRESS = (PROTOCOL=TCP)(HOST=host)(PORT=1526)) (CONNECT_DATA = (SERVICE_NAME = db_name.domain)))
Suzy
John Weatherman wrote:
>
> Anybody seen this? I've isolated some session sql and want to run the
> explain plan. When I do I get a ORA-12154. Most other funtions work fine.
> I am in standalone mode.
>
> John P Weatherman
> Database Administrator
> Replacements Ltd.
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: John Weatherman
> INET: john.weatherman_at_replacements.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).
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Suzy Vordos INET: lvordos_at_qwest.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).Received on Wed Jun 19 2002 - 17:59:33 CDT
![]() |
![]() |