E Fri Nov 4 13:47:52 2016 =ORA-12096: error in materialized view log on "xxxx"."xxxxxT" ORA-01653: unable to extend table xxxxx.MLOG$_xxxxxx by 32 in tablespace xxxxx "insert into xxxxxxxxxt ( xxxxxxx
select MASTER, LOG_TABLE from USER_MVIEW_LOGS
參考博文:oracle
The following statement drops the materialized view log on the oe.customers
master table:code
DROP MATERIALIZED VIEW LOG ON customers;
參考https://docs.oracle.com/cd/B14117_01/server.101/b10759/statements_8020.htmserver