DBAsupport.com Forums - Powered by vBulletin
Results 1 to 7 of 7

Thread: Whats wrong with these tns files ? ORA-12514

Threaded View

  1. #2
    Join Date
    Mar 2004
    Location
    DC,USA
    Posts
    650
    Quote Originally Posted by roadwarriorDBA
    I cannot connect after upgrade to 10.2
    TNS:

    ORCL =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = codc182.rqinet.com)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = orcl.codc182.rqinet.com)
    )
    )
    Is your SID orcl.codc182.rqinet.com?

    Correct this to the exact way you have set in initfile (SERVICE_NAME = SID) and then connect.

    Always use ip address in HOST to avoid confusion
    Last edited by dbasan; 11-02-2005 at 03:18 PM.
    "What is past is PROLOGUE"

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width