dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleQueueAdmin Class / RevokeSystemPrivilege Method / RevokeSystemPrivilege(OracleQueueSystemPrivilege,String) Method
The Oracle Streams AQ system privilege to revoke.
Grantee(s). The grantee(s) can be a user, a role, or the PUBLIC role.

In This Topic
RevokeSystemPrivilege(OracleQueueSystemPrivilege,String) Method
In This Topic
Revokes Oracle Streams AQ system privileges from users and roles.
Syntax
'Declaration
 
Public Overloads Sub RevokeSystemPrivilege( _
   ByVal privilege As OracleQueueSystemPrivilege, _
   ByVal grantee As String _
) 
 

Parameters

privilege
The Oracle Streams AQ system privilege to revoke.
grantee
Grantee(s). The grantee(s) can be a user, a role, or the PUBLIC role.
See Also