Hi All,
Is there any table to track Stored Procedure execution history?
I need information that
1. Procedure name
2. Execution status
3. Procedure execution start time
4. Procedure execution end time
I checked the SYS View - "SYS"."Procedures" But i could not find these information?
P.S:
some procedure execution is going on for more than 1 hour.
We are executing these procedure from SQL editor and know the status from SQL editor console only.
Regards,
Muthuram