ORA-13523: unable to allocate required space for return type
Cause: Out of memory to allocate the space for the return variable for an external procedure.
Action: Try operation again.
ORA-13523:无法为返回类型分配足够的空间。
1、在分配INDEXOrganized表或INDEXOrganized表列给SYS-一个用户时,必须保证具有足够的空间。
2、不要分配过大的元组到用户中,以免返回值内存不足。
3、通过使用ALTER TABLE语句,将表和表列重新对齐,以获得有效的返回空间。
4、如果你仍然无法解决ORA-13523错误,可以使用 SET_BLOCK_SIZE 函数来获得更多的空间。