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

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

    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.
    connection
    A OracleConnection that represents the connection to an instance of Oracle server.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also