Read only user is able to access v$database
Hi All,
I have recently created a read-only user in database but the user is able to query v$database. Below user is not able to query any tables or view. Kindly suggest me on this.
SQL> sho user;
USER is "ECM_SUPPORT"
SQL> select name,open_mode from v$database;
NAME OPEN_MODE
--------- --------------------
CRP2 READ WRITE