Hi Hannes, > The result is that none of the tables we have deleted in step 2 are > available and that's our problem.
The main reason a recovery is used is to restore the last known state of a database. And that is what the restore is optimized for. Therefore if you restore your complete backups and restart the database again, it is using the log-information for repeating all steps, which happened after your restore (including the dropping of that tables). For the result you wished (a restore to a previous state), you have either to throw away your log (as you did with that "util_execute INIT CONFIG") or you make a restore/restart until a specified point in time. Best regards, Tilo Heinrich SAP Labs Berlin _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
