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


CAN_REDEF_TABLE Procedure

This procedure determines if a given table can be reorganized online. This is the first step of the online reorganization process. If the table is not a candidate for online redefinition, an error message is raised.

Syntax

DBMS_REDEFINITION.can_redef_table (

uname  IN VARCHAR2,
tname  IN VARCHAR2);

Exceptions

If the table is not a candidate for online reorganization, an error message is raised.

Parameters

Table 45-2 CAN_REDEF_TABLE Procedure Parameters
Parameter  Description 

uname 

The schema name of the table. 

tname 

The name of the table to be reorganized. 


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