Hi,
I have a normal user from which I want to view the data dictionary tables and views like DBA_ and V$_ since I do not want to log in to the SYS account everytime.
I have granted all privileges to the user but it is not working. These are the commands that I have used.
grant all privileges to user;
grant sysdba to user;
Can you please help me