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

In This Topic
    GrantSystemPrivilege(OracleQueueSystemPrivilege,String) Method
    In This Topic
    Grants Oracle Streams AQ system privileges to users and roles.
    Syntax
    'Declaration
     
    Public Overloads Sub GrantSystemPrivilege( _
       ByVal privilege As OracleQueueSystemPrivilege, _
       ByVal grantee As String _
    ) 
    public void GrantSystemPrivilege( 
       OracleQueueSystemPrivilege privilege,
       string grantee
    )

    Parameters

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