Create an Oracle RAC Data Source on Windows
You can configure Oracle RAC 9.2.0.6 and 10.1.0.4 instances with the Policy Server as a single data source name similar to that of a single instance Oracle database. However, the data source name for Oracle RAC is different than a regular ODBC data source.
In an Oracle RAC system, in addition to the SID or ServiceName for each Oracle instance, there is also a ServiceName for the entire Oracle RAC system. When configuring a data source, configure the data source name to use this ServiceName when connecting to an Oracle RAC.
To configure an Oracle RAC data source
The ODBC Data Source Administrator appears.
The ODBC Oracle Wire Protocol Driver Setup dialog appears. The General tab is pulled to the front.
Note: Record this name. You will need the data source name when pointing the Policy Server to the database.
Oracle RAC 10g: Enter the virtual IP Address.
Example: In the following tnsnames.ora file, the SMDB value is the service name for the entire Oracle RAC system, which contains 3 nodes:
SMDB=
(Description =
(ADDRESS = (Protocol = TCP)(HOST = nete_servername1)(PORT = 1521)) (ADDRESS = (Protocol = TCP)(HOST = nete_servername2)(PORT = 1521)) (ADDRESS = (Protocol = TCP)(HOST = nete_servername3)(PORT = 1521)) (LOAD_BALANCE = yes) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = SMDB) )
Failover settings appear.
Note: The ServiceName is the service name for the entire Oracle RAC system.
(HostName=nete_servername2:PortNumber=1521:ServiceName=nete_servicename[,...])
The Oracle RAC data source is configured for the wire protocol driver.
Copyright © 2010 CA. All rights reserved. | Email CA about this topic |