disql -S $dbuser/$dbpwd@$serverhost:$dbport <<!
SET CHAR_CODE UTF8
set heading off
set pagesize 0
set feedback off
set termout on
set timing off
set long 4000
set lineshow off
spool ${v_fileDel};
${v_sql};
spool off;
exit;
将v_sql的表数据插入到 v_fileDel 文件中,报:
zrealloc: cannot allocate 1364770816 bytes
表数据大小在2.5G左右。