aiaiDBA

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

13718043309

010-86462881

IMG-02003: 2FF03 - incorrect color histogram feature specification

IMG-02003: 2FF03 - incorrect color histogram feature specification
Cause: There was a SQL/MM Still Image exception. This exception was caused by one of the following.
- The specified color value was null or invalid.

- The specified frequency value was null or invalid.

- The input color and frequency arrays were not equal in size.

- The SI_ColorList array attribute had reached the maximum size.

Action: Ensure that the following are true(as applicable to your case):
- The color and frequency values are not null.

- The SI_Color attribute values are integers from 0 to 255.

- The frequency value is a double precision number from 0 to 100.

- The color and frequency arrays are equal in size and the size of the arrays is less than the SI_MaxHistogramLength value listed in the SI_VALUES view in the SI_INFORMTN_SCHEMA. Refer to the Oracle Multimedia documentation for more information on constructing SI_ColorHistogram objects.

请先 登录 后评论

1 个回答

小智
IMG-02003:2FF03 - 色彩直方图功能说明不正确,
.原因:有一个SQL / MM静止图像异常。此异常是由以下之一引起的。,
.- 指定的颜色值为空或无效。,
.,
.- 指定的频率值为空或无效。,
.,
.- 输入颜色和频率数组的大小不相等。,
.,
.- SI_ColorList数组属性已达到最大大小。,
.,
.措施:确保以下内容为真(适用于您的情况):,
.- 颜色和频率值不为空。,
.,
.- SI_Color属性值是0到255之间的整数。,
.,
.- 频率值是从0到100的双精度数字。,
.,
.- 颜色和频率数组的大小相等,并且数组的大小小于SI_INFORMTN_SCHEMA中的SI_VALUES视图中列出的SI_MaxHistogramLength值。有关构建SI_ColorHistogram对象的更多信息,请参阅Oracle Multimedia文档。,
.,
.
请先 登录 后评论