V$SQL_MONITOR and Dynamic SQL
Hi,
Does the V$SQL_MONITOR is designed to monitor dynamic sql (execute immediate) ?
I searched on web/metalink, but I didn't see any documentation about this restriction.
I ask this question beacause I run a database program (that contains execute immediate) from sql*plus (or from sql developer, etc) and I see all the procedures and select executed within the "execute immediate".
But if I run this database program from Oracle*Forms, v$sql_monitor doesn't capture these executions.
So it's why I wondering if V$SQL_MONITOR is designed to monitor dynamic sql (execute immediate) ?
Thanks