v11.2.0.3 (exadata x3)
I am trying to get the dbms_sqltune.report_sql_monitor output for a set of queries. In my procedure I read the Query as CLOB and then have EXECUTE IMMEDIATE <Query_CLOB> followed immediately by v_Records := SQL%ROWCOUNT;
v_Records turns out to be zero all the time