Oracle Connection Manager + Direct

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
aangerer
Posts: 1
Joined: Wed 13 Sep 2006 07:19

Oracle Connection Manager + Direct

Post by aangerer » Wed 13 Sep 2006 08:32

Hi,

is it possible to use the direct option with the Oracle Connection Manager?

With JDBC the hostname looks like this:

jdbc:oracle:thin:@(DESCRIPTION = (SOURCE_ROUTE=YES) (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = 89.90.1.67)(PORT = 16000)) (ADDRESS = (PROTOCOL = TCP)(HOST = 89.90.1.68)(PORT = 1521))) (CONNECT_DATA = (SID = ORA9)))

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Wed 13 Sep 2006 12:53

Unfortunately, it is not possible.

Post Reply