June 2018
Intermediate to advanced
478 pages
10h 52m
English
The Db2 roll-forward utility is used to complete the recovery process started by the restore utility by applying the database changes from the Db2 transaction log files. The restore utility places the database or table spaces in roll-forward pending state when the restore is done without the WITHOUT ROLLING FORWARD option. The Db2 database must be configured for archive logging to use the roll-forward utility for recovery.
You can invoke the Db2 roll-forward utility using the basic ROLLFORWARD DATABASE command, as follows:
ROLLFORWARD [DATABASE | DB] [DatabaseAlias]<USER [UserName] <USING [Password]>><TO [PointInTime] <USING [UTC | LOCAL] TIME><AND [COMPLETE | STOP]> |END OF LOGS <AND [COMPLETE | STOP]> |COMPLETE ...
Read now
Unlock full access