systimestamp

Meaning of Oracle's dump(systimestamp) bytes

旧街凉风 提交于 2019-12-17 20:58:28
问题 I'm trying to understand what the bytes from the timestamp set on my DB mean. How do they get computed to generate the more readable date? I'm using the below query to get the data that I need: SELECT systimestamp ,DUMP (systimestamp) ,sessiontimezone FROM dual; And the output of my above query is: +-------------------------------------+-----------------------------------------------------------------+------------------+ | systimestamp | dump(systimestamp) | sessiontimezone | +---------------

Meaning of Oracle's dump(systimestamp) bytes

萝らか妹 提交于 2019-11-28 12:33:53
I'm trying to understand what the bytes from the timestamp set on my DB mean. How do they get computed to generate the more readable date? I'm using the below query to get the data that I need: SELECT systimestamp ,DUMP (systimestamp) ,sessiontimezone FROM dual; And the output of my above query is: +-------------------------------------+-----------------------------------------------------------------+------------------+ | systimestamp | dump(systimestamp) | sessiontimezone | +-------------------------------------+-----------------------------------------------------------------+--------------