Skip to Main Content

SQL Developer

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Illegal spool file name : "test.log APPEND" (bad character ' ')

Hello,

I would like to use the append option of spool but seem to not be enable to.

-----------------------------------------------------------------
Code :
SET DEFINE OFF
SPOOL test.log APPEND
SET SERVEROUTPUT ON ;
...

SPOOL OFF ;
SET DEFINE ON
SET SERVEROUTPUT OFF

---------------------------------------------------------------

Error message :
Illegal spool file name: "test.log APPEND" (bad character: ' ')

------------------------------------------------------------------

Oracle Database Version : 10g Enterprise Edition release 10.2.0.4.0

-----------------------------------------------------------------

Thank you for your help

This post has been answered by EdStevens on Apr 13 2022
Jump to Answer

Comments

Processing

Post Details

Added on Apr 12 2022
4 comments
210 views