Kann es sein das da ein "for read only" gemacht werden muss?
Hast Du das mal probiert?
Vielleicht setzt Du dann auch noch explizit ein WITH NC (ohne Commitment Control) dazu:
Code:
SELECT * from View
For Read Only
With NC;