The DBMS_EDITIONS_UTILITIES package provides helper functions for edition-related operations.
The chapter contains the following topics:
Overview
Security Model
Exceptions
The DBMS_EDITIONS_UTILITIES package implements an interface which provides helper functions for edition-related operations.
Table 64-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   | 
|
| 
 For use only during an edition-based redefinition (EBR) exercise  | 
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 64-3 SET_EDITIONING_VIEWS_READ_ONLY Procedure Parameters
| Parameter | Description | 
|---|---|
| 
 
  | 
 Base table of the editioning views  | 
| 
 
  | 
 Base table schema. The default (or   | 
| 
 
  | 
 
  | 
This procedure replaces NULL values in a replacement column with the value of an expression. The expression evaluation cost is deferred to future updates and queries. The procedure is intended for use only during an edition-based redefinition (EBR) exercise.
See Also:
Oracle Database Development Guide regarding transforming pre- to post-upgrade representation
DBMS_EDITIONS_UTILITIES.SET_NULL_COLUMN_VALUES_TO_EXPR; table_name IN VARCHAR2, column_name IN VARCHAR2, expression IN VARCHAR2);