Hi Paul ,
In case your logretain is = capture , it worked for me .
restore db MYDB from /home/db2inst1/bck01/savdatabase taken at
20050601020001;
rollforward db MYDB to end of logs and complete overflow log path
(/home/db2inst1/bck01/database/db2inst1/db2inst1/NODE0000/SQL00003/SQLOGDIR);
I tried "rollforward db MYDB to end of logs and complete;" but it
didn't work .
In fact , I don't know why .
Anyway you'll need to try some combination in order to make it work .
Best way the manual and internet :
http://dbforums.com/t670401.html http://publib.boulder.ibm.com/infoce...e/r0001978.htm
Best of luck ,
Regards ,
Andy the beginner in DB2.
paul a écrit :[color=blue]
> Hi,
> i made an attempt to restore a online backup made with include logs option.
> But when i rollforward the db, i can't pout it online because it always ned
> log file. I tried the option to rollforward to end of logs and to point in
> time.
> In the doc, it is said taht with 'include logs', i can restore without any
> log file.
> Someone know how can i stop the rollforward pending status ?
>
> regards[/color]