QUOTE (sishyadba @ Apr 25 2012, 01:34 PM)

Hi Vishal,
Thanks for looking at the post. My oracle version is 11.2.0.1 .
I have tried running the same query multiple times and multiple ways but still getting the same issue with the DST.
It returns correct on our production which is 10.2.0.3.
Sri
Hi Sri,
i have tried in oracle 11.2.0.1, please have look at it...
SQL*Plus: Release 11.2.0.1.0 Production on Tue May 15 14:47:49 2012
Copyright © 1982, 2010, Oracle. All rights reserved.
Enter user-name: system
Enter password:
ERROR:
ORA-28002: the password will expire within 7 days
Connected to:
Oracle Database 11g Release 11.2.0.1.0 - 64bit Production
SQL> select dbms_scheduler.stime from dual;
STIME
----------------------------------------------------------
15-MAY-12 02.49.52.959000000 PM ASIA/CALCUTTA
SQL> BEGIN
2 DBMS_SCHEDULER.set_scheduler_attribute (
3 attribute => 'default_timezone',
4 value => 'US/Eastern');
5 END;
6 /
PL/SQL procedure successfully completed.
SQL> select dbms_scheduler.stime from dual;
STIME
----------------------------------------------------------
15-MAY-12 05.20.05.897000000 AM US/EASTERN
SQL>
Can you please check it in any other environment........
-vishal