Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ORA-06553: PLS-707: unsupported construct or internal error [2604], [403]

2888097Aug 5 2016 — edited Aug 8 2016

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

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 5 2016
Added on Aug 5 2016
17 comments
3,323 views