Skip Headers
Oracle® Database Vault Administrator's Guide
11g Release 1 (11.1)

Part Number B31222-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
View PDF

4 Configuring Realms

This chapter describes how to create and maintain realms. It includes the following sections:

4.1 What Are Realms?

A realm is a functional grouping of database schemas and roles that must be secured for a given application. Think of a realm as zone of protection for your database objects. A schema is a logical collection of database objects such as tables, views, and packages, and a role is a collection of privileges. By classifying schemas and roles into functional groups, you can control the ability to use system privileges against these groups and prevent unauthorized data access by the DBA or other powerful users with system privileges. Oracle Database Vault does not replace the discretionary access control model in the existing Oracle database. It functions as a layer on top of this model for both realms and command rules.

After you create a realm, you can register a set of schema objects or roles (secured objects) for realm protection and authorize a set of users or roles to access the secured objects.

For example, after you install Oracle Database Vault, you can create a realm to protect all existing database schemas that are used in an accounting department. The realm will prohibit any user who is not authorized to the realm to use system privileges to access the secured accounting data.

You can run reports on realms that you create in Oracle Database Vault. See "Related Reports" for more information.

This chapter explains how to configure realms by using Oracle Database Vault Administrator. To configure realms by using the PL/SQL interfaces and packages provided by Oracle Database Vault, refer to the following appendixes:

4.2 Default Realms

Oracle Database Vault provides the following default realms:

4.3 Creating a Realm

In general, to enable realm protection, you first create the realm itself, and then you edit the realm to include realm secured objects, roles, and authorizations. "Guidelines for Designing Realms" provides advice on creating realms.

To create a realm:

  1. Log in to Oracle Database Vault Administrator using a database account that has been granted the DV_OWNER role.

    At a minimum, you must have the DV_ADMIN role. "Starting Oracle Database Vault Administrator" explains how to log in.

  2. In the Administration page, under Database Vault Feature Administration, click Realms.

  3. In the Realms page, click Create.

  4. In the Create Realm page, enter the following settings:

    • Under General:

      • Name: Enter a name for the realm. It can contain up to 90 characters in mixed-case. This attribute is mandatory.

      • Description: Enter a brief description of the realm. The description can contain up to 1024 characters in mixed-case. This attribute is optional.

      • Status: Select either Enabled or Disabled to enable or disable the realm during run time. A realm is enabled by default. This attribute is mandatory.

    • Under Audit Options, select one of the following:

      • Audit Disabled: Does not create an audit record.

      • Audit On Failure (default): Creates an audit record when a realm violation occurs, for example, when an unauthorized user tries to modify an object that is protected by the realm.

      • Audit On Success or Failure: Creates an audit record for any activity that occurs in the realm, including both authorized and unauthorized activities.

  5. Click OK.

    The Realms Summary page appears, listing the new realm that you created.

After you create a new realm, you are ready to add schema and database objects to the realm for realm protection, and to authorize users and roles to access the realm. To do so, you edit the new realm and then add its objects and its authorized users.

4.4 Editing a Realm

To edit a realm:

  1. In the Oracle Database Vault Administration page, select Realms.

  2. In the Realm page, select the realm that you want to edit.

  3. Click Edit.

  4. Modify the realm as necessary, and then click OK.

See Also:

4.5 Creating Realm-Secured Objects

Realm-secured objects define the territory that a realm protects. The realm territory is a set of schema and database objects and roles. You can create the following types of protections:

You can manage the objects secured by a realm from the Edit Realm page, which lets you create, edit, and delete realm secured objects.

To create a realm secured object:

  1. In the Oracle Database Vault Administration page, select Realms.

  2. In the Realms page, select the realm you want, and then select Edit.

  3. In the Edit Realm page, under Realm Secured Objects, do one of the following:

    • To create a new realm-secured object, select Create.

    • To modify an existing object, select it from the list and then select Edit.

  4. In the Create Realm Secured Object page, enter the following settings:

    • Object Owner: From the list, select the name of the database schema owner. This attribute is mandatory.

    • Object Type: From the list, select the object type of the database object, such as TABLE, INDEX, or ROLE. This attribute is mandatory.

      By default, the Object Type box contains the % wildcard character to include all object types for the specified Object Owner. However, it does not include roles, which do not have specific schema owners in the database and must be specified explicitly.

    • Object Name: Enter the name of the object in the database that the realm will affect, or enter % to specify all objects (except roles) for the object owner that you have specified. However, you cannot use wildcard characters with text such to specify multiple object names, for example, EMP_% to specify all tables beginning with the characters EMP_. Nor can you use the wildcard character to select multiple roles; you must enter role names individually. This attribute is mandatory.

      By default, the Object Name field contains the % wildcard character to include all objects within the specified Object Type and Object Owner. Note that the % wildcard character applies to objects that do not yet exist as well as currently existing objects. Note also that the % wildcard character does not apply to roles. If you want to include more than one role, you must specify each role separately.

  5. Click OK.

For example, to secure the EMPLOYEES table in the HR schema, you would enter the following settings in the Create Realm Secured Object page:

Editing a Realm-Secured Object

To edit a realm-secured object:

  1. Select the object under Realm Secured Objects in the Edit Realm page.

  2. Click Edit.

  3. In the Edit Realm Secured Object page, edit the attributes as required.

  4. Click OK.

Deleting a Realm-Secured Object

To delete a realm-secured object:

  1. Select the object under Realm Secured Objects in the Edit Realm page.

  2. Click Remove.

    A confirmation page is displayed.

  3. Click Yes.

    This dissociates the object from the realm and unsecures it. (The regular database protections still apply.) However, it does not remove the object from the database.

4.6 Defining Realm Authorization

Realm authorizations establish the set of database accounts and roles that manage or access objects protected in realms. A realm authorization can be an account or role that is authorized to use its system privileges in the following situations:

A user who has been granted realm authorization as either a realm owner or a realm participant can use its system privileges to access secured objects in the realm.

Note the following:

Use the Edit Realm page to manage realm authorizations. You can create, edit, and remove realm authorizations. To track configuration information for the authorization of a realm, see "Realm Authorization Configuration Issues Report".

To create a realm authorization:

  1. In the Oracle Database Vault Administration page, select Realms.

  2. In the Realms page, select the realm you want, and then select Edit.

  3. In the Edit Realm page, under Realm Authorizations, do one of the following:

    • To create a new realm authorization, select Create.

    • To modify an existing realm authorization, select it from the list and then select Edit.

  4. Click Create under Realm Authorizations in the Edit Realm page.

  5. In the Create Realm Authorization page, enter the following settings:

    • Grantee: From the list, select the Oracle database account or role to whom you want to grant the realm authorization. This attribute is mandatory.

      This list shows all accounts and roles in the system, not just accounts with system privileges. (Note that you cannot select yourself or any account that has been granted the DV_ADMIN or DV_OWNER roles from this list to grant yourself realm ownership.)

    • Authorization Type: Select either of the following. This attribute is mandatory.

      • Participant (default): This account or role provides system or direct privileges to access, manipulate, and create objects protected by the realm, provided these rights have been granted using the standard Oracle Database privilege grant process. A realm can have more than one participant.

      • Owner: This account or role has the same privileges as the realm participant, plus the authorization to grant or revoke realm-secured database roles. A realm can have more than one owner.

    • Authorization Rule Set: Select from the available rule sets that have been created for your site. You can select only one rule set, but the rule set can have multiple rules.

      See "Creating a Rule to Add to a Rule Set" for more information about defining rules to govern the realm authorization.

      Any auditing and custom event handling associated with the rule set will occur as part of the realm authorization processing.

  6. Click OK.

Editing a Realm Authorization

To edit a realm authorization:

  1. Select the realm authorization under Realm Authorizations in the Edit Realm page.

  2. Click Edit.

    The Edit Realm Authorization page is displayed.

  3. Edit the attributes as required.

  4. Click OK.

Deleting a Realm Authorization

To delete a realm authorization:

  1. Select the realm authorization under Realm Authorizations in the Edit Realm page.

  2. Click Remove.

    A confirmation page is displayed.

  3. Click Yes.

4.7 Disabling and Enabling a Realm

By default, when you create a realm, it is enabled. You can disable a realm, for example, for system maintenance such as patch updates, and then enable it again afterward.

To disable or enable a realm:

  1. In the Oracle Database Vault Administration page, select Realms.

  2. In the Realms page, select the realm you want to disable or enable, and then select Edit.

  3. In the Edit Realm page, under Status in the General section, select either Disabled or Enabled.

  4. Click OK.

4.8 Deleting a Realm

Before you delete a realm, you can locate the various references to it by querying the realm-related Oracle Database Vault views. See "Oracle Database Vault Public Views" for more information.

To delete a realm:

  1. In the Oracle Database Vault Administration page, select Realms.

  2. In the Realms page, select the realm you want to delete, and then select Remove.

  3. In the Confirmation page, click Yes.

    Oracle Database Vault deletes the configuration for a realm (header, secure objects, and authorizations). It does not delete the rule sets within the realm.

4.9 How Realms Work

When a database account that has the appropriate privileges issues a SQL statement (that is, DDL, DML, EXECUTE, GRANT, REVOKE, or SELECT) that affects an object within a customer-defined realm, the following actions occur:

  1. Is the database account using a system privilege to execute the SQL statement?

    If yes, then go to Step 2. If no, then go to Step 6. If the session has object privileges on the object in question for SELECT, EXECUTE, and DML only, then the realm protection is not enforced. Realms protect against the use of the any system privileges on objects or roles protected by the realm.

    Remember that if the O7_DICTIONARY_ACCESSIBILITY initialization parameter has been set to TRUE, then non-SYS users have access to SYS schema objects. For better security, ensure that O7_DICTIONARY_ACCESSIBILITY is set to FALSE.

  2. Does the SQL statement affect objects secured by a realm?

    If yes, then go to Step 3. If no, then realms do not affect the SQL statement; go to Step 6. If the object affected by the command is not secured in any realms, then realms do not affect the SQL statement being attempted.

  3. Is the database account a realm owner or realm participant?

    If yes, and if the command is a GRANT or REVOKE of a role that is protected by the realm, or the GRANT or REVOKE of an object privilege on an object protected by the realm, the session must be authorized as the realm owner directly or indirectly through a protected role in the realm. Then go to Step 4. Otherwise, realm violation occurs and the statement is not allowed to succeed. Note that SYS is the only realm owner in the default Oracle Data Dictionary Realm, and only SYS can grant system privileges to a database account or role.

  4. Is the realm authorization for the database account conditionally based on a rule set? If yes, then go to Step 5. If no, then go to Step 6.

  5. Does the rule set evaluate to true?

    If yes, then go to Step 6. If no, then there is a realm violation, so the SQL statement is not allowed to succeed.

  6. Does a command rule prevent the command from executing? If yes, then there is a command rule violation and the SQL statement fails. If no, there is no realm or command rule violation, so the command succeeds.

    For example, the HR account may have the DROP ANY TABLE privilege and may be the owner of the HR realm, but a command rule can prevent HR from dropping any tables in the HR schema unless it is during its monthly maintenance window. Command rules apply to the use of the ANY system privileges as well as direct object privileges and are evaluated after the realm checks.

In addition, because a session is authorized in a realm, it does not mean the account can use any privilege on objects protected by the realm. For example, an account or role may have the SELECT ANY table privilege and be a participant in the HR realm. This means the account or the account granted the role could query the HR.EMPLOYEES table. Being a participant in the realm does not mean the account or role can DROP the HR.EMPLOYEES table. Oracle Database Vault does not replace the discretionary access control model in the existing Oracle database. It functions as a layer on top of this model for both realms and command rules.

Note the following:

4.10 How Authorizations Work in a Realm

Realms protect data from access through system privileges; realms do not give additional privileges to its owner or participants. The realm authorization provides a runtime mechanism to check logically if a user's command is allowed to access objects specified in the command and to proceed with its execution.

System privileges are sweeping database privileges such as CREATE ANY TABLE and DELETE ANY TABLE. These privileges typically apply across schemas and bypass the need for direct privileges. Data dictionary views such as dba_sys_privs, user_sys_privs, and role_sys_privs list the system privileges for database accounts and roles. Database authorizations work normally for objects not protected by a realm. However, a user must be authorized as a realm owner or participant to successfully use his or her system privileges on objects secured by the realm. A realm violation prevents the use of system privileges and can be audited.

Example 4-1 shows what happens when an unauthorized user who has the CREATE ANY TABLE system privilege tries to create a table in a realm where the HR schema is protected by a realm.

Example 4-1 Unauthorized User Trying to Create a Table

SQL> CREATE TABLE HR.demo2 (col1 NUMBER(1));

ERROR at line 1:
ORA-00604: error occurred at recursive SQL level 1
ORA-20401: Realm Violation on table HR.DEMO2
ORA-06512: at "DVSYS.AUTHORIZE_EVENT", line 35
ORA-06512: at line 13

As you can see, the attempt by the unauthorized user fails. Unauthorized use of system privileges such as SELECT ANY TABLE, CREATE ANY TABLE, DELETE ANY TABLE, UPDATE ANY TABLE, INSERT ANY TABLE, CREATE ANY INDEX, and others results in failure. Example 4-2 shows what happens when an unauthorized database account tries to use his DELETE ANY TABLE system privilege to delete an existing record, the database session returns the following error.

Example 4-2 Unauthorized User Trying to Use the DELETE ANY TABLE Privilege

SQL> DELETE FROM HR.employees WHERE empno = 8002;
ERROR at line 1:
ORA-01031: insufficient privileges

Realms do not affect direct privileges on objects. For example, a user granted delete privileges to the HR.EMPLOYEES table can successfully delete records without requiring realm authorizations. Therefore, realms should minimally affect normal business application usage for database accounts.

Example 4-3 shows how an authorized user can perform standard tasks allowed within the realm.

Example 4-3 Authorized User Performing DELETE Operation

SQL> DELETE FROM HR.employees WHERE empno = 8002;

1 row deleted.

4.11 Example of How Realms Work

Figure 4-1 illustrates how data within a realm is protected. In this scenario, two users, each in charge of a different realm, have the same system privileges. The owner of a realm can be either a database account or a database role. As such, each of the two roles, OE_ADMIN and HR_ADMIN, can be protected by a realm as a secured object and be configured as the owner of a realm.

Further, only a realm owner, such as OE_ADMIN, can grant or revoke database roles that are protected by the realm. The realm owner cannot manage roles protected by other realms such as the DBA role created by SYS in the Oracle Data Dictionary realm. Any unauthorized attempt to use a system privilege to access realm-protected objects will create a realm violation, which can be audited. The powers of each realm owner are limited within the realm itself. For example, OE_ADMIN has no access to the Human Resources realm, and HR_ADMIN has no access to the Order Entry realm.

Figure 4-1 How Authorizations Work for Realms and Realm Owners

Description of Figure 4-1 follows
Description of "Figure 4-1 How Authorizations Work for Realms and Realm Owners"

4.12 How Realms Affect Other Oracle Database Vault Components

Realms have no effect on factors, identities, or rule sets. They have an effect on command rules, in a sense, in that Oracle Database Vault evaluates the realm authorization first when processing SQL statements.

"How Realms Work" explains the steps that Oracle Database Vault takes to process SQL statements that affect objects in a realm. "How Command Rules Work" describes how command rules are processed.

4.13 Guidelines for Designing Realms

Follow these guidelines when designing realms:

4.14 How Realms Affect Performance

DDL and DML operations on realm-protected objects do not have a measurable effect on Oracle Database. Oracle recommends that you create the realm around the entire schema, and then authorize specific users to perform only specific operations related to their assigned tasks. For finer-grained control, you can define realms around individual tables and authorize users to perform certain operations on them, but be careful not to then put a realm around that entire schema, thus having a realm around realms.

Auditing affects performance. To achieve the best performance, Oracle recommends that you use fine-grained auditing rather than auditing all operations.

You can check the system performance by running tools such as Oracle Enterprise Manager (including Oracle Enterprise Manager Database Control, which is installed by default with Oracle Database), Statspack, and TKPROF. For more information about Oracle Enterprise Manager, see the Oracle Enterprise Manager documentation set. For information about Database Control, refer to its online Help. Oracle Database Performance Tuning Guide describes the Statspack and TKPROF utilities.

4.15 Related Reports

Table 4-1 lists Oracle Database Vault reports that are useful for analyzing realms. See Chapter 11, "Oracle Database Vault Reports" for information about how to run these reports.

Table 4-1 Reports Related to Realms

Report Purpose

"Realm Audit Report"


To audit records generated by the realm protection and realm authorization operations

"Realm Authorization Configuration Issues Report"


To find authorization configuration information, such as incomplete or disabled rule sets, or nonexistent grantees or owners that may affect the realm

"Rule Set Configuration Issues Report"


To find rule sets that do not have rules defined or enabled, which may affect the realms that use them

"Object Privilege Reports"


To find object privileges that the realm affects

"Privilege Management - Summary Reports"


To find information about grantees and owners for a realm

"Sensitive Objects Reports"


To find objects that the command rule affects