Materialized View creation problem/taking long time...
james.Feb 17 2007 — edited Aug 22 2007Hi All,
I having problem in creating Materialized view. The select statement is taking to 1 min if you run stand alone but when I try to create MV it is taking for ever. Please help me here is my script
CREATE MATERIALIZED VIEW
mv_test
BUILD IMMEDIATE REFRESH ON DEMAND WITH PRIMARY KEY AS SELECT * FROM test.
"test" is a complex view in other schema. I tried with DEFERRED and later refreshing the MV. But no luck.
Any help is appreciated .
Thanks,