ORA-40228: scoring cost matrix already exists
Cause: The model already has a scoring cost matrix.
Action: To add a new scoring cost matrix the existing one should be removed first.
ORA-40228: scoring cost matrix already exists 表明已经存在同名的打分成本矩阵。
ORA-40228: scoring cost matrix already exists
Cause: 请求创建一个已经存在的打分成本矩阵。
Action: 使用ALTER SCORING COST MATRIX语句修改现有矩阵,或者使用RENAME语句更改矩阵的名称。
当您试图使用现有的打分成本矩阵名称创建新的矩阵时,您可能会遇到该错误。
使用ALTER SCORING COST MATRIX语句来修改现有矩阵,或者使用RENAME语句来更改矩阵的名称。
例如,
ALTER SCORING COST MATRIX matrix_name SET…;
RENAME SCORING COST MATRIX oldname to newname;