我觉得有可能是你数组定义有问题。我们数据库(数组L_ALLOC_TAB)的用法: FOR I IN 1 .. 5 LOOP L_ALLOC_ROW.REC_ID := 'sss'; L_ALLOC_TAB.EXTEND; L_ALLOC_TAB(L_ALLOC_TAB.LAST) := L_ALLOC_ROW; END LOOP;