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