I am new to Oracle, and have no knowledge on it. <br>I have a small system, in which only 2 tables get over<br>10000 records. However, when I writing SQL to retrieve <br>data ( join from 4 or 5 table ). It takes around 15 <br>minutes to retrieve the date ( around 4000 records will <br>be selected ). Can anyone tell me what should I do ?<br><br>P.S. I have try to look at the plan table, and saw that <br>amost all table using index scan, and only one table use <br>full scan. The statistics of the full scan table is ( <br>cost=60, cardinalty=24 ... ) Is it the problem of the <br>full scan table <br><br>