- 论坛徽章:
- 0
|
数据库备份时生成pos.dmp,pos[1].dmp,pos[2].dmp三个备份文件。
恢复数据库命令:
load database pos from "/u/backup/pos.dmp" stripe on "/u/backup/pos[1].dmp" stripe on '/u/backup/pos[2].dmp"
提示错误信息如下:
00:04/02/20 11:21:52.56 kernel Initializing virtual device 12, '/sybase/shopdata/shopdata_shop.dat'
00:04/02/20 11:21:52.56 kernel Virtual device 12 started using standard unix i/o.
00:04/02/20 11:22:55.17 kernel Initializing virtual device 13, '/sybase/shopdata/shopdata_shop1.dat'
00:04/02/20 11:22:55.17 kernel Virtual device 13 started using standard unix i/o.
00:04/02/20 11:23:26.75 kernel Initializing virtual device 14, '/sybase/shopdata/shopdata_shop2.dat'
00:04/02/20 11:23:26.75 kernel Virtual device 14 started using standard unix i/o.
00:04/02/20 11:24:05.12 kernel Initializing virtual device 15, '/sybase/shoplog/shoplog_shop.dat'
00:04/02/20 11:24:05.12 kernel Virtual device 15 started using standard unix i/o.
00:04/02/20 11:34:28.91 server Recovery dbid 6 ckpt (502109,2)
00:04/02/20 11:34:28.91 server Recovery no active transactions before ckpt.
00:04/02/20 11:46:50.22 server Recovery dbid 5 ckpt (1017703,6)
00:04/02/20 11:46:50.23 server Recovery no active transactions before ckpt.
00:04/02/20 12:58:54.65 kernel ksmask__rpacket: Invalid tdslength value 29709, kpid: 1376277
请各位高手赐教! |
|