I have a concurrent program that uses a materialized view. I want to know what will happen if its run while the materialized view is getting refreshed. will it throw an error or not.
Asked
Active
Viewed 334 times
0
-
1See http://stackoverflow.com/questions/6999958/oracle-materialized-view-still-accessible-during-complete-refresh-how-does-th – Tony Andrews May 29 '14 at 12:22
1 Answers
0
No it will not throw error. Until view is referesh, you will not be able to see uncommitted data.

user1407853
- 46
- 3