请教各位关于DB2备份与恢复问题
samdx 2005-05-16 04:50:21 15:16分,作了数据库的全备
db2 backup database sample to /backup/samplebak
时间戳为20050516151633
15:30分,插入两条记录并commit
15:37分,插入十条记录并commit
15:40分,想恢复数据库备份到15:32分的状态
db2 restore database Sample taken at 20050516151633 replace existing without prompting
db2 rollforward database sample to 2005-05-16-15.32.00.000000 using local time and complete
报了如下的错误:
SQL1274N 数据库“Sample”要求前滚恢复,并且时间点必须到达日志末尾
请问如何才能正确恢复到15:32分的状态,而不要to end of logs
谢谢