Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Fast refresh takes eternity
I run DBMS_ADVISOR.TUNE_MVIEW and got
QSM-03116: The materialized view is already optimal and cannot be tuned
any
further
Since queries are joins only so Oracle considers them simple.
> Have you tried issuing a 10046 trace for the fast refersh on the
> refresh on both sides of the replication?
Yes. The processing is not blocked. internal refresh statements were running .. very heavy delete statement (dont know why oracle needs that since deletes never happen in data warehouse) followed by insert into .. select
May be materialized views are not good idea in this case ? refresh fast is not so fast in star queries generated automatically from star schemas !! There's nothing to tune! Received on Fri Apr 28 2006 - 02:10:26 CDT