In table1, I want to use one field LEFT OUTER JOINED (+) with table2 and in table1, I use another field to LEFT OUTER JOIN (+) to table2 and one last field in table1 LEFT OUTER JOIN (+) to table3. I received an error saying "it only allows 1 most outer join". It worked in SQL SERVER. Thanks for the assistance.