I have a table with an oracle date column
when I do a select on sqlplus on the column it gives me the value like this
10-JAN-2007
- Is this the precision of date in an Oracle column i,e does it not have hour sec, millisec in the date column.
- How can I map this to a java timestamp and get seconds since epoch.