RAC Connection
Posted: Sun 12 Oct 2008 19:20
Hi.
We have been using OraDirect.NET in our application but allways in DirectMode.
It is possible to explain how we configure the connection string to connect to a RAC?
In Java we use something like:
jdbc:oracle:thin:@(DESCRIPTION=(LOAD_BALANCE=on)
(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.10.10)(PORT=1521))
(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.10.11)(PORT=1521))
(CONNECT_DATA=(SERVICE_NAME=ORACLE_SERVICE_NAME)))
How do i configure this with OraDirect? Must I use OCI? That implies me to install the Oracle client tools on the server?
Thanks,
JF
We have been using OraDirect.NET in our application but allways in DirectMode.
It is possible to explain how we configure the connection string to connect to a RAC?
In Java we use something like:
jdbc:oracle:thin:@(DESCRIPTION=(LOAD_BALANCE=on)
(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.10.10)(PORT=1521))
(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.10.11)(PORT=1521))
(CONNECT_DATA=(SERVICE_NAME=ORACLE_SERVICE_NAME)))
How do i configure this with OraDirect? Must I use OCI? That implies me to install the Oracle client tools on the server?
Thanks,
JF