HP-UX AAA Server A.08.01 administrator's guide (T1428-90072, May 2010)

Table Of Contents
DBID instance {
DBClient db_client_library_interface
[DBUser db_user]
[DBPassword db_user_password]
[ReconnectWaitTime reconnect_wait_time]
[ReconnectErrorCodes reconnect_err_code]
[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 22-2 (page 351) lists the database access parameters and their usage:
Table 22-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
Optional: Comma separated native database error codes got if
database is unreachable or shutdown. Whenever the server gets
reconnect_err_code
any of these configured error code, it attempts to reconnect
periodically at an interval of reconnect_wait_time until the
connection to database is successfully established. No error codes
are configured by default.
Implementing SQL Access 351