To check when was the pl/sql procedure compiled.
Connect to the schema which you want and give the query as
Eg:
select to_char(LAST_DDL_TIME,'YYYY-MM-DD HH24:MI:SS') from user_objects where object_name = upper('dcs_dev');
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment