ORA-12096 錯誤,物化視圖

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

http://stackoverflow.com/questions/14457791/how-to-determine-whether-a-table-is-used-to-store-materialized-view-logsspa

二、drop物化視圖

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

相關文章
相關標籤/搜索