Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Still Problem with ORA-12514

RE: Still Problem with ORA-12514

From: Mercadante, Thomas F <NDATFM_at_labor.state.ny.us>
Date: Fri, 05 Apr 2002 10:46:34 -0800
Message-ID: <F001.0043D4FD.20020405104634@fatcity.com>


Hamid,

did you try changing SERVICE_NAME to SID within the TNSNAMES file?

CMS =
  (DESCRIPTION =
    (ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = HOLLYWOOD)(PORT = 1521))
    )
    (CONNECT_DATA =
(SERVICE_NAME = CMS) <======= change to SID = CMS
    )
  )

Tom Mercadante
Oracle Certified Professional

-----Original Message-----
Sent: Friday, April 05, 2002 1:08 PM
To: Multiple recipients of list ORACLE-L

I am really Buffled, and need your help guys. Here is my Tnsnames.ora & listener.ora & sqlnet.ora in server side:

 db-name = "CMS" , db_domain="hollywood" , instance_name = CMS , service_name = CMS.HOLLYWOOD

LISTENER.ora on Server:
# LISTENER.ORA Network Configuration File: /u04/app/oracle/network/admin/listener.ora # Generated by Oracle configuration tools.

LISTENER =
  (DESCRIPTION_LIST =
    (DESCRIPTION =
(ADDRESS_LIST =

        (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
      )

(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = HOLLYWOOD)(PORT = 1521)) )

    )
    (DESCRIPTION =
(PROTOCOL_STACK =
        (PRESENTATION = GIOP)
        (SESSION = RAW)
      )

(ADDRESS = (PROTOCOL = TCP)(HOST = HOLLYWOOD)(PORT = 2481))
    )
  )

SID_LIST_LISTENER =
  (SID_LIST =
    (SID_DESC =
(SID_NAME = PLSExtProc)
(ORACLE_HOME = /u04/app/oracle)
(PROGRAM = extproc)

    )
    (SID_DESC =
(GLOBAL_DBNAME = CMS.HOLLYWOOD)
(ORACLE_HOME = /u04/app/oracle)
(SID_NAME = CMS)

    )
  )




TNSNAMES.ora on server side:

# TNSNAMES.ORA Network Configuration File: /u04/app/oracle/network/admin/tnsnames.ora # Generated by Oracle configuration tools.

CMS =
  (DESCRIPTION =
    (ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = HOLLYWOOD)(PORT = 1521))
    )
    (CONNECT_DATA =
(SERVICE_NAME = CMS)

    )
  )

 INST1_HTTP =
  (DESCRIPTION =
    (ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = HOLLYWOOD)(PORT = 1521))
    )
    (CONNECT_DATA =
(SERVER = SHARED)
(SERVICE_NAME = CMS)
(PRESENTATION = http://admin)

    )
  )

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

    )
  )  



# SQLNET.ORA Configuration File:/u01/app/oracle/network/admin/sqlnet.ora # Generated by Oracle configuration tools.

# NAMES.DEFAULT_DOMAIN = hollywood

NAMES.DIRECTORY_PATH= (TNSNAMES, ONAMES, HOSTNAME) I know all of you are busy but may be you can see some thing which I couldn't, I did my best and couldn't solve the problem. Thanks allot
Have a nice Day.

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).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Mercadante, Thomas F
  INET: NDATFM_at_labor.state.ny.us

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 - 12:46:34 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US