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


ABORT_REDEF_TABLE Procedure

This procedure cleans up errors that occur during the reorganization process. This procedure can also be used to abort the reorganization process any time after start_reorg_table has been called and before finish_reorg_table is called.

Syntax

DBMS_REDEFINITION.abort_redef_table (

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

Parameters

Table 45-6 ABORT_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. 


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