Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: ORA-01861 on rman
That's why I like (and always use) Chandra's example. Put this within
the Rman script and it becomes a self-documenting recovery script:
UNTIL TIME="to_date('13-04-2007:10:00:00', 'dd-mm-yyyy:hh24:mi:ss')";
Easy to use and perfectly safe. And in 6 months when you look at this script again, it will be much easier to remember how it all worked.
Tom
From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Jared Still
Sent: Friday, April 13, 2007 2:31 PM
To: Srini_Karla_at_harcourt.com
Cc: prabhu_adam_at_hotmail.com; oracle-l_at_freelists.org
Subject: Re: ORA-01861 on rman
On 4/13/07, Karla, Srini (HAS-SAT) <Srini_Karla_at_harcourt.com> wrote:
Set these environment variables before starting rman session.
NLS_DATE_FORMAT="YYYY-MM-DD:HH24:MI:SS" Maybe on Unix/Linux.
That won't work on Windows.
-- Jared Still Certifiable Oracle DBA and Part Time Perl Evangelist -- http://www.freelists.org/webpage/oracle-lReceived on Fri Apr 13 2007 - 13:55:31 CDT
![]() |
![]() |