分类:
2008-04-13 13:42:03
来源:互联网 |
问题:我不小心把DB2给卸载了,请问有什么方法恢复原来数据库中的数据啊?//bow
: DB2卸载后还剩下DB2,DB2CTLSV 两个目录,但这两个目录都不大,请问DB2的数据库文件
: 是存在这两个目录下么?不是的话那就惨了。
回答:The database should be in DB2 directory.
You have to reinstall db2. After that, issue the following command:
db2 catalog db db_name on drive_name
where db_name is the database name, drive_name is where DB2 directory resides. |