I have the sql script at the beginning I put:
column dt new_value mydate noprint
select to_char(sysdate. 'YYYYMMDD') dt from dual;
spool &mydate.test.log
try to spool the log with the timestamp.
However, when I do this, the spool out file name like &mydate.test.log
Anyone has idea of what I've missed here?
Thanks in advance!