Articles > Database > How to find SQL Query statistics in Oracle
How to find SQL Query statistics in Oracle
Oracle exposes a view called v$sql which gives the performance statistics of the queries being run. We can find exact SQL, number of executions and information related to Disk I/O as shown below.