Configure the Oracle RAC Wire Protocol Driver
You configure the wire protocol driver to specify the settings SiteMinder should use to connect to the database.
Note: This procedure only applies if the Policy Server is installed on a UNIX system. If you have not already done so, copy and rename oraclewire.ini to system_odbc.ini, which is located in <policy_server_installation>/db.
The system_odbc.ini file contains the following sections. The sections you edit are determined by the data source you are configuring:
Specifies the settings SiteMinder should use to connect to the database functioning as the policy store.
Specifies the settings SiteMinder should use to connect to the database functioning as the token store.
Specifies the settings SiteMinder should use to connect to the database functioning as the audit log database.
Specifies the settings SiteMinder should use to connect to the database functioning as the key store.
Specifies the settings SiteMinder should use to connect to the database functioning as the session store.
Specifies the settings SiteMinder should use to connect to the database functioning as the sample user data store.
To configure the wire protocol driver
The modified text for the data source should appear as follows:
Driver=nete_ps_root/odbc/lib/NSora23.so Description=DataDirect 5.0 Oracle Wire Protocol Logon=uid Password=pwd HostName=nete_servername1 PortNumber=1521 ServiceName=nete_servicename CatalogOptions=0 ProcedureRetResults=0 EnableDescribeParam=0 EnableStaticCursorsForLongData=0 ApplicationUsingThreads=1 AlternateServers= LoadBalancing=1
Note: When editing data source information, do not use the pound sign (#). Entering a pound sign comments the information, which truncates the value. The truncated value may cause ODBC connections to fail.
Specifies an explicit path to the directory where Policy Server is installed.
Specifies the user name of the database account that has full access rights to the database.
Specifies the password for the database account that has full access rights to the database.
Specifies the IP Address of the first Oracle RAC node.
(Oracle 10g) Specifies the virtual IP Address of the first Oracle RAC node.
Specifies the service name for the entire Oracle RAC system.
Specifies the connection failover to the other Oracle nodes, if the primary server is not accepting connections.
Example: (HostName=nete_servername2:PortNumber=1521:ServiceName=nete_servicename[,...])
Turns on client load balancing, which helps to distribute new connections to keep RAC nodes from being overwhelmed with connection requests. When enabled, the order in which primary and alternate database servers are accessed is random.
The Oracle wire protocol driver is configured.
Copyright © 2010 CA. All rights reserved. | Email CA about this topic |