Last active
January 23, 2016 05:46
-
-
Save arbo-hacker/2e5339ab81e467aa477d to your computer and use it in GitHub Desktop.
Error de un procedimiento / funcion invalido en Oracle
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- error de un objeto invalido | |
select * from sys.ERROR$ where obj# | |
in (select obj# | |
from sys.utl_recomp_invalid_all | |
where objname='&nombreprocedimiento' | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment