April 1999
Intermediate to advanced
552 pages
15h 39m
English
DBMS_SNAPSHOT.END_TABLE_REORGANIZATION (Oracle8 Only)
Call the END_TABLE_REORGANIZATION procedure when you are finished reorganizing a table.
PROCEDURE DBMS_SNAPSHOT.END_TABLE_REORGANIZATION
(tabowner IN VARCHAR2
tablename IN VARCHAR2);Parameters are the same as those for BEGIN_TABLE_REORGANIZATION. This procedure does not raise any exceptions, and there are no restrictions on calling it.