Duplicate Database Unable to Read Backupset [message #592064] |
Fri, 02 August 2013 15:54 |
|
guardian__J
Messages: 7 Registered: August 2013 Location: United States
|
Junior Member |
|
|
I'm running the following and getting access denied errors.
What do I need to do to make the recovery files available of the duplicate host?
I cataloged the backupsets at the network path of where they are, I don't have space on the drive for the backupset and the restored database once it's done. What should I be looking at?
*Results filtered for length on duplicate lines
RMAN> DUPLICATE TARGET DATABASE TO Test
2> DEVICE TYPE DISK PFILE='D:\ORACLE\ORA102\DATABASE\INITTEST.ORA';
Starting Duplicate Db at 02-AUG-13
released channel: ORA_AUX_DISK_1
allocated channel: ORA_AUX_DISK_1
channel ORA_AUX_DISK_1: sid=155 devtype=DISK
contents of Memory Script:
{
set until scn 2875467028;
set newname for clone datafile 1 to new;
set newname for clone datafile 2 to new;
...TRIMMED
set newname for clone datafile 81 to new;
set newname for clone datafile 82 to new;
restore
check readonly
clone database
;
}
executing Memory Script
executing command: SET until clause
executing command: SET NEWNAME
executing command: SET NEWNAME
...TRIMMED
executing command: SET NEWNAME
executing command: SET NEWNAME
Starting restore at 02-AUG-13
using channel ORA_AUX_DISK_1
channel ORA_AUX_DISK_1: starting datafile backupset restore
channel ORA_AUX_DISK_1: specifying datafile(s) to restore from backup set
restoring datafile 00002 to D:\ORACLE\ORADATA\TEST\DATAFILE\O1_MF_SYSTEM_%U_.DBF
restoring datafile 00005 to D:\ORACLE\ORADATA\TEST\DATAFILE\O1_MF_SYSAUX_%U_.DBF
restoring datafile 00006 to D:\ORACLE\ORADATA\TEST\DATAFILE\O1_MF_SYSAUX_%U_.DBF
restoring datafile 00009 to D:\ORACLE\ORADATA\TEST\DATAFILE\O1_MF_MASTER_L_%U_.DBF
restoring datafile 00010 to D:\ORACLE\ORADATA\TEST\DATAFILE\O1_MF_MASTER_L_%U_.DBF
restoring datafile 00012 to D:\ORACLE\ORADATA\TEST\DATAFILE\O1_MF_MASTER_I_%U_.DBF
...TRIMMED
restoring datafile 00080 to D:\ORACLE\ORADATA\TEST\DATAFILE\O1_MF_DTL_TRNH_%U_.DBF
restoring datafile 00082 to D:\ORACLE\ORADATA\TEST\DATAFILE\O1_MF_SYS_UNDO_%U_.DBF
channel ORA_AUX_DISK_1: reading from backup piece D:\BACKUP\RMAN\ORA_PROD_T822340824_S63_P1
ORA-19870: error reading backup piece \\ORACLE1\D$\BACKUP\RMAN\ORA_PROD_T822340824_S63_P1
ORA-19505: failed to identify file "\\ORACLE1\D$\BACKUP\RMAN\ORA_PROD_T822340824_S63_P1"
ORA-27041: unable to open file
OSD-04002: unable to open file
O/S-Error: (OS 5) Access is denied.
channel ORA_AUX_DISK_1: starting datafile backupset restore
channel ORA_AUX_DISK_1: specifying datafile(s) to restore from backup set
restoring datafile 00001 to D:\ORACLE\ORADATA\TEST\DATAFILE\O1_MF_SYSTEM_%U_.DBF
restoring datafile 00003 to D:\ORACLE\ORADATA\TEST\DATAFILE\O1_MF_IDX_FDCO_%U_.DBF
restoring datafile 00007 to D:\ORACLE\ORADATA\TEST\DATAFILE\O1_MF_MASTER_C_%U_.DBF
restoring datafile 00008 to D:\ORACLE\ORADATA\TEST\DATAFILE\O1_MF_MASTER_C_%U_.DBF
restoring datafile 00011 to D:\ORACLE\ORADATA\TEST\DATAFILE\O1_MF_MASTER_I_%U_.DBF
...TRIMMED
restoring datafile 00079 to D:\ORACLE\ORADATA\TEST\DATAFILE\O1_MF_DTL_TRNH_%U_.DBF
restoring datafile 00081 to D:\ORACLE\ORADATA\TEST\DATAFILE\O1_MF_SYS_UNDO_%U_.DBF
channel ORA_AUX_DISK_1: reading from backup piece D:\BACKUP\RMAN\ORA_PROD_T822341830_S64_P1
ORA-19870: error reading backup piece \\ORACLE1\D$\BACKUP\RMAN\ORA_PROD_T822341830_S64_P1
ORA-19505: failed to identify file "\\ORACLE1\D$\BACKUP\RMAN\ORA_PROD_T822341830_S64_P1"
ORA-27041: unable to open file
OSD-04002: unable to open file
O/S-Error: (OS 5) Access is denied.
failover to previous backup
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of Duplicate Db command at 08/02/2013 16:43:42
RMAN-03015: error occurred in stored script Memory Script
RMAN-06026: some targets not found - aborting restore
RMAN-06023: no backup or copy of datafile 82 found to restore
RMAN-06023: no backup or copy of datafile 81 found to restore
...TRIMMED
RMAN-06023: no backup or copy of datafile 10 found to restore
RMAN-06023: no backup or copy of datafile 9 found to restore
MAN-06023: no ba
RMAN>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|