I am using DB version: 11gR2 (11.2.0.4) on RHEL 6.6
I have a stored procedure and I would like to know when, and if possible , who executed this procedure today ?
I know that V$SQL contains only SQL text from the procedures. But, I have other procedures with very similar SQLs being executed. So, I cannot differentiate between them.
So, I would like to know if there a straightforward way of know when a stored procedure was executed today ?
This procedure was not executed by a DBMS_JOB.
Auditing was not enabled for this procedure's execution.