aiaiDBA

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

13718043309

010-86462881

PLS-00410: duplicate fields in RECORD,TABLE or argument list are not permitted

PLS-00410: duplicate fields in RECORD,TABLE or argument list are not permitted
Cause: When a user-defined record was declared, the same name was given to two fields. Like column names in a database table, field names in a user-defined record must be unique.
Action: Check the spelling of the field names, then remove the duplicate.

请先 登录 后评论

1 个回答

小智
PLS-00410:RECORD,TABLE或参数列表中的重复字段不允许,
.原因:当声明用户定义的记录时,给两个字段赋予相同的名称。与数据库表中的列名称相同,用户定义记录中的字段名称必须是唯一的。,
.操作:检查字段名称的拼写,然后删除重复。,
.
请先 登录 后评论