ODAC Net Option and Oracle Connection Manager

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Boris

ODAC Net Option and Oracle Connection Manager

Post by Boris » Mon 31 Jan 2005 17:11

Hello!
We use ODAC 5.5 and Oracle Server 9.2 (Windows 2000, Linux)
It's well known, that string like "192.168.0.1:1521:SDPV1" should be used in Connect String.
The problem is that we must connect to Oracle Server through Oracle Connection Manager using Net Option, but we don't know how to do it.
A Connection Description in TNSNAMES.ORA looks like:
SDPV1.TRANS =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.0.10)(PORT = 1630))
(ADDRESS = (PROTOCOL = TCP)(HOST = 192.169.0.1)(PORT = 1521))
(SOURCE_ROUTE = YES)
)
(CONNECT_DATA =
(SERVICE_NAME = SDPV1.TRANS)
)
)

Could you tell me what should be written in Connect String in this case.

Best regards,

Boris

Alex
Posts: 655
Joined: Mon 08 Nov 2004 08:39

Post by Alex » Wed 02 Feb 2005 08:11

ODAC with Net option doesn't support connection through Oracle Connection Manager.

Post Reply