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

Thread: schema

  1. #1
    Join Date
    Sep 2002
    Posts
    59

    schema

    hi ,

    pls can you let me know what is the view name or table name to query to find out the schema which I am in.

    Thanks & Regards,
    Ramu

  2. #2
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334
    show user if you are in sqlplus

  3. #3
    Join Date
    Oct 2006
    Location
    Mumbai
    Posts
    184
    Quote Originally Posted by ramuv
    hi ,

    pls can you let me know what is the view name or table name to query to find out the schema which I am in.

    Thanks & Regards,
    Ramu

    SQL> show user
    USER is "SYS"

  4. #4
    Join Date
    Mar 2006
    Location
    hyderabad
    Posts
    4
    hi ramuv

    you can use show user command on the
    SQL> show user;

    or
    select user from dual;

    It gives the username;

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