STOP LOGGING statement [Interactive SQL]
628
STOP LOGGING statement [Interactive SQL]
Use this statement to stop logging of SQL statements in the current session.
STOP LOGGING
None.
None.
"START LOGGING statement" on page 624
The STOP LOGGING statement stops the database server from writing each
SQL statement you execute to a log file. You can start logging with the
START LOGGING statement. You can also start and stop logging by
clicking
SQL➤Start Logging and SQL➤Stop Logging.
♦ Stops the current logging session.
STOP LOGGING
Function
Syntax
Permissions
Side effects
See also
Description
Example