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

Table 22-2 Database Access Parameters (continued)
DescriptionDatabase Access Variable
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 22-1 defines an instance of an Oracle database interface as db_oci with the
connection parameters. In the Oracle instance, the Server will attempt to reconnect
after every 60 second, if it gets ORA-3113 or ORA-3114 due to database access failures.
Example 22-1 Define the Oracle Database Connection Parameters
## Define the Oracle/OCI connection.
DBID db_oci {
DBClient OracleOCI
DBUser aaaoracleuser
DBPassword aaaoraclepassword
ReconnectWaitTime 60
ReconnectErrorCodes 3113,3114
OracleSID "example.db.com:1521/testdb"
}
Example 22-2 (page 347) defines an instance of an ODBC database interface as db_odbc
with the connection parameters:
Example 22-2 Define the MySQL Database Connection Parameters
## Define the MYSQL ODBC connection.
DBID db_odbc {
DBClient ODBC
DBUser mysqlaaauser
DBPassword mysqlaaapassword
ReconnectWaitTime 30
ReconnectErrorCodes 2006
ODBCDatastore RadiusStore
}
SQL Actions
SQL actions are defined in the data structure identified by the keyword SQLAction.
Following is the syntax of the SQLAction data structure:
Implementing SQL Access 347