Recovery errors [message #151741] |
Sun, 18 December 2005 21:58 |
sam_jo98
Messages: 5 Registered: December 2005 Location: Phil
|
Junior Member |
|
|
Hi,
I'm doing a backup recovery but i got an error. How to solve this error?
Thanks,
Sam
****************************************************************
Recovery Manager: Release 10.2.0.1.0 - Production on Mon Dec 19 10:15:22 2005
Copyright (c) 1982, 2005, Oracle. All rights reserved.
RMAN>
echo set on
RMAN> set dbid 2710484958;
executing command: SET DBID
RMAN> set echo off;
echo set off
RMAN>
connected to target database: (not mounted)
using target database control file instead of recovery catalog
RMAN>
echo set on
RMAN> run {
2> allocate channel oem_restore type disk;
3> restore controlfile from autobackup;
4> }
allocated channel: oem_restore
channel oem_restore: sid=155 devtype=DISK
Starting restore at 19-DEC-05
recovery area destination: D:\oracle\product\10.2.0/flash_recovery_area
database name (or database unique name) used for search: XBC
channel oem_restore: no autobackups found in the recovery area
channel oem_restore: looking for autobackup on day: 20051219
channel oem_restore: looking for autobackup on day: 20051218
channel oem_restore: looking for autobackup on day: 20051217
channel oem_restore: looking for autobackup on day: 20051216
channel oem_restore: looking for autobackup on day: 20051215
channel oem_restore: looking for autobackup on day: 20051214
channel oem_restore: looking for autobackup on day: 20051213
channel oem_restore: no autobackup in 7 days found
released channel: oem_restore
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of restore command at 12/19/2005 10:16:23
RMAN-06172: no autobackup found or specified handle is not a valid copy or piece
RMAN> exit;
Recovery Manager complete.
****************************************************************
|
|
|