Use this statement to stop logging of SQL statements in the current session.
stop logging
The following example stops the current logging 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 start and stop logging by clicking SQL | Start Logging and SQL | Stop Logging.
Any user can run this command.
None.
start logging