Spool file name date auto generated in oracle

SET MARKUP HTML ON

column dcol new_value mydate noprint

select to_char(sysdate,'DDMMYYYY') dcol from dual;

spool abc_&mydate..html

SELECT * FROM EMP ;

spool off

set markup html off
 
 


This generates a file called  “abc_<date>.html”

Post a Comment

And that's all there is to it!

If anyone has any other questions or requests for future How To posts, you can either ask them in the comments or email me. Please don't feel shy at all!

I'm certainly not an expert, but I'll try my hardest to explain what I do know and research what I don't know.

Previous Post Next Post