With the Interactive SQL logging feature, you can record commands as you execute them. Interactive SQL continues to record until you stop the logging process, or until you end the current session. The recorded commands are stored in a log file so you can use the commands again.
From the SQL menu, choose Start Logging.
In the Save As dialog, specify a location and name for the log file. For example, name the file filename.sql.
Click Save when finished.
From the SQL menu, choose Stop Logging.
TipsYou can also start and stop logging by typing in the SQL Statements pane. To start logging, type and execute START LOGGING 'c:\filename.sql', where c:\filename.sql is the path, name, and extension of the log file. You only need to include the single quotation marks if the path contains embedded spaces. To stop logging, type and execute STOP LOGGING. Once you start logging, all commands that you try to execute are logged, including ones that do not execute properly. |