Exforsys
+ Reply to Thread
Results 1 to 4 of 4

ora-12203: TNS:unable to connect destination

This is a discussion on ora-12203: TNS:unable to connect destination within the Oracle Database forums, part of the Database category; Hi, I installed oracle 9i and forms 6i on windows xp media center 2005 edition. When i tried to connect ...

  1. #1
    msunder is offline Junior Member Array
    Join Date
    Oct 2005
    Answers
    2

    Smile ora-12203: TNS:unable to connect destination

    Hi,

    I installed oracle 9i and forms 6i on windows xp media center 2005 edition. When i tried to connect the database from forms i am getting the following error.

    ora-12203: TNS:unable to connect destination.

    Please help me to solve this problem.

    Thanx in advance.
    Sunder.


  2. #2
    siraj_ahmed is offline Junior Member Array
    Join Date
    Dec 2006
    Answers
    3
    check ur tnsnames.ora file.. there has to be an entry in it.

    host_name:ip address of the pc or server ur connecting sid=oracle instance name

    for eg
    test =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS =
    (COMMUNITY = tcp.world)
    (PROTOCOL = TCP)
    (Host = host_name)
    (Port = 1521)
    )
    (ADDRESS =
    (COMMUNITY = tcp.world)
    (PROTOCOL = TCP)
    (Host = host_name)
    (Port = 1526)
    )
    )
    (CONNECT_DATA = (SID = instance_name)
    )
    )


  3. #3
    Larry Cumber is offline Junior Member Array
    Join Date
    Jul 2007
    Location
    Birmingham-UK
    Answers
    12
    If this did not start then you have to do some verification


    Is your service name is correct.

    2. Verify that the name of the ‘host’ computer (defined as part of the TNS address) is valid and correct.

    3.Ensure that the listener is up and running.

    4check if the oracle services are running too.

    Trouble shoot it this way and get back to us.


  4. #4
    Larry Cumber is offline Junior Member Array
    Join Date
    Jul 2007
    Location
    Birmingham-UK
    Answers
    12
    I would also advice you to check the sqlnet.log.
    Are there any errors ? If so then what are these errors.
    Can you connect via SQlplus ?
    Also is the Oracles sid set ?


    •    Sponsored Ads



Latest Article

Network Security Risk Assessment and Measurement

Read More...