. . . . . . . . . . "Configuration of the Multi-Tier Oracle Database Agent, for Windows" . "Installation and Configuration of the Multi-Tier Oracle Database Agent, for Windows" . "Configuration of the Multi-Tier Oracle Database Agent, for Windows" . . . . "Configuration Guide" . . . . . . . . . . . . "Installation and Configuration of the Multi-Tier Oracle Database Agent, for Windows" . . . "
    \r\n
  1. Oracle requires a small amount of additional environmental configuration in the OpenLink Request Broker session rule book (c:\\Program Files\\OpenLink Software\\UDA\\bin\\oplrqb.ini).
  2. \r\n
  3. Edit the file c:\\Program Files\\OpenLink Software\\UDA\\bin\\oplrqb.ini with a suitable text editor such as Wordpad.
  4. \r\n
  5. Locate and edit the [Environment xxxxx] section where xxxxx matches your target database to ensure that any relevant environment variables pertaining to your system and target database are correct. You may need to consult with your database administrator to verify these.
  6. \r\n
  7. The following examples depict the environment sections for Oracle:
  8. \r\n
\r\n

Oracle 9 (Full Client)

\r\n
[Environment ORACLE9]\r\nORACLE_HOME        = D:\\oracle\\product\\9.2.1\\Db_1\r\n;ORACLE_SID        = ORCL\r\n;ORACLE_SERVER        = T\r\n;TWO_TASK        = P:\r\n;ODBC_CATALOGS        = Y                ; Uncomment after loading odbccat9.sql\r\n;MULTIPLEX_LDA        = 5                ; Allow 5 OpenLink clients on a single lda\r\n;OPL_USR_TBLS_FIRST=Y                ; Sort SQLTables starting with user tables
\r\n

Oracle 10 (Full Client)

\r\n
[Environment ORACLE10]\r\nORACLE_HOME        = D:\\oracle\\product\\10.1.0\\Db_1\r\n;ORACLE_SID        = ORCL\r\n;ORACLE_SERVER        = T\r\n;TWO_TASK        = P:\r\n;ODBC_CATALOGS        = Y                ; Uncomment after loading odbccat9.sql\r\n;MULTIPLEX_LDA        = 5                ; Allow 5 OpenLink clients on a single lda\r\n;OPL_USR_TBLS_FIRST=Y                ; Sort SQLTables starting with user tables\r\n;OCI_CONNPOOL_MIN = 0                 ; if not set defaults to 0 \r\n;OCI_CONNPOOL_MAX = 0                ; if not set defaults to OCI_CONNPOOL_MIN \r\n;OCI_CONNPOOL_INCR = 1                 ; if not set defaults to 1 \r\n;OCI_CONNPOOL_WAIT = TRUE        ; if not set defaults to TRUE
\r\n

Oracle 10 (Instant Client)

\r\n
[Environment ORACLE10]\r\nORACLE_HOME        = C:\\Instant_client_10_2\r\n;ORACLE_SID        = ORCL\r\n;ORACLE_SERVER        = T\r\n;TWO_TASK        = P:\r\n;ODBC_CATALOGS        = Y                ; Uncomment after loading odbccat9.sql\r\n;MULTIPLEX_LDA        = 5                ; Allow 5 OpenLink clients on a single lda\r\n;OPL_USR_TBLS_FIRST=Y                ; Sort SQLTables starting with user tables\r\n;OCI_CONNPOOL_MIN = 0                 ; if not set defaults to 0 \r\n;OCI_CONNPOOL_MAX = 0                ; if not set defaults to OCI_CONNPOOL_MIN \r\n;OCI_CONNPOOL_INCR = 1                 ; if not set defaults to 1 \r\n;OCI_CONNPOOL_WAIT = TRUE        ; if not set defaults to TRUE
\r\n

Make sure to save the changes after editing the oplrqb.ini file.

" . . "
    \n
  1. Oracle requires a small amount of additional environmental configuration in the OpenLink Request Broker session rule book (c:\\Program Files\\OpenLink Software\\UDA\\bin\\oplrqb.ini).
  2. \n
  3. Edit the file c:\\Program Files\\OpenLink Software\\UDA\\bin\\oplrqb.ini with a suitable text editor such as Wordpad.
  4. \n
  5. Locate and edit the [Environment xxxxx] section where xxxxx matches your target database to ensure that any relevant environment variables pertaining to your system and target database are correct. You may need to consult with your database administrator to verify these.
  6. \n
  7. The following examples depict the environment sections for Oracle:
  8. \n
\n

Oracle 9 (Full Client)

\n
[Environment ORACLE9]\nORACLE_HOME        = D:\\oracle\\product\\9.2.1\\Db_1\n;ORACLE_SID        = ORCL\n;ORACLE_SERVER        = T\n;TWO_TASK        = P:\n;ODBC_CATALOGS        = Y                ; Uncomment after loading odbccat9.sql\n;MULTIPLEX_LDA        = 5                ; Allow 5 OpenLink clients on a single lda\n;OPL_USR_TBLS_FIRST=Y                ; Sort SQLTables starting with user tables
\n

Oracle 10 (Full Client)

\n
[Environment ORACLE10]\nORACLE_HOME        = D:\\oracle\\product\\10.1.0\\Db_1\n;ORACLE_SID        = ORCL\n;ORACLE_SERVER        = T\n;TWO_TASK        = P:\n;ODBC_CATALOGS        = Y                ; Uncomment after loading odbccat9.sql\n;MULTIPLEX_LDA        = 5                ; Allow 5 OpenLink clients on a single lda\n;OPL_USR_TBLS_FIRST=Y                ; Sort SQLTables starting with user tables\n;OCI_CONNPOOL_MIN = 0                 ; if not set defaults to 0 \n;OCI_CONNPOOL_MAX = 0                ; if not set defaults to OCI_CONNPOOL_MIN \n;OCI_CONNPOOL_INCR = 1                 ; if not set defaults to 1 \n;OCI_CONNPOOL_WAIT = TRUE        ; if not set defaults to TRUE
\n

Oracle 10 (Instant Client)

\n
[Environment ORACLE10]\nORACLE_HOME        = C:\\Instant_client_10_2\n;ORACLE_SID        = ORCL\n;ORACLE_SERVER        = T\n;TWO_TASK        = P:\n;ODBC_CATALOGS        = Y                ; Uncomment after loading odbccat9.sql\n;MULTIPLEX_LDA        = 5                ; Allow 5 OpenLink clients on a single lda\n;OPL_USR_TBLS_FIRST=Y                ; Sort SQLTables starting with user tables\n;OCI_CONNPOOL_MIN = 0                 ; if not set defaults to 0 \n;OCI_CONNPOOL_MAX = 0                ; if not set defaults to OCI_CONNPOOL_MIN \n;OCI_CONNPOOL_INCR = 1                 ; if not set defaults to 1 \n;OCI_CONNPOOL_WAIT = TRUE        ; if not set defaults to TRUE
\n

Make sure to save the changes after editing the oplrqb.ini file.

" . . .