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.
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  | 
| 
 | 
 |