Writing sqlplus output to a file

The Solution to Writing sqlplus output to a file is


You may use the SPOOL command to write the information to a file.

Before executing any command type the following:

SPOOL <output file path>

All commands output following will be written to the output file.

To stop command output writing type

SPOOL OFF

~ Answered on 2013-04-13 06:25:41


Most Viewed Questions: