Oracle Error Message
ORA-42303: duplicate column reference in a definition of an Editioning view
Reason for the Error
An attempt was made create an Editioning view referencing the same column of a base table more than once, which is not supported.
Solution
Do not create an Editioning view if you have multiple columns referring to the same column of the base table.

Leave a Review