Temporarly disable cache in oracle 11g

cacheoracleperformance

I want to disable the caching for my session in oracle 11g to see how long a query takes.

Is this possible or is there a better way for meassuring the time a query takes to run?

Best Answer

Oracle caches (placed in System Global area) can not be turned off.
You can only increase or decrease the size of these caches.