dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleConnection Class / GetAuditActionBanner Method

In This Topic
    GetAuditActionBanner Method
    In This Topic
    Used to return the contents of a banner that warns users about potential auditing of their actions.
    Syntax
    'Declaration
     
    Public Function GetAuditActionBanner() As String
    public string GetAuditActionBanner()
    Remarks
    This function returns the contents of a banner that warns users about possible action auditing. The SEC_USER_AUDIT_ACTION_BANNER parameter is configured in the sqlnet.ora file on the 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