Hi all,
My DB2 is version 8.1 on Windows 2000. I have an application running on it so that I have to use online backup. However, it does not have Tivoli installed.
1. I used this command to backup database:
backup database "db" user "username" password "password" online to <path>
2. I tried to restore the database:
restore database "db" from "path" taken at 20041118145103
3. Finally I rollforward the database by:
rollforward database "db" user "username" password "password" to end of logs and stop
Then, the following exception occurred:
SQL4970N Roll-forward recovery on database "<name>" cannot reach the specified stop point (end-of-log or point-in-time) because of missing log file(s) on node(s) "<node-list>"
Do anyone can tell me what was wrong?
1. Is it possible to online backup database and then restore without Tivoli?
2. Is my backup/restore approach is wrong?
3. Any suggestion of the backup/restore methodology but online backup is required?
Thanks everyone!