cloning db error
Hi
i have cloned one database from production database .this is the error message at the end of my session
it seems some of logfilgs has been missed.(but it exists on both tape and disk)
kindly assist how i can fix it .
Thanks
datafile 40 switched to datafile copy
input datafile copy recid=111 stamp=726613443 filename=+DATAGRP/db1/datafile/fg_docuemntid_11.2286.726598295
contents of Memory Script:
{
set until scn 169813658289;
recover
clone database
delete archivelog
;
}
executing Memory Script
executing command: SET until clause
Starting recover at 09-AUG-10
starting media recovery
Oracle Error:
ORA-01547: warning: RECOVER succeeded but OPEN RESETLOGS would get error below
it seems some of logfilgs has been missed.(but it exists on both tape and disk)
kindly assist how i can fix it .
Thanks
datafile 40 switched to datafile copy
input datafile copy recid=111 stamp=726613443 filename=+DATAGRP/db1/datafile/fg_docuemntid_11.2286.726598295
contents of Memory Script:
{
set until scn 169813658289;
recover
clone database
delete archivelog
;
}
executing Memory Script
executing command: SET until clause
Starting recover at 09-AUG-10
starting media recovery
Oracle Error:
ORA-01547: warning: RECOVER succeeded but OPEN RESETLOGS would get error below
0