system privileges

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kalps
    New Member
    • Jun 2007
    • 13

    system privileges

    how to revoke dba,connect and resource privileges from the user?
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    connect to the DBA user or to the user who have granted it and then revoke the privileges using

    [CODE=oracle]REVOKE PRIVILEGE_NAME FROM USERNAME;[/CODE]

    Comment

    Working...