aiaiDBA

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

13718043309

010-86462881

PGU-41144: default PKGCALL parameter truncated to string

PGU-41144: default PKGCALL parameter truncated to string
Cause: The PKGCALL parameter was defaulted in a DEFINE CALL statement and normally takes the value of the CALL object name. However, the length of the CALL object name is greater than the maximum length allowed for the PKGCALL parameter (which is 30). The default value actually used is .
Action: None. This is an informational message.

请先 登录 后评论

1 个回答

小智
PGU-41144:默认的PKGCALL参数被截断为字符串,
.原因:在DEFINE CALL语句中,PKGCALL参数是默认值,通常使用CALL对象名称的值。但是,CALL对象名称的长度大于PKGCALL参数允许的最大长度(30)。实际使用的默认值为。,
.行动:无。这是一个参考消息。,
.
请先 登录 后评论