Hi
I am curious about if it is possbile to redefine table online that has materialized view and materalized view log defined on it.
I read here On-line Table Reorganization and Redefinition | Oracle FAQ
Restrictions:
- One cannot redefine Materialized Views (MViews) and tables with MViews or MView Logs defined on them.
- ....
Like it is not possbile, but DBMS_REDEFINITION.CAN_REDEF_TABLE ('<<user>>', '<<table_name_that_has_mat_view_and_mat_view_log>>', DBMS_REDEFINITION.CONS_USE_PK); runs successfully..
I would like to get clarification about this.
Regards
Raul