Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: date+time in milliseconds
I heard Oracle 9i will have a supported date with milliseconds. Oracle 8i already knows it I think but it's not supported or public.
Tamas Szecsy
-----Original Message-----
[mailto:Witold.Iwaniec_at_atl.bluecross.ca]
Sent: 2001.05.08. 3:07 PM
To: Multiple recipients of list ORACLE-L
If you get milliseconds in the data and want to keep it, you have to store
it in
a field different than date, If you don't need to keep the milliseconds, you
can
use different functions to convert the data.
If you need to get the time in milliseconds, you can write a Java stored
procedure. You should in fact find the code in the list archives.
In either case more details would help someone to help you
Witold
-----Original Message-----
can anyone help me with date + time in milliseconds.
i want to inpurt the data from a user in this format.
rgds
raj
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author:
INET: Witold.Iwaniec_at_atl.bluecross.ca
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists --------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists --------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Tue May 08 2001 - 08:32:58 CDT