首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > IBM DB2 >

挑战:db2数据库恢复解决思路

2012-03-16 
挑战:db2数据库恢复各位谁这样做过,有两个数据库library,lib_test,想把library备份好的数据库想复原来lib_

挑战:db2数据库恢复
各位谁这样做过,有两个数据库library,lib_test,想把library备份好的数据库想复原来lib_test中。小弟已经用了restore   db   lib_test   from   "d: "   taken   at   20070305113012

[解决办法]
restore db lib_test from "d: " into library taken at 20070305113012

试试这个into 后面接新的数据库。

热点排行