Oracle Version: 11.2.0.4
OS : Oracle Linux 6.5
Clustering : 2-Node RAC
In my database, the following SQL_ID returned 32 records ; all of them showing the same SQL_TEXT .
What does this mean ? Does this mean
1. Multiple sessions are currently running the same SQL ( sql_id = '3z8xfnmqnbm6f' )
or
2. One session is doing several executions of this SQL ?
or
something else ?
select * from v$sql where sql_id = '3z8xfnmqnbm6f'
I retrieved the above SQL_ID from GV$SESSION