Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ORA-01719: outer join operator not allowed in operand of OR or IN

994122May 13 2014 — edited May 13 2014

Hi all,

SELECT *

  FROM dept a, emp b

WHERE a.deptno IS NOT NULL AND a.deptno = b.deptno(+)

    OR (a.deptno IS NOT NULL AND a.dname NOT LIKE 'AC%');

ORA-01719: outer join operator not allowed in operand of OR or IN

Please help

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 10 2014
Added on May 13 2014
12 comments
4,975 views