aiaiDBA

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

13718043309

010-86462881

ORA-40115: weights table schema is incorrect

ORA-40115: weights table schema is incorrect
Cause: The weights table did not have the required schema.
Action: Provide a weights table with schema: (target_value, weight), where the type of the first column corresponds to the type of the target column (CHAR, VARCHAR2 or NUMBER) and the type of the second column is NUMBER.

请先 登录 后评论

1 个回答

小智
ORA-40115:权重表模式不正确,
.原因:权重表没有所需的模式。,
.操作:提供具有模式的权重表:(target_value,weight),其中第一列的类型对应于目标列(CHAR,VARCHAR2或NUMBER)的类型,第二列的类型为NUMBER。,
.
请先 登录 后评论