Clear oracle cache between requests

I want to know the actual execution time of my request with and without different prompts. But the oracle DB caches the query after its first execution, and the second time it runs quickly. How can I clear this cache after each query execution?

+4
source share
1 answer
+1
source

All Articles