Error while duplicating a database - urgent [message #73029] |
Mon, 19 January 2004 19:05 |
Ananth K.T
Messages: 5 Registered: May 2002
|
Junior Member |
|
|
Hi,
i want to duplicate a database using RMAN.
I connect to RMAN with target,catalog & auxiliary databases.
I used db_file_name_convert in auxiliary's init.ora.
when i issued
run
{
allocate auxiliazry channel ax1 type disk ;
duplicate target database to dup ; -- dup is duplicate instance
logfile
group 1 ('e:ananthrmclredo01.f') size 100k,
group 2 ('e:ananthrmclredo02.f') size 100k;
}
i'm getting a message like
'no backup or datafile cop found ' .
so that i took a complete backup & tried.but the same error message continus.
How can i resolve this..
with thanks in advance
Ananth K.T
|
|
|
|
|