[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.

Question
[x]
Attachment Details

Materialized View refresh status

Asked by vkchaitu82 in Oracle 10.x, PL / SQL

Tags: Materialized View, Materialized View status

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
[+][-]10/22/09 09:41 AM, ID: 25636173Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]10/22/09 10:16 AM, ID: 25636556Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]10/22/09 10:49 PM, ID: 25641573Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
 
Loading Advertisement...
20091111-EE-VQP-92 - Hierarchy / EE_QW_3_20080625