Starts auditing SQL requests that attempt to access data.
The system creates a log entry when checking privileges on the SQL request.
Also see the following topics:
ANSI Compliance
This statement is a Teradata extension to the ANSI SQL:2011 standard.
Other SQL dialects support similar non-ANSI standard statements with names such as START LOGGING.
Required Privileges
You must have the EXECUTE privilege on the DBC.AccLogRule macro to use the BEGIN LOGGING statement to initiate access logging on database objects and operations.
Privileges Granted Automatically
None.
Prerequisites
When you initially set up logging, before you can use the BEGIN LOGGING statement, you must run the DIPACC script to create the DBC.ACCLogRule macro, which allows you to create logging rules in the DBC.AccLogRuleTbl using BEGIN LOGGING statements.