Name

DBMS_SNAPSHOT.BEGIN_TABLE_REORGANIZATION (Oracle8 Only)

Synopsis

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.

Parameters

Parameter Name

Description

tabowner

Owner of the master table

tabname

Name of the master table being reorganized

Get Oracle Distributed Systems now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.