ORA-30398: illegal JOIN KEY clause
What triggered the Error:
A JOIN KEY clause was specified that did not conform to certain requirements. A JOIN KEY clause connecting a child level with its non-immediate ancestor level is allowed only when that child level and its ancestor level satisfy the following conditions:What should we do to fix it:
Modify the JOIN KEY clause so that it satisfies the conditions mentioned above.