文档解释
ORA-02361: error while attempting to allocate number bytes of memory
Cause: d by insufficient memory.
Action: Reconnect to the instance and retry the operation.
ORA-02361 错误表明尝试分配给 Oracle 内存或数据缓冲区的字节数无效或下溢。
官方解释
常见案例
正常处理方法及步骤
1.检查SGA和PGA的总字节数,并保证尝试分配的内存不超过这些参数。
2.检查内存分配函数是否将字节数传递到某个变量中,并确保该字节数不超过SGA或PGA大小。
3.如果您仍然遇到问题,则可以重新启动Oracle服务器。