OraQA

Oracle Question and Answer

  • Do you have a solution to a problem? Do you have an unanswered question? Login and share it with the Oracle community. More...

Oracle News


Entries RSS feed

Comments RSS feed

How do I see who is currently connected?

January 8th, 2006 By Robert Vollman

SELECT username, program FROM v$session WHERE username IS NOT NULL;

One Response to “How do I see who is currently connected?”

  1. laurentschneider Says:

    OSUSER display the os username

Leave a Reply

You must be logged in to post a comment.

RSS feed for comments on this question