i am running a query in oracle 10 select A from B where C = D B has millions of records and there is no index on C
select A from B where C = D
The first time i run it it takes about 30
See this question...
It shows how to clear caches for data and execution plans, but also expands on whether it's a good idea or not.