ORA-40287: invalid data for model – cosine distance out of bounds ORACLE 报错 故障修复 远程处理
文档解释
ORA-40287: invalid data for model – cosine distance out of bounds
Cause: The norm computed using attribute values from the incoming row for the cosine model is outside the range 0-1.
Action: Remove or correct the data in the offending row.
Ora-40287 错误是模型 cosine 距离越界 (out of bounds) 错误。它会在你使用这个模型测量两个点之间的距离时发生。
官方解释
常见案例
一般处理方法及步骤
1)检查用户输入的坐标值,确保它们不超出cosine距离的范围。
2)提供正确的参数,尽量使用更精度的单位来测量距离,如度。
3)重新审查SQL查询,查看是否因使用不正确的距离测量单位导致超出数据库计算距离的范围而出现了错误消息。
4)修改查询,使用正确的距离测量单位,如度,就可以避免出现错误消息。
香港美国云服务器首选后浪云,2H2G首月10元开通。
后浪云(www.IDC.Net)提供简单好用,价格厚道的香港/美国云服务器和独立服务器。IDC+ISP+ICP资质。ARIN和APNIC会员。成熟技术团队15年行业经验。
版权声明:
作者:后浪云
链接:https://www.idc.net/help/41225/
文章版权归作者所有,未经允许请勿转载。
THE END