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.
    See Also