Targeting Oracle E-Business Suite
For each Oracle E-Business Suite, add a target system in Bravura Security Fabric (Manage the System > Resources > Target systems):
Type is Oracle E-Business Suite .
Address uses:
Server The TNS Name
Alternatively, you can specify the connect descriptor in place of the TNS name; for example:
(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=hostdbsvr) > (PORT = 1521)))(CONNECT_DATA=(SID=ORACLE)(SERVER=DEDICATED)))
(key: server)
Instance Optional script variable instance name.
(key: instance)
Script file The script file is located in the agent directory and describes the SQL commands used in the interaction between the connector and the Oracle E-Business Suite back-end database.
(key: script)
The address is entered in the format:
{server=<TSN name;[instance=<script_variable_instance>;]script=<script filename>;}
Administrator ID and Password to the login ID and password for the target system you configured earlier.
The full list of target system parameters is explained in Target System Options.