Folks,
We are running , Oracle db 12.1.0.2 db.
I have this very large size LOB object table, it has 2 lob columns, total size is about 500GB .
My goal is to move this table, from TABLESPACE A to B.
I am trying to use the DBMS_REDEFINITION package.
The procedure :
DBMS_REDEFINITION.START_REDEF_TABLE, ran for about 40 hrs and then gave this error
ORA-12008: error in materialized view refresh path
ORA-01555: snapshot too old: rollback segment numberĀ with name "" too small
ORA-22924: snapshot too old
ORA-06512: at "SYS.DBMS_REDEFINITION"
-------------------
Any help or suggestion , will be much appreciated.
Thanks,
Ashish