| Oracle® Database PL/SQL Packages and Types Reference 11g Release 2 (11.2) Part Number E25788-04 | 
 | 
| 
 | PDF · Mobi · ePub | 
The DBMS_EDITIONS_UTILITIES package implements the Edition API which provides helper functions for edition-related operations.
The chapter contains the following topics:
Overview
Security Model
Exceptions
The DBMS_EDITIONS_UTILITIES package implements the Edition API which provides helper functions for edition-related operations.
This package is owned by SYS with execute access granted to PUBLIC. It runs with invokers rights, that is, with the security profile of the caller.
Table 62-2 DBMS_EDITIONS_UTILITIES Package Subprograms
| Subprogram | Description | 
|---|---|
| Given the schema name and table name, this procedure sets the corresponding editioning views in all editions to  | 
Given the schema name and table name, this procedure sets the corresponding editioning views in all editions to READ ONLY or READ/WRITE.
DBMS_EDITIONS_UTILITIES.SET_EDITIONING_VIEWS_READ_ONLY ( table_name IN VARCHAR2, owner IN VARCHAR2 DEFAULT NULL, read_only IN BOOLEAN DEFAULT TRUE);
Table 62-3 SET_EDITIONING_VIEWS_READ_ONLY Procedure Parameters
| Parameter | Description | 
|---|---|
| 
 | Base table of the editioning views | 
| 
 | Base table schema. The default (or  | 
| 
 | 
 | 
The user must have the following privileges:
Owner of the table, or have the ALTER ANY TABLE system privileges
USE object privilege on all the editions for which the views are defined