यह यह करेगा:
select round((cast(current_timestamp as date) - date '1970-01-01')*24*60*60) from dual
हालांकि मैं current_timestamp का उपयोग नहीं करता अगर मुझे केवल सेकंड में दिलचस्पी थी, तो मैं SYSDATE का उपयोग करूंगा:
select round((SYSDATE - date '1970-01-01')*24*60*60) from dual