Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: timing value in these stats
> can some one tell me what the these timemeasured in.
Gennick gives an example in his SQL*Plus book.... On Windows you'll see it in milliseconds, so 90.5 seconds shows as
real: 90500
Whereas on UNIX it's shown down to hundredths of a second, in the format Hours, Minutes, Seconds, Hundredths of a Second, so the same time appears as:
Elapsed: 00:01:30.5
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Greg Moore INET: sqlgreg_at_pacbell.net 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 Fri Jun 15 2001 - 09:28:30 CDT