aiaiDBA

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

13718043309

010-86462881

ORA-31004: Length string of the BLOB in XDB$H_INDEX is below the minimum string

ORA-31004: Length string of the BLOB in XDB$H_INDEX is below the minimum string
Cause: In the XDB$H_INDEX table, the CHILDREN column, a BLOB, must have a certain minimum length without being chained. The calculated length of the LOB was less than the stated minimum.
Action: Set the value of the init.ora parameter db_block_size to at least 2K. For XDB to run at its fastest, set db_block_size to 8K.

请先 登录 后评论

1 个回答

小智
ORA-31004:XDB $ H_INDEX中BLOB的长度字符串低于最小字符串,
.原因:在XDB $ H_INDEX表中,CHILDREN列(BLOB)必须具有一定的最小长度,而不会链接。计算出的LOB的长度小于规定的最小值。,
.操作:将init.ora参数db_block_size的值设置为至少2K。要使XDB以最快速度运行,请将db_block_size设置为8K。,
.
请先 登录 后评论