PLSQL not compiling
-
I'm running on a database 10.2.0.4 and I when I try to compile packages the rdbms add an extra owner to the objects. for example:
-
SYS/fonatopdes> alter package topaz.PKG_BORRADO_INC_CREDITOS compile body;
Warning: Package Body altered with compilation errors.
SYS/fonatopdes> show err
Errors for PACKAGE BODY TOPAZ.PKG_BORRADO_INC_CREDITOS:
LINE/COL ERROR
-------- -----------------------------------------------------------------
10/10 PL/SQL: Statement ignored
10/16 PLS-00905: object TOPAZ.TOPAZ is invalid
Where: TOPAZ is the owner and it's duplicated when compiling.
-
I have check this parameters, but compare them with aother database, where plsql code runs fine, they look 0k: