Skip to Main Content

Database Software

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-06508 PL/SQL: could not find program unit begin called

4246474Sep 15 2020 — edited Sep 15 2020

I have a trigger custom that is used and activated in module inventory for transaction return to vendor

Now, when the trigger is executed appear a message error

ORA-06508 PL/SQL: could not find program unit begin called

the code of trigger contain called to packages

I query to the table dba_objects the packages that are called inside the trigger and the status is VALID

the trigger also is compiled valid

Question:

Is possible that re-compiled the objects trigger and packages this error

ORA-06508 PL/SQL: could not find program unit begin called

can be solved??

Comments