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

Home -> Community -> Usenet -> c.d.o.server -> How to set sessiontimezone for scheduled job session

How to set sessiontimezone for scheduled job session

From: <kirunge_at_gmail.com>
Date: 17 Apr 2006 05:00:27 -0700
Message-ID: <1145275227.826915.37710@z34g2000cwc.googlegroups.com>


Hi all,

  I have procedure which inserts into a table the values of type TIMESTAMP WITH LOCAL TIMEZONE,
I have the sessiontimezone value set to say '+05:30' so the values inserted into above table will use this session timezone

Now I am scheduling the above procedure using dbms_job package, Now I am seeing the values as if the sessiontimezone is '+00:00'. the session_user is same for both the cases,

Plz let me know how we can set sessiontimezone for scheduled job as well

Thanks in advance
Basavaraj Received on Mon Apr 17 2006 - 07:00:27 CDT

Original text of this message

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