Can't , not in 8i.
9i has introduced a TIMEZONE datatype where time can be reported offset by
the UTC+/- offset.

You'd have to build the logic in your application to increment/decrement
the sysdate, depending
on the user/client location (use a lookup table for location and
timezone-offset)  when fetching
the sysdate.
SYSDATE would always return the date on the server where the database
instance is running.

Hemant


Mike T <[EMAIL PROTECTED]>    12/12/2001 10:50 AM
Sent by: [EMAIL PROTECTED]

Please respond to ORACLE-L
                                                                                       
                        
             To: Multiple recipients of list ORACLE-L <[EMAIL PROTECTED]>           
                        
             cc: (bcc: CHITALE Hemant Krishnarao/Prin DBA/CSM/ST Group)                
                        
             Subject: Set Time Zone                                                    
                        
                                                                                       
                        
                                                                                       
                        
                                                                                       
                        





Hi Gurus,

How can I set up a time zone for each region that connect on
SAME Database 8i

Case: Database in NewYork. Clients in San Franciso, Paris ..
When they use "select sysdate from dual ;" ( on Client or server side )
 They should see their local time .??

Thanks in advance
Tran
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Mike T
  INET: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).




[This e-mail is confidential and may also be privileged. If you are not the
intended recipient, please delete it and notify us immediately; you should
not copy or use it for any purpose, nor disclose its contents to any other
person. Thank you.]

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: 
  INET: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).

Reply via email to