|
[x]
Posted via EE Mobile
|
|
| Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again. |
|
|
|
|
Asked by vkchaitu82 in Oracle 10.x, PL / SQL
Hi experts,
I am using dbms_mview.refresh for refresh a MV
DECALRE
BEGIN
dbms_mview.refresh('ABC_MV
');
INSERT INTO KLM (SELECT * FROM PQR);
END;
As ABC_MV is materialized view that has reference data.I want to execute INSERT INTO KLM (SELECT * FROM PQR) only if dbms_mview.refresh('ABC_MV
') is executed and ABC_MV is refreshed properly.Can i use any data dictionary views to know if its successful.
Please advise
Thanks in advance
20091111-EE-VQP-92 - Hierarchy / EE_QW_3_20080625