Sqlplus spool option
Hi,
I'm spooling the sql query output from sqlplus with csv file format. the output file should have column name details. i set the heading on option but the below dotted line displayed in the second row of the csv file. can any one please help me how to skip that line bars from spool option.
SYSDATE TABLESPACE_NAME
--------- ------------------------------ ======> this line needs to be skip from csv file output. sorry if my question is basic one.
Thanks in Advance.