Stops logging of SQL statements and messages for the current session.
STOP LOGGING
The STOP LOGGING statement stops Interactive SQL from logging SQL statements and messages to the log file. You can start logging with the START LOGGING statement.
You can also stop logging by clicking
.None.
None.
Not in the standard.
The following example stops the current logging session.
STOP LOGGING;