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

Thread: How to grant V$session Priviledge to Scott User

Hybrid View

  1. #1
    Join Date
    Jan 2008
    Posts
    39

    How to grant V$session Priviledge to Scott User

    Hello,

    How can we able to grant V$session priviledges to application user.

    For example, i want to grant v$session priviledge to user scott then wt should i have to do?

    -Thanks
    Prashant

  2. #2
    Join Date
    Dec 2001
    Location
    Tel-Aviv,Israel
    Posts
    233
    Hi,

    Connect as user sys or any OS user with sysdba privileges and run the following command:

    Code:
    grant select on sys.v_$session to scott;
    Regards,
    Nir

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