MAKE_INTERNAL_PKG Procedure
This procedure synchronizes the existence of an internal package with a table or materialized view in the replication catalog. If the table has replication support, then execute this procedure to create the internal package. If replication support does not exist, then this procedure destroys any related internal package. This procedure does not accept the storage table of a nested table.
Caution:
Do not execute this procedure unless directed to do so by Oracle Support Services.
|
Syntax
DBMS_REPUTIL.MAKE_INTERNAL_PKG (
canon_sname IN VARCHAR2,
canon_oname IN VARCHAR2);
Parameters
Table 22-2 MAKE_INTERNAL_PKG Procedure Parameters