Database Error Messages

OCI-01416

two tables cannot be outer-joined to each other

Cause

Two tables in a join operation specified an outer join with respect to each other. If an outer join was specified on one of the tables in a join condition, it may not be specified on the other table.


Action

Remove the outer join specification (+) from one of the tables, then retry the operation.