
- Forum
- Database
- Oracle Database
- ora-12203: TNS:unable to connect destination
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 ...
-
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.
-
08-07-2008, 07:22 AM #2
- 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)
)
)
-
08-07-2008, 08:12 AM #3
- 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.
-
08-07-2008, 08:18 AM #4
- 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

Reply With Quote





