0

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.

zishe
  • 10,665
  • 12
  • 64
  • 103
  • 1
    See 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 Answers1

0

No it will not throw error. Until view is referesh, you will not be able to see uncommitted data.