6.1 Configuring OAS
The installation of Oracle Business Analytics Server (OAS) as an Oracle Financial Services Administrator, can be customized.
Table 6-1 Configuring OAS Attributes
| Attribute | Description | Column Name |
|---|---|---|
| APPLICATION_CONTEXT | This attribute specifies the application context of analytics application. | attr_1_value_tx |
| URL | This attribute specifies the URL of the OAS web application server where the analytics is deployed. If the URL provided is incorrect the Admin Tools will not be invoked. | attr_2_value_tx |
| OAS_SERVER_UTL_TOKEN | This attribute specifies the OAS server token. This attribute has a hard coded value as “saw.dll?dashboard” that is a part of the complete URL. | attr_3_value_tx |
| SERVER_URL_TOKEN | This attribute specifies the CTR report URL token and has value as “saw.dll?Go&Path=” | attr_7_value_tx |
To modify the OAS parameter or its attribute, an update query must be executed in the MANTAS Schema of the Database with an appropriate user.
To update the OAS parameter to Y, execute the following query:
UPDATE kdd_install_param t
SET t.param_value_tx = 'Y' WHERE t.param_id = 39To update the URL attribute to ’https://unix.oracle.com’, execute the following query:
UPDATE kdd_install_param t
SET t.attr_2_value_tx = 'https://unix.oracle.com' WHERE t.param_id = 39