Targeting Oracle Database hosted applications
For each Oracle hosted application, add a target system (Manage the system > Resources > Target systems):
Type is Oracle Database (Script) .
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 must be in the <Program Files path>\Bravura Security\Bravura Security Fabric\<instance>\ script\ directory and describes the SQL commands used in the interaction between the connector and the database.
(key: script)
The address is entered in the format:
{server=<TSN name;[instance=<script_variable_instance>;]script=<script filename>;}
Administrator ID and Password are the login ID and password for the target system administrator you configured earlier.
Bravura Security Fabric normally connects to the Oracle database with "system" administrator privileges. Higher level privileges may be required; for example, for create user operations. To allow Bravura Security Fabric to connect with "sysdba" privileges, specify the administrator ID followed by /SYSDBA (all uppercase).
The full list of target system parameters is explained in Target system options .