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

Thread: Privileges

  1. #1
    Join Date
    Nov 2000
    Posts
    157

    Privileges

    Hi Can you please give me a QUERY for :

    people that have back end access to production and the privileges they have!!

    Thanks,
    Ravi
    ravi

  2. #2
    Join Date
    Jul 2002
    Location
    California
    Posts
    128
    What is "Back end access to production"?
    alapps

    Fast, Cheap, Reliable... Pick Two(2)

  3. #3
    Join Date
    Nov 2000
    Posts
    157
    I mean to check all the users whoever is having dba privileges to the database.
    ravi

  4. #4
    Join Date
    Sep 2000
    Location
    Chennai, India
    Posts
    865
    Code:
     SELECT * FROM DBA_ROLE_PRIVS WHERE GRANTED_ROLE = 'DBA'
    HTH.

  5. #5
    Join Date
    Nov 2000
    Posts
    157
    Hi

    This query gives all the GRANTEES whoever is having DBA PRIVS.

    But i want all the users whoever granted DBA privileges.

    Thanks
    ravi

  6. #6
    Join Date
    Sep 2000
    Location
    Chennai, India
    Posts
    865
    Originally posted by cravi
    But i want all the users whoever granted DBA privileges.
    All those who have 'admin_option' as yes could have granted it to others.

  7. #7
    Join Date
    Nov 2000
    Posts
    157
    Hi

    This query gives all the GRANTEES whoever is having DBA PRIVS.

    But i want all the users whoever granted DBA privileges.

    Thanks
    ravi

  8. #8
    Join Date
    Dec 2000
    Location
    Ljubljana, Slovenia
    Posts
    4,439
    Originally posted by cravi
    But i want all the users whoever granted DBA privileges.
    Can you make up your mind what you realy want? This certanly is not what you have asked initialy.

    And BTW, ggnanaraj have allready given you the answer for this question, so why are you repeting it?
    Jurij Modic
    ASCII a stupid question, get a stupid ANSI
    24 hours in a day .... 24 beer in a case .... coincidence?

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