Hello,
I am trying to compile a package body in 12c and get the below error,
SQL> alter package "RDS"."PKG_USER_ADMIN" compile body;
alter package "RDS"."PKG_USER_ADMIN" compile body
*
ERROR at line 1:
ORA-06553: PLS-707: unsupported construct or internal error [2604], [403]
ORA-06553: PLS-103: Encountered the symbol "" when expecting one of the following:
<an identifier> <a double-quoted delimited-identifier>
ORA-06553: PLS-112: end-of-line in quoted identifier
All other dependencies are fine and no clue about what the above error denotes and how to solve