ORA-22152: destination variable-length array is not initialized
Cause: The variable-length array on the right-hand-side of an assignment or the destination array of an append is not initialized.
Action: Initialize the destination variable-length array prior to calling this function.
该错误指示,用户未初始化目标变量长度数组(VARRAY)。
1.VARRAY需要使用COLLECTION类型,以表示将VARRAY中每个元素的类型和长度。
2.VARRAY变量定义必须指定有效的大小,即元素的最大数量。
3.在从另一个变量转换为VARRAY类型的变量时,必须进行初始化。
4.为SQL和PL / SQL变量分配空间时,尤其是结构中的VARRAY,必须初始化变量,以允许操作。
本文标签:ORA-22152 destination variable-length array is not initialized
原文链接:
版权说明: 本文由作者上传,本站仅提供存储服务,转载请注明原文链接