grant select on v$session to a user
I executed below statement and the user is not able to fetch anything from v$session
SQL> grant select on v_$session to xxippmck;
Grant succeeded.
Best regards,
Vishal
0