ORA-46010: The colValue of foreignKey of inheritedFrom “string” is too long.
Cause: The specified length for the colValue element of the foreignKey element of the inheritedFrom element in the DataSecurity policy document was greater than 32767.
Action: Limit the length of the colValue element of foreignKey element of inheritedFrom element to 32767.
。
ORA-46010是Oracle数据库服务器报出的一个错误信息,它提示用户外键列的值超出了可接受的最大长度。
1. 当使用”inheritedFrom”关键字动态插入字符串时,如果插入字符串超过了可接受的最大长度,将会引发ORA-46010错误。
2. 当新建表时,如果外键列的定义超过了可接受的最大长度,将会引发ORA-46010错误。
1. 确定外键列的可接受的最大长度,如果超过最大长度,就修改为正确的长度。
2. 检查使用”inheritedFrom”关键字动态插入的字符串,如果超过最大长度,就重新插入合适的字符串。
本文标签:of ORA-46010 The colValue foreignKey inheritedFrom #8220string #8221 is too long.
原文链接:
版权说明: 本文由作者上传,本站仅提供存储服务,转载请注明原文链接