set forceplan

Insert the following note in the set forceplan description:

NoteThe query optimizer ignores attempts to force illegal join orders with outer joins, such as in the following:

1> set forceplan on
2> select * from table1, table2 
    where table2.id *= table1.id