Forms6i ORA-12203 [message #304681] |
Thu, 06 March 2008 02:08 |
|
didiera
Messages: 134 Registered: August 2007 Location: Mauritius
|
Senior Member |
|
|
Hello,
I cannot connect to an oracle database (remote) on Forms6i with error code ORA-12203 "TNS:Unable to connect to destination"
while:
1 I have Identical tnsnames.ora files defined for Toad and oracle
forms builder
2 I can connect and query in Toad any of the SIDs defined.
3 When I tnsping any given SID , it's ok (e.g tnsping WM)
4 When I tnsping80 the same SIDs from forms/bin dir (e.g tnsping80 WM), it fails.
See screen dump attached.
please Help
regards,
Didier
|
|
|
|
|
|
|
|
Re: Forms6i ORA-12203 [message #304884 is a reply to message #304681] |
Fri, 07 March 2008 01:03 |
|
didiera
Messages: 134 Registered: August 2007 Location: Mauritius
|
Senior Member |
|
|
If this might help you, below is an excerpt of my sqlnet for forms6i - it logs the network error when im trying to connect to SID EP
***********************************************************************
Fatal NI connect error 12203, connecting to:
(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.33.18)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=EP)(CID=(PROGRAM=C:\oracle\dev2000\BIN\ifbld60.EXE)(HOST=DIDS)(USER=Didier?AUGUSTIN))))
VERSION INFORMATION:
TNS for 32-bit Windows: Version 8.0.6.0.0 - Production
Time: 07-MAR-08 10:46:44
Tracing not turned on.
Tns error struct:
nr err code: 12203
TNS-12203: TNS:unable to connect to destination
ns main err code: 12538
TNS-12538: TNS:no such protocol adapter
ns secondary err code: 12560
nt main err code: 508
TNS-00508: No such protocol adapter
nt secondary err code: 0
nt OS err code: 0
***********************************************************************
- note, I have replaced the contents of tnsnames.ora for forms with the ifile tag pointing it to the one under my oracle installation
[Updated on: Fri, 07 March 2008 01:12] Report message to a moderator
|
|
|
|