aiaiDBA

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

13718043309

010-86462881

PLS-00584: size of an opaque type must be between 1 and 4000 bytes

PLS-00584: size of an opaque type must be between 1 and 4000 bytes
Cause: An attempt was made to specify an explicit size for an opaque type, but the specified size was out of the valid range.
Action: Change the explicit size to be between 1 and 4000 bytes, or change the declaration to be varying-length without an explicit size.

请先 登录 后评论

1 个回答

小智
PLS-00584:不透明类型的大小必须介于1到4000字节之间,
.原因:尝试为不透明类型指定显式大小,但指定的大小超出了有效范围。,
.操作:将显式大小更改为1到4000字节之间,或者将声明更改为不变长度,而不显式大小。,
.
请先 登录 后评论