When u try to optimize a SQL statement, which one u will choose ? <br>In my case, my SQL statement always join with 4 - 7 tables ( UNION appears 3 times for each SQL statement ). When I choose Choose-based, the showplan show that some tables use index scan, and 1 or 2 tables use full table scan. However, <br>when I choose Rule-based, the showplan will show that all tables are using index can. Thus, can I say that Rule-based is better for my case ?<br>I have also asked opinion from Oracle hotline, but the technician from Oracle told me that it is better to turn to Choose based. Should I choose Choose-based rather than Rule-based ? <br><br><br>