Configure the Oracle 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
Driver=nete_ps_root/odbc/lib/NSora23.so Description=DataDirect 5.0 Oracle Wire Protocol LoginID=uid Password=pwd HostName=nete_servername PortNumber=1521 SID=nete_serverid CatalogOptions=0 ProcedureResults=0 EnableDisableParam=0 EnableStaticCursorsForLongData=0 ApplicationUsingThreads=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 the explicit path to where the 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 machine name where the Oracle database is installed.
Specifies the Oracle instance service name (SID). The SID is the system identifier for the database instance.
Example: In the following sample tnsnames.ora file, the value instance1 is the SID.
instance1 =
(Description =
(ADDRESS = (Protocol = TCP)(Host = myhost)(Port = 1521)
(CONNECT_DATA = (SID = instance1))
)
The Oracle wire protocol driver is configured.
Copyright © 2010 CA. All rights reserved. | Email CA about this topic |