SQLPlus in Command window

The Help file indicates SQLPlus commands are supported "...the same as in SQL*Plus." I notice the SPOOL command though, does not support any options. It does REPLACE by default. Adding a SQLPlus option is interpreted by PLSQL developer as part of the file name.

Could either the docs be corrected (I'm wondering if there are other unnamed differences) or better, add the options?

Thanks,

fdp
 
A complete list of supported commands and options can be found in chapter 7.3 of the User's Guide. The SPOOL [APPEND|REPLACE] option has been added in 7.1.
 
Back
Top