Path: news.f.de.plusline.net!news-fra1.dfn.de!news-nue1.dfn.de!newsfeed.r-kom.de!storethat.news.telefonica.de!telefonica.de!news.germany.com!postnews.google.com!w1g2000hsg.googlegroups.com!not-for-mail
From: epokopac@excite.com
Newsgroups: comp.databases.oracle.server
Subject: Re: EM scheduled RMAN backup & daylight saving time
Date: 4 Apr 2007 07:41:05 -0700
Organization: http://groups.google.com
Lines: 27
Message-ID: <1175697665.487753.28390@w1g2000hsg.googlegroups.com>
References: <460ae980$0$13858$ba620e4c@news.skynet.be>
NNTP-Posting-Host: 168.29.236.16
Mime-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
X-Trace: posting.google.com 1175697681 22853 127.0.0.1 (4 Apr 2007 14:41:21 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Wed, 4 Apr 2007 14:41:21 +0000 (UTC)
In-Reply-To: <460ae980$0$13858$ba620e4c@news.skynet.be>
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 1.1.4322),gzip(gfe),gzip(gfe)
Complaints-To: groups-abuse@google.com
Injection-Info: w1g2000hsg.googlegroups.com; posting-host=168.29.236.16;
   posting-account=2hYgtg0AAACr9DJJdA2Segt6byyNr260
Xref: news.f.de.plusline.net comp.databases.oracle.server:195742

Try this:

OEM Database Control

Administration
  Global Attributes (located under Scheduler)
     "set DEFAULT_TIMEZONE to Canada/Eastern"
        Apply

Or log into SQL*Plus as sysdba and:

execute
dbms_scheduler.set_scheduler_attribute('DEFAULT_TIMEZONE','Canada/
Eastern');

"Bounce" OEM. May NOT be required, but it doesn't take long to do.

My WEEKNIGHT_ and WEEKEND_ Scheduler windows were behaving similar to
your backup issue (i.e. running an hour later than they should since
the switch to DST). Setting the DEFAULT_TIMEZONE to a DST-aware value
(America/New_York) fixed it for me. There was NO value in there
previously.

Regards,

    Eugene

