How to get the list of users connected with "SYSDBA" privilege.
If a user logged in with "sysdba" privilege , is it possible to find the actual username of the session.
Ex :
sqlpus scott/tiger@remotedb as sysdba;
In the remotedb , is it possible to find that "scott" is connected with "SYSDBA" privilege ?