> The INTERNET now has a personality. YOURS! See your Yahoo! Homepage.http://in.yahoo.com/
It runs without error so there is nothing 'wrong' with it. It may not
be using an optimal execution plan but no one can say because you
failed to post the current plan. It also may be that fixed object
statistics are not available but, again, NO ONE can say because you
failed to post an execution plan. This is a help foirum, NOT a circus
sideshow attraction using mindreaders.
Post the following missing information if you really want assistance:
the Oracle release you're using (all 4 or 5 NUMBERS, not some lame
marketing speak such as '9i','10g', etc.)
the current execution plan for this query which can be generated by:
explain plan set statement_id = 'splazzo' for
select * from table(dbms_xplan.display);
Spool the results to a file if necessary.
David Fitzjarrell