Database Administration (MOSC)
MOSC Banner

recommended method to reorganize tables with blob data type

edited Jul 25, 2011 3:16AM in Database Administration (MOSC) 3 commentsAnswered
Hi,

what is the best way/recommended method  to reorganize tables with blob data type  from  below available methods(db version 10gr2)

1.exp/imp or expdp/impdp
2.DBMS_REDEFINITION ONLINE REORGANIZATION
3segment advisor (shrink space).
4.alter table move/CTAS
ALTER TABLE <table with_lob>     MOVE LOB(c/blob_column) STORE AS (
        TABLESPACE <same tablespacename>    )
/

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