ORA-01547 during recovery
Hi
We have a 11.2.0.4 database on Linux. The database has a bunch of READ ONLY tablespaces
We backed up the database using RMAN Skip READONLY clause ...(as obvious from following output)
skipping read-only file 42
skipping read-only file 43
.........
Now we are cloning that database onto a different host.
The directory structure is exactly the same as on the primary server
We restored the spfile and controlfile successfully
Then we restored the database using --> RMAN> restore database skip readonly;
After that we started the recovery process using --> RMAN> Recover database until sequence 2014 skip readonly;
At the end of the recovery, we got the following error: