Hi,
I am having a tough time performing redirected restore using the incremental images. Please advice what I am doing wrong here. Here's what I have:
1) 1 Offline Backup Image
2) 1 incremental backup image
3) 2 incremental delta images
My logic is to first restore the latest delta image followed by offline, incremental and then both incremental delta images.
Here's what I performed:
create database tdb on /test/db;
restore db mydb incremental from /test/back taken at 20050208120003 into tdb newlogpath /test/log/ redirect without prompting;
set tablespace containers for 0 using (......);
....
....
restore db mydb incremental taken at 20050208120003;
when I run the above steps, it errors out on the last step
" SQL2008N The callerac parameter is not within valid range or the requested
action is out of sequence."
I am not sure what I am doing wrong here. Please suggest how do I implement the backup strategy I referred earlier using redirected restore approach.
DB version is 7.2 running on AIX.
Thanks
- RJ