Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Redefining table online with materialized view and materalized view log defined on it

raulk89May 10 2017 — edited May 10 2017

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

This post has been answered by AndrewSayer on May 10 2017
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 7 2017
Added on May 10 2017
3 comments
495 views