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: date problem ( time zone )

RE: date problem ( time zone )

From: Seefelt, Beth <Beth.Seefelt_at_TetleyUSA.com>
Date: Thu, 08 Aug 2002 05:28:22 -0800
Message-ID: <F001.004AED65.20020808052822@fatcity.com>

 

You can get the timezone information about the session and database
(assuming you have set them) -
 

select sessiontimezone from dual;  

select dbtimezone from dual;  

HTH,   Beth

-----Original Message-----
Sent: Wednesday, August 07, 2002 6:16 PM To: Multiple recipients of list ORACLE-L

Hi Guys ,
How does people out there store timezone in oracle . I have table with column1 as date . I want to keep time zone along with date . Is there any way I can specify timezone while inserting date . Thanks
bp

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Seefelt, Beth
  INET: Beth.Seefelt_at_TetleyUSA.com

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 Thu Aug 08 2002 - 08:28:22 CDT

Original text of this message

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