![]() Previous |
![]() Next |
After completing this tutorial, you can remove the data structures that you used if you no longer need them.
To revoke the SELECT privilege on OE.CUSTOMERS from user SCOTT:
In SQL*Plus, connect as user OE.
CONNECT OE
Enter password: password
Connected.
Revoke the SELECT privilege from user SCOTT.
REVOKE SELECT ON CUSTOMERS FROM SCOTT;
To drop the OE Protections realm:
If you have logged out of Oracle Database Vault Administrator, log back in as the Database Vault Owner account that you created when you installed Oracle Database Vault (for example, DBVOWNER).
See Step 1 in "Step 4: Create a Realm to Protect the OE.CUSTOMERS Table" for how to start Database Vault Administrator.
The Administration page appears.
Under Database Vault Feature Administration, click Realms.
The Realms page appears.
Select OE Protections from the list of realms, and then click Remove. Then click Yes in the Confirmation page.
To disable Oracle Database Vault:
See Oracle Database Vault Administrator's Guide for information about disabling Oracle Database Vault.