April 1999
Intermediate to advanced
552 pages
15h 39m
English
DBMS_SNAPSHOT.BEGIN_TABLE_REORGANIZATION (Oracle8 Only)
If you are reorganizing a table, call the BEGIN_TABLE_REORGANIZATION procedure before reorganizing the table and the END_TABLE_REORGANIZATION procedure when you are finished.
PROCEDURE DBMS_SNAPSHOT.BEGIN_TABLE_REORGANIZATION
(tabowner IN VARCHAR2,
tabname IN VARCHAR2);There are no exceptions or restrictions for this procedure.
Parameter Name | Description |
|---|---|
tabowner | Owner of the master table |
tabname | Name of the master table being reorganized |