Hi, Experts
Env
=========
Oracle 11.2.0.4
select dump(end_interval_time+0)
,dump(end_interval_time)
from dba_hist_snapshot
where rownum < 2;
DUMP(END_INTERVAL_TIME+0) DUMP(END_INTERVAL_TIME)
----------------------------------------------- --------------------------------------------------------------------
Typ=13 Len=8: 7,226,2,9,5,0,17,0 Typ=180 Len=11: 120,118,2,9,6,1,18,48,224,53,0
Typ=182 is timestamp
Typ=13 ... What is it ?
https://docs.oracle.com/cd/E11882_01/server.112/e41085/sqlqr06002.htm#SQLQR959
There is no explanation for 13 data type in oracle manual.
What is it ?
Thanks in advance