Database Principles
25440/01 Fall 2001
Class 10: Oct. 4, 2001

Using control breaks

You can get today's scripts from mcs.newpaltz.edu by using anonymous ftp.
The scripts are in ftp/pub/zuckerman/sql_scripts
(The "g" series.)

To capture the screen of an SQL*Plus session in a file, enter the following command at the SQL prompt:

spool file-name

To terminate the screen capture, enter the following command at the SQL prompt:
spool off


Previous page arrow arrow Next page

a10