Oracle9i Supplied PL/SQL Packages and Types Reference
Release 1 (9.0.1)

Part Number A89852-02
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback

Go to previous page Go to beginning of chapter Go to next page

DBMS_REDEFINITION , 4 of 6


FINISH_REDEF_TABLE Procedure

This procedure completes the reorganization process. Before this step, you can create new indexes, triggers, grants, and constraints on the interim table. The referential constraints involving the interim table must be disabled. After completing this step, the original table is reorganized with the attributes and data of the interim table. The original table is locked briefly during this procedure.

Syntax

DBMS_REDFINITION.finish_redef_table (

uname  IN VARCHAR2,
orig_table  IN VARCHAR2,
int_table  IN VARCHAR2);

Parameters

Table 45-4 FINISH_REDEF_TABLE Procedure Parameters
Parameters  Description 

uname 

The schema name of the tables. 

orig_table 

The name of the table to be reorganized. 

int_table 

The name of the interim table. 


Go to previous page Go to beginning of chapter Go to next page
Oracle
Copyright © 1996-2001, Oracle Corporation.

All Rights Reserved.
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback