Did you lookup the ORA-01152 error and tried to follow what suggested?
Main Topics
Browse All TopicsI'm trying to duplicate a database using RMAN. I'm using Oracle 10.2.0.4 on RAC with ASM. I can use DUPLICATE TARGET when replicating my PROD database to the same RAC to create my REPORT database -- works every time!
However, same script/process used to try and copy PROD to COPY database on a different host/RAC with same OS and same Oracle version, does not work... I always get error:
starting media recovery
Oracle Error:
ORA-01547: warning: RECOVER succeeded but OPEN RESETLOGS would get error below
ORA-01152: file 1 was not restored from a sufficiently old backup
ORA-01110: data file 1: '+DATA/hrcopy/datafile/sys
So, my question is this... what am I doing wrong? I thought I could take the incremental level 0 backup from PROD, copy it the other RAC and run DUPLICATE... certainly not the case. I've even used "BACKUP DATABASE INCLUDING ARCHIVELOG" without success. What kind of backup of PROD should I take to make sure my DUPLICATE command works on the COPY database?
Or, does anyone have a process/script to copy a database stored on ASM to another host with a new database SID using RMAN backups?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Yes, recover database shows:
RMAN-06054: media recovery requesting unknown log: thread 1 seq 1540 lowscn 15459664902
ORA-1152 is an error that you typically get because the database is in an inconsistent state and needs more log files to bring it to consistency.
All files, rman backups, current log files, and controlfiles are all backed up, copied over to new host before running DUPLICATE DATABASE command...
Business Accounts
Answer for Membership
by: johnsmith1962Posted on 2008-12-09 at 14:35:27ID: 23134566
Did you try running a recover database command? if so, what was the output.