بتاريخ: 22 فبراير 200620 سنة comment_60853 dear alli created a simple view trade_vw as follow---------------------sql>create or replace view trade_vw as select trade_date,SYMBOL_CODE,TRADE_PRICE,REC_SERIAL from trades;-------------------------------i need to create a materialized view log on this view, so i did the following sql>CREATE MATERIALIZED VIEW LOG ON EXT.trade_vwTABLESPACE USERSWITH ROWID;but this error occureERROR at line 1:ORA-00942: table or view does not existi ask now is it possible to create materialized view log on a view?? تقديم بلاغ
انضم إلى المناقشة
يمكنك المشاركة الآن والتسجيل لاحقاً. إذا كان لديك حساب, سجل دخولك الآن لتقوم بالمشاركة من خلال حسابك.