Back to the Oracle Database Vault home page

Oracle Database Vault: Business Use Case Two

Protect the database and applications:

 
Oracle Database Vault Business Use Case Two step 1 of 1
 
Create and apply Command Rules


Point your Browser to the Oracle Database Vault Web Administration Interface (dva) using the following URL:

  http://<hostname>:<port>/dva

and login using the Database Vault owner account. Click on 'Command Rules', you will see a list, including TRUNCATE TABLE, CREATE TABLE, and many more. In this example, create a command rule for the DROP TABLE command:

  Recommended command rules:
  • ALTER TABLE
  • CREATE TABLE
  • TRUNCATE TABLE
  • CREATE CLUSTER
  • DROP CLUSTER
  • CREATE DATABASE LINK
  • DROP DATABASE LINK
  • DROP INDEX
  • DROP SEQUENCE
  • DROP TABLESPACE
  • CREATE VIEW
  • DROP VIEW
  • CREATE SYNONYM
  • DROP SYNONYM

The same could be achieved using the following script:

begin 
 dvsys.dbms_macadmin.CREATE_COMMAND_RULE (
 command => 'drop_table', 
 rule_set_name => 'Disabled',
 object_owner => 'HR',
 object_name => '%',
 enabled => 'YES');
 commit;
end;
/
commit;


Technical Information

Database Vault certified with E-Business Suite:
(Datasheet | Presentation)
Database Vault Best Practices
Flash Demo
Datasheet
Business Whitepaper
Oracle Database Vault FAQ
Using Oracle Recovery Manager (RMAN) with Database Vault

Hands-On

Protect Application Data from DBA and Privileged Users (Viewlet | Oracle by Example)
Restrict DBA commands based on IP address (Viewlet | Oracle by Example)
 
Free Download

Learn More
· Oracle by Example: Database Security

Security Options
· Oracle Database Vault
· Oracle Advanced Security
· Oracle Label Security
· Oracle Secure Backup

Security Features
· Data Encryption
· Virtual Private Database
· Database Auditing
· Backup Encryption
· Proxy Authentication
· Enterprise User Security
· Secure Application Roles
· Fine Grained Auditing

Related Technologies
· Audit Vault
· Secure Backup
· Configuration Management
· Information Rights Management
· Identity Management

Previous Releases
· Oracle10g R2 Security
· Oracle9iR2 Security
· Oracle9i Security

Discussion Forums
· Audit Vault
· Security
· Database
E-mail this page
Printer View Printer View
Oracle Is The Information Company About Oracle | Oracle RSS Feeds | Careers | Contact Us | Site Maps | Legal Notices | Terms of Use | Privacy