dabatase not opening after RMAN clonning
hi,
My DB version is 11.2.0.1
we cloned the database using RMAN.
it is created DB successfully.
after that i shut down the DB.
and then when i startup the DB it is hanging in pen stage.
more over no alertlog messages about this.
and i created the clonned DB using the following command
rman auxiliary /
run
{
duplicate target database to DEV BACKUP LOCATION '/backup/prod/FRA/PROD/backupset/2011_02_11' NOFILENAMECHECK;
}
Regards,
Naresh
My DB version is 11.2.0.1
we cloned the database using RMAN.
it is created DB successfully.
after that i shut down the DB.
and then when i startup the DB it is hanging in pen stage.
more over no alertlog messages about this.
and i created the clonned DB using the following command
rman auxiliary /
run
{
duplicate target database to DEV BACKUP LOCATION '/backup/prod/FRA/PROD/backupset/2011_02_11' NOFILENAMECHECK;
}
Regards,
Naresh
0