Configure the Oracle Wire Protocol Driver
You configure the wire protocol driver to specify the settings SiteMinder uses 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 one of the following files and rename it system_odbc.ini. The file you rename depends on the database vendor you are configuring as a SiteMinder data store.
These files are located in siteminder_home/db
The system_odbc.ini file contains the following sections. The data source that you are configuring determine the section or sections that you edit:
Specifies the settings SiteMinder is to use to connect to the database functioning as the policy store.
Specifies the settings SiteMinder is to use to connect to the database functioning as the audit log database.
Specifies the settings SiteMinder is to connect to the database functioning as the key store.
Specifies the settings SiteMinder is to connect to the database functioning as the session store.
Specifies the settings SiteMinder is to connect to the database functioning as the sample user data store.
Follow these steps:
Driver=nete_ps_root/odbc/lib/NSora24.so Description=DataDirect 6 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 © 2012 CA.
All rights reserved.
|
|