Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Funny stuff

RE: Funny stuff

From: Kevin Toepke <ktoepke_at_rlcarriers.com>
Date: Tue, 13 May 2003 09:31:52 -0800
Message-ID: <F001.00597B8E.20030513093152@fatcity.com>


MM=Month
MI=Minute

You need to change your conversion to:

        TO_CHAR(max(NEWEST_TIME), 'DD-MON HH24:MI:SS')

Kevin

-----Original Message-----
Sent: Tuesday, May 13, 2003 1:12 PM
To: Multiple recipients of list ORACLE-L

Oracle9i Enterprise Edition Release 9.2.0.3.0, Linux RH 2.4.18-3

NLS_DATE_FORMAT set to 'DD-MON HH24:MM:SS'

SQL> select max(newest_time),
  2 TO_CHAR(max(NEWEST_TIME), 'DD-MON HH24:MM:SS')   3 from DBA_LOGSTDBY_PROGRESS
  4 /
.../...

MAX(NEWEST_TIME TO_CHAR(MAX(NEW
--------------- ---------------
13-MAY 16:46:50 13-MAY 16:05:50 Anybody care to comment ? (Joe, I already know what you think ...)

Regards,

Stephane Faroult
Oriole
--

Please see the official ORACLE-L FAQ: http://www.orafaq.net
--

Author: Stephane Faroult
  INET: sfaroult_at_oriolecorp.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
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).
--

Please see the official ORACLE-L FAQ: http://www.orafaq.net
--

Author: Kevin Toepke
  INET: ktoepke_at_rlcarriers.com
Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
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 13 2003 - 12:31:52 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US