ORA-26563: renaming this table is not allowed
What triggered the Error:
tempt to rename a replicated table, an updatable materialized view table or the master table of a materialized view for which a materialized view log has beencreated.What should we do to fix it:
desired, unregister the replicated table with dbms_repcat.drop_master_repobject, or use the recommended procedure to rename the master table of a materialized view.