Skip to Main Content

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
Post Details
Added on Apr 12 2022
4 comments
56 views