|
4楼的同学 spool是sqlplus中的一个命令而已 是不可以用在plsql中的
[php]
SQL> help spool
SPOOL
-----
Stores query results in an operating system file, or sends the
file to a printer.
In iSQL*Plus, output can be directed to a file.
SPO[OL] [file_name[.ext] | OFF | OUT]
Not available in iSQL*Plus
..
[/php] |
|