I'm preferably looking for a SQL query to accomplish this, but other options might be useful too.
相关问题
- SQL join to get the cartesian product of 2 columns
- sql execution latency when assign to a variable
- Difference between Types.INTEGER and Types.NULL in
- What is the best way to cache a table from a (SQL)
- php PDO::FETCH_ASSOC doesnt detect select after ba
Following query will do in Oracle
LAST_DDL_TIME
is the last time it was compiled.TIMESTAMP
is the last time it was changed.Procedures may need to be recompiled even if they have not changed when a dependency changes.