I need to find the user name of the person who modified a particular stored procedure.
How do I find out when a stored procedure was last modified or compiled in Oracle?
Can you try this out?
SELECT name, create_date, modify_date FROM sys.procedures