Disabling Database Vault

In this recipe, you will disable Database Vault in two ways: Using Enterprise Manager 12c Cloud Control and command line.

How to do it...

  1. Go to Database Vault home page of your database or pluggable database and click on Disable (see Figure 37):
    How to do it...

    Figure 37

  2. Click on continue in a small pop-up window (see Figure 38)
    How to do it...

    Figure 38

    Or

    Connect to the database as Database Vault owner and disable it through command line:

    SQL> EXEC DBMS_MACADM.DISABLE_DV;
    
  3. Connect to your database or pluggable database and restart it:
    SQL> connect / as sysdba ...

Get Oracle Database 12c Security Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.