aiaiDBA

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

13718043309

010-86462881

ORA-40103: invalid case-id column: string

ORA-40103: invalid case-id column: string
Cause: The case-id column was invalid. If a case-id column is specified, it must be present in the input data source. The case-id column cannot be the same as the target column, and the column's data type is restricted to NUMBER, CHAR, and VARCHAR2 when building a GLM model with a diagnostics table.
Action: Change the schema of your input data to supply a case-id column of appropriate data type.

请先 登录 后评论

1 个回答

小智
ORA-40103:无效的case-id列:字符串,
.原因: case-id列无效。如果指定了case-id列,它必须存在于输入数据源中。case-id列与目标列不能相同,并且在使用诊断表构建GLM模型时,列的数据类型限制为NUMBER,CHAR和VARCHAR2。,
.操作:更改输入数据的模式以提供适当数据类型的case-id列。,
.
请先 登录 后评论