Database DataWarehousing (MOSC)

MOSC Banner

Howto migrate table into partitioning with LOB which has 7TB

Hello all,

we have normal table with 24mio. rows which has BLOB (in SECUREFILE) segment size 7TB. There are stored documents in XML. We want to switch this table into partitioning. I think that DBMS_REDEFINITION is not able to use because there are a lot of transactions per day and we don't have enough resources for UNDO.

Export/Import will take a lot of time. Export reads LOBs in serial session and it's not easy to do parallel.

Create a new empty partitioned table is not possible because customer needs data from old one.

Please do you have some idea howto solve it?

Tagged:

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