I am using SQLPLUS version DEFINE _SQLPLUS_RELEASE = "1102000200" (CHAR)
. In which i am trying to spool
a file which is already exist with append
command. But it's giving me an error as
SQL> spool test_dir/test.txt append;
SP2-0556: Invalid file name.
can any one please help me why am i getting this error