Database Administration (MOSC)

MOSC Banner

CAN_REDEF_TABLE Procedure

edited Nov 14, 2013 6:54AM in Database Administration (MOSC) 1 commentAnswered
Any pls help with script that can show if more than one table is an option for online redefinition

I know how to check one table but I do need a script to check if multiple table can be redefine online

eg

 DBMS_REDEFINITION.CAN_REDEF_TABLE (
uname IN VARCHAR2,
tname IN VARCHAR2,
options_flag IN PLS_INTEGER := 1,
part_name IN VARCHAR2 := NULL);

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center