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

In This Topic
    GetUnauthorizedAccessBanner Method
    In This Topic
    Used to return the contents of a banner that warns users about unauthorized access to the database.
    Syntax
    'Declaration
     
    Public Function GetUnauthorizedAccessBanner() As String
    public string GetUnauthorizedAccessBanner()
    Remarks
    This function returns the contents of a banner that warns the user about unauthorized access to the database. The SEC_USER_UNAUTHORIZED_ACCESS_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