date format and strange 00:00:00.0
531367Sep 13 2006 — edited Sep 14 2006I am using jdbc to read data in oracle.
When I read date column type, it always has format like:
2005-01-01 00:00:00.0
I am supprised because when I read (also via jdbc)
SYS.NLS_SESSION_PARAMETERS table, I found there
NLS_DATE_FORMAT RR/MM/DD
Do you known why during selects I do not see such format?