Back to the Oracle Label Security home page

Oracle Label Security

Protect PII from unauthorized access


 
Oracle Label Security step 1 of 4
 
 
 
 
Oracle Label Security step 2 of 4
 
 
 
 
Oracle Label Security step 3 of 4
 
 
 
 
Oracle Label Security step 4 of 4
 
Create Label Security policy Define label components Authorize users Create and apply VPD policy

Labels consists of three components: Required Levels, and optional Compartments and Groups. In this example, the levels will be 'Confidential' and 'Sensitive', and the compartment will be 'PII'; no groups are used:

Oracle label Security Label Components

The same could be achieved using the following scripts:

BEGIN
SA_COMPONENTS.CREATE_LEVEL (
  policy_name => 'PROTECT_PII',
  level_num => 1000,
  short_name => 'C',
  long_name => 'CONFIDENTIAL');
END;
/

BEGIN
SA_COMPONENTS.CREATE_LEVEL (
  policy_name => 'PROTECT_PII',
  level_num => 2000,
  short_name => 'S',
  long_name => 'SENSITIVE');
END;
/

BEGIN
SA_COMPONENTS.CREATE_COMPARTMENT (
  policy_name => 'PROTECT_PII',
  comp_num => 100,
  short_name => 'PII',
  long_name => 'PERS_INFO');
END;
/


 
Oracle Label Security step 1 of 4
 
 
 
 
Oracle Label Security step 2 of 4
 
 
 
 
Oracle Label Security step 3 of 4
 
 
 
 
Oracle Label Security step 4 of 4
 
Create Label Security policy Define label components Authorize users Create and apply VPD policy

Technical Information

Datasheet
Technical White Paper
Best practices
Performance Considerations: Designing applications for Oracle Label Security
Frequently Asked Questions
Oracle Label Security with Oracle E-Business Suite: Best Practices

Hands-On

Using OLS user authorizations to create powerful Command Rules in Oracle Database Vault
OLS user authorizations in VPD policies: Determine access to application table columns on user authorizations
Oracle by Example: Installing OLS
Oracle by Example: Using OLS
Integrating OLS with Identity Management
Oracle Magazine: Now Securing Every Row
 
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