Oracle Error Message
ORA-46016: Number of columns of foreignKey does not match primaryKey.
Reason for the Error
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.
Solution
Ensure that the number of colunms of foreignKey matches the number of columns of primaryKey.