stop logging

Description

Stops logging of executed SQL statements in the current session.

Syntax

stop logging

Examples

Example 1

Stops the current logging session:

stop logging

Usage

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 selecting SQL | Start Logging and SQL | Stop Logging.

Permissions

Any user can execute this command.

See also

start logging