I am running a query in oracle 11g select A from B where C = ':D'
B has millions of records.
The first time i run it it takes about 30 seconds, the second time i run the query it takes about 1 second.
Obviously it's caching something and i want it to stop that, each time i run the query i want it to take 30s - just like it was running for the first time.
The reason I want to reset this is because for testing purposes I want to measure this query at the very first time.
Please help.
Thanks & Best Regards,
Dark