aiaiDBA

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

13718043309

010-86462881

ORA-46016: Number of columns of foreignKey does not match primaryKey.

ORA-46016: Number of columns of foreignKey does not match primaryKey.
Cause: The number of column elements within the foreignKey element did not match the number of column elements within the primaryKey element of the inheritedFrom element in the DataSecurity policy document. The colunm elements of foreignKey may be specified using either colName or colValue elements. The colunm elements of primaryKey may be specified using only colName elements.
Action: Ensure that the number of colunms of foreignKey matches the number of columns of primaryKey.

请先 登录 后评论

1 个回答

小智
ORA-46016:foreignKey的列数与primaryKey不匹配。,
.原因: foreignKey元素中的列元素数与DataSecurity策略文档中inheritedFrom元素的primaryKey元素中的列元素数不匹配。foreignKey的colunm元素可以使用colName或colValue元素来指定。可以仅使用colName元素指定primaryKey的colunm元素。,
.操作:确保foreignKey的colun数与primaryKey的列数匹配。,
.
请先 登录 后评论