Stops logging of SQL statements in the current session.
STOP LOGGING
The STOP LOGGING statement stops Interactive SQL from writing each SQL statement you execute to a log file. You can start logging with the START LOGGING statement.
You can also stop logging by clicking SQL » Stop Logging.
None.
SQL/2008 Vendor extension.
The following example stops the current logging session.
STOP LOGGING;