db2数据导入Unable to allocate new pages in table space "tablespace"

项目导入数据的时候:
emd-message.ixf 文件大小:3.3G 数据量:510W
方法一:
db2 "import from /emd-message.ixf of ixf COMMITCOUNT 100000 insert
into emd_message"

数据导入25W左右就down了

方法二:

db2 "load from /emd-message.ixf of ixf savecount 10000 replace into emd_message nonrecoverable"

数据导入37万左右就报上面的错:
SQL0289N Unable to allocate new pages in table space "TP16K". SQLSTATE=57011
lode的时候,已对表锁住,必须解锁:
db2 "load from /emd-message.ixf of ixf terminate into emd_message nonrecoverable"

方法三:
db2 "alter tablespace TP16K RESIZE (ALL 35000 M)"
执行方法二,数据导入170W的时候报表空间错误
执行方法一,成功导入
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值