HP-UX AAA Server A.07.01 Administrator's Guide

[DBUser db_user]
[DBPassword db_user_password]
[ReconnectWaitTime reconnect_wait_time]
[OracleSID Oracle_db_instance]
[ODBCDatastore ODBC_db_instance]
}
Where:
instance
Identifies a unique instance of the AAA Server as a database client. Note
that the database connection parameters for a particular instance must
be defined before the SQL actions for that particular database instance
in the sqlaccess.config file.
Table 18-2 (page 220) lists the database access parameters and their usage:
Table 18-2 Database Access Parameters
DescriptionDatabase Access Variable
Mandatory. Identifies the database client library.
db_client_library_interface
Values: OracleOCI or ODBC
Optional for database clients that maintain user and password
information in their configuration file.
User identity for database connection.
db_user
Optional for database clients that maintain user and password
information in their configuration file. Password for database
db_user_password
connection. Some client libraries require the password to be
specified in their configuration file. These libraries ignore the
DBPassword keyword.
Optional. Timer in seconds after which reconnection to the database
is attempted, when connection fails.
Default:
reconnect_wait_time
60
Required for OCI only. Identifies the Oracle database instance to
connect to. The supported format for this parameter is determined
by the OCI client software.
Oracle_db_instance
Required for ODBC only. Identifies the database instance to connect
to. The supported format for this parameter is determined by the
ODBC driver software.
ODBC_db_instance
Example 18-1 defines an instance of an Oracle database interface as db_oci with the
connection parameters:
220 SQL Access