Hello,
you can use a SELECT /*+ INDEX(table index) */ .... to force the
optimizer to use a special index ... but be aware of using this ...
sometime the optimizer choose a full table scan cause it is much
quicker to access the datas by a full tables scan f.e. tables are very small ...
You select your datas from ra_site_uses and ra_site_uses_all has an index ??? Is that a mistake ?
If you use cost based optimizer please check your statistic. Is it up to date ?
Hope that helps ?
Manfred Peter
(Alligator Company GmbH)
http://www.alligatorsql.com