aiaiDBA

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

13718043309

010-86462881

PGU-35016: missing formatted conversion entry for transaction string string

PGU-35016: missing formatted conversion entry for transaction string string
Cause: For transaction , the data field usage, mask, and maskopts entries were not found in the PG DD. PG DD field entries are selected with usage='PASS' and not null mask and maskopts columns, to identify which data fields will use UTL_RAW MAKE_..._FORMAT conversions. Possible invalid entries in pga_fields( usage,mask,maskopts ) columns. This message may be preceded by specific messages describing the error.
Action: Correct the data definitions for the requested transaction in the PG DD.

请先 登录 后评论

1 个回答

小智
PGU-35016:事务字符串 字符串的格式化转换条目丢失,
.原因:对于事务 ,在PG DD中找不到数据字段usage,mask和maskopts条目。PG DD字段条目使用usage ='PASS'选择,而不是null mask和maskopts列,用于标识哪些数据字段将使用UTL_RAW MAKE _..._ FORMAT转换。pga_fields(usage,mask,maskopts)列中可能的无效条目。此消息之前可能是描述错误的特定消息。,
.操作:更正PG DD中所请求事务的数据定义。,
.
请先 登录 后评论