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

db2数据导入导出命令解决思路

2013-01-25 
db2数据导入导出命令我现在想导出表tbl_org1中的数据,命令如下:db2 export to /aa/cc.del of del select *

db2数据导入导出命令
我现在想导出表tbl_org1中的数据,命令如下:

db2 export to /aa/cc.del of del select * from tbl_org1

命令执行后提示如下:

SQL3104N  The Export utility is beginning to export data to file 
"/aa/cc.del".

SQL3001C  An I/O error (reason = "sqlofopn -2079391743") occurred while 
opening the output file.

SQL3105N  The Export utility has finished exporting "0" rows.

请高手指点一下,这是什么原因,谢谢!
[解决办法]
db2 export to cc.del of del select * from tbl_org1
[解决办法]
-104是语法错误,你的select语句不对吧,把你的导出语句贴出来

热点排行