当前位置: 代码迷 >> DB2 >> 挑战:db2数据库恢复解决思路
  详细解决方案

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

热度:7245   发布时间:2013-02-26 00:00:00.0
挑战: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 后面接新的数据库。
  相关解决方案