Moving MLOG$* and RUPD$ tables to another schema ?
Hello,
Is it possible to move MLOG$* and RUPD$ tables created with materialized views to another schema ?
Example :
I have created a MV in schema AAA for table TTT.
Oracle has created for me 2 tables named MLOG$_TTT and RUPD$_TTT.
I'd like to move these to tables (MLOG$_TTT and RUPD$_TTT) from schema AAA to BBB.
If yes how can I do that ?
Thank you