> ALTER PACKAGE blah COMPILE;
(wait about 10 minutes)
> ORA-04021: timeout occurred while waiting to lock object
I understand why I get the timeout error (the package is in use).
Does anyone know if there's a way to change the default 10 minute wait interval? Can this be configured at a database / session / statement level?
Thanks