Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

System Table or View in oracle to hold error message

735016Nov 17 2009 — edited Nov 26 2009
Hi,

I created one Materialized View Refresh Group. and executing in one schema.

begin
dbms_refresh.refresh ('TEST');
end.

There are many reason of failure of execution of MV Refresh Group (Like Network Issue, Change in base table). At the time of failure of Execution of refresh group oracle display an error code and error message.

Question:-
Could you pelase suggest any system table or view in oracle database which can hold any error message and error number? I have to fetch this error message without exception handling in pl/sql block.

Thanks and Regards,
Vinod Gupta.
This post has been answered by Billy Verreynne on Nov 25 2009
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 24 2009
Added on Nov 17 2009
8 comments
2,182 views