Amazon Partner

Tuesday 25 May 2010

Disable / Enable Database Vault 11g


To Disable or Enable Database Vault you need to stop the oracle home and related process before hand.


Disable Oracle Database Vault as follows:





  • UNIX: 
    $ cd $ORACLE_HOME/rdbms/lib
    $ make -f ins_rdbms.mk dv_off ioracle
    
    
    


  • Windows: In the ORACLE_BASE\ORACLE_HOME\bin directory, rename the oradvll.dll file to another name, such as oradvll.dll.dbl.




Enable Oracle Database Vault as follows:




  • UNIX: Run the following commands. The make command enables both Oracle Database Vault (dv_on) and Oracle Label Security (lbac_on). You must have Oracle Label Security enabled before you can use Database Vault.

    $ cd $ORACLE_HOME/rdbms/lib
    $ make -f ins_rdbms.mk dv_on lbac_on ioracle
    
  • Windows: In the ORACLE_BASE\ORACLE_HOME\bin directory, rename the backed up copy of the oradvll.dll file (for example, oradv11.dll.dbl) tooradvll.dll. Ensure that the name of the Oracle Label Security executable is oralbacll.dll (and not oralbacll.dll.dbl or some other backup name). You must have Oracle Label Security enabled before you can use Oracle Database Vault.

No comments:

Post a Comment