ORA-39752: redundant column in partitioning and join columns is not allowed
What triggered the Error:
An attempt was made to specify redundant columns in partitioning and join columns for NATURAL or named column PARTITIONED OUTER JOIN.What should we do to fix it:
Do not specify redundant column in partitioning and join columns.