aiaiDBA

加微信获取免费职业规划+学习资料,了解年薪50万的DBA是如何练成的

13718043309

010-86462881

ORA-02786: Size needed for shared region is greater than segment size

ORA-02786: Size needed for shared region is greater than segment size
Cause: The size of the shared segment that was specified for the shared buffer region is less than the number of bytes required. The first field of the "additional information" field is the size needed. The second is the size of the segment.
Action: Use a larger size segment or let the package allocate its own.

请先 登录 后评论

1 个回答

小智
ORA-02786:共享区域所需的大小大于段大小,
.原因:为共享缓冲区指定的共享段的大小小于所需的字节数。“附加信息”字段的第一个字段是所需的大小。第二个是段的大小。,
.操作:使用较大的段或让包分配自己的。,
.
请先 登录 后评论