Hi,
I've never posted before. I'm in the process of doing a "Disaster Recover Simulation" . I've restored my databases from a "FULL" backup and now I'm trying to roll forward a few days of our Journals. I was able to do about 6 databases without any issue. I found I had a database (PINGUSB) where I have about 375 tables and all but 2 of them are defined with dual after journals with the journal table being in the same PINGUSB database. Unfortunately I have wrongly configured two of them to have their journals in a different database. I have both of the journal backups. When I ran the initial rollforward job which looks similar to the following it errors out. ROLLFORWARD (NUCRM),
USE RESTORED JOURNAL,
RELEASE LOCK;
ROLLFORWARD (NUPROD),
USE RESTORED JOURNAL,
RELEASE LOCK;
ROLLFORWARD (PINGUSB),
USE RESTORED JOURNAL,
RELEASE LOCK;
I get a 3658 ; Rollback/Rollforward table specifications are invalid.
WHen I look the message up it indicates I may need two different journals. This is how I came to find out I had specified the journal table incorrectly.
I haven't been able to construct the appropriate rollforward statement for the two tables in question to use a journal from another database, as well as the statement for the remaining 370+ tables in this database to use the PINGUSB.Journals journal table. I would appreciate any advise that someone could give.
Tags:
Forums: