We are currently using PL/SQL Developer version 9.0.1.1613. One of our testers needed access to all the materialized views. I created a role for him and granted SELECT on all the MVs to that role.
He has and All objects for his filter. However, selecting Materialized Views shows nothing. He can see the underlying tables for the MVs but nothing in the MV selection itself.
I know his privs are fine in the database because running this query: select * from all_mviews shows all the MVs in question.
Any suggestions would be most appreciated.
Thanks.
Bob
He has and All objects for his filter. However, selecting Materialized Views shows nothing. He can see the underlying tables for the MVs but nothing in the MV selection itself.
I know his privs are fine in the database because running this query: select * from all_mviews shows all the MVs in question.
Any suggestions would be most appreciated.
Thanks.
Bob