aiaiDBA

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

13718043309

010-86462881

PGU-41103: INFILE parameter was previously specified

PGU-41103: INFILE parameter was previously specified
Cause: The INFILE parameter has already been specified in a DEFINE DATA or REDEFINE DATA statement and is only allowed once per data definition or redefinition. Syntax checking only continues with the next statement.
Action: Remove the second specification of INFILE from the statement.

请先 登录 后评论

1 个回答

小智
PGU-41103:以前指定了INFILE参数,
.原因:在DEFINE DATA或REDEFINE DATA语句中已经指定了INFILE参数,并且每个数据定义或重新定义只能允许一次。语法检查只能继续下一个语句。,
.操作:从语句中删除INFILE的第二个规范。,
.
请先 登录 后评论