我现在想导出表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语句不对吧,把你的导出语句贴出来