DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: which user

  1. #1
    Join Date
    Jun 2001
    Posts
    45

    Angry

    How to find which user i am connected to


    Thanks

  2. #2
    Join Date
    Nov 2000
    Location
    greenwich.ct.us
    Posts
    9,092
    select username from user_users
    Jeff Hunter

  3. #3
    Join Date
    Jan 2001
    Posts
    153
    SHOW USER in case if u r in SQLPLUS..Otherwise if you are in SQL Worksheet or anyother application development tool (toad, sqlnav) use
    SELECT USER FROM DUAL
    Vijay.s

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width