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 , 3 of 6


START_REDEF_TABLE Procedure

This procedure initiates the reorganization process. After verifying that the table can be reorganized online, you create an empty interim table (in the same schema as the table to be reorganized) with the desired attributes of the post-reorganization table.

Syntax

DBMS_REDINITION.start_redef_table (

uname  IN VARCHAR2,
orig_table  IN VARCHAR2,
int_table  IN VARCHAR2,
col_mapping  IN VARCHAR2 := NULL);

Parameters

Table 45-3 START_REDEF_TABLE Procedure Parameters
Parameter  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. 

col_mapping 

The mapping information from the columns in the interim table to the columns in the original table. (This is similar to the column list on the SELECT clause of a query.) If NULL, all the columns in the original table are selected and have the same name after reorganization. 


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