C Enabling Database Vault for Additional Databases in a Shared Oracle Home

You should run Database Vault Configuration Assistant (DVCA) after creating a new Oracle Database Vault database, if any of the following conditions is true:

Use the following syntax to run the DVCA utility:

$ORACLE_HOME/bin/dvca -action option [-racnode host_name] -oh oracle_home -jdbc_str jdbc_connection_string -sys_passwd SYS_password -owner_account DV_owner_account_name -owner_passwd DV_owner_account_password [-acctmgr_account DV_account_manager_account_name] [-acctmgr_passwd DV_account_manager_password] [-logfile ./dvca.log] [-silent] [-nodecrypt] [-languages {["en"],["de"],["es"],["fr"],["it"],["ja"],["ko"],["pt_BR"],["zh_CN"],["zh_TW"]}]

In this specification:

Note:

  • If the Oracle system identifier (SID) of the database is more than 8 characters, then you must update the Net service name in the tnsnames.ora file before running DVCA. See Oracle Database Vault Release Notes for hp Tru64 UNIX for more information about Bug 5258820.

  • Ensure that the database and the listener are running before you run the DVCA utility.

  • You should run DVCA before and after installing database options like Spatial, Java, and Intermedia. See Oracle Database Vault Administrator's Guide for more details.

  • In an Oracle Real Application Clusters (RAD) environment, after you run DVCA on a local node, run it again on the remote nodes by including option optionrac in the dvca command.