Database Backup and Recovery (MOSC)

MOSC Banner

DB recover until return RMAN-03999: : ORA-01801:

edited Sep 5, 2012 9:02PM in Database Backup and Recovery (MOSC) 3 commentsAnswered ✓
Hello,
OS: Linux 2.4.21-37.ELsmp  and 
 ORACLE  10.2.0
I got a problem by recover my DB until time "to date. Where can i check the wrong DATE format is defined ?


could you please help me to complete the recover ?
If you need more info please let me know.
many thanks
Giorgio

<!-- @page { margin: 2cm } PRE { font-family: "Times New Roman" } P { margin-bottom: 0.21cm } --> <!-- @page { margin: 2cm } PRE { font-family: "Times New Roman" } P { margin-bottom: 0.21cm } -->
Recovery Manager: Release 10.2.0.4.0 - Production on Ven. Août 31 11:08:29 2012

Copyright (c) 1982, 2007, Oracle.  All rights reserved.

RMAN> connect target

connected to target database: IGS (DBID=1039639150, not open)

RMAN> run {
2> allocate channel 'dev_0' type 'sbt_tape' parms 'ENV=(OB2BARTYPE=Oracle8,OB2APPNAME=IGS,OB2BARLIST=IGS-OracleFullBackupDB)';
3> set until time "to_date('2012-08-30:16:15:00','YYYY-MM-DD:HH24:MI:SS')";
4> restore database;
5> recover database;
6> }

using target database control file instead of recovery catalog
allocated channel: dev_0
channel dev_0: sid=159 devtype=SBT_TAPE
channel dev_0: Data Protector A.06.10/611

executing command: SET until clause

Starting restore at Août  31 2012 11:14:16


skipping datafile 1; already restored to file /opt/oracle/oradata/IGS/system01.dbf
skipping datafile 3; already restored to file /opt/oracle/oradata/IGS/sysaux01.dbf
skipping datafile 8; already restored to file /opt/oracle/oradata/IGS/fdbindex.dbf

skipping datafile 4; already restored

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center