Spool Command in PL/SQL - TechRepublic
General discussion
February 18, 2000 at 08:53 AM
bishoy.janardhanan

Spool Command in PL/SQL

by bishoy.janardhanan . Updated 25 years, 8 months ago

How can we use the spool command in a Oracle PL/SQL script ? i need to output results of a query without using a user created table. the use of dbms_output.put_line gives a overflow error when more than the length is more than 256 bytes.

This discussion is locked

All Comments