I need to access the user_mviews or all_mviews table to get meta information about materialized view in my app. Which grants are necessary to read the user_mviews table?
Tell me more
×
Database Administrators Stack Exchange is a question and answer site for
database professionals who wish to improve their database skills and learn from others in the community. It's 100% free, no registration required.
|
by default all users can read the
If for some reason this grant has been removed, you would need to regrant the rights to either
Edit: By definition, |
|||||||||||||
|