I am hitting error ORA-00604 when executing a program. This is how the flow currently:
Package package1 have following sub functions / procedures:
- function faaa
- procedure pbbb - inside will called procedure xxx
while procedure xxx called package1.faaa
When I try to execute package1.pbbb it hit the ORA-00604. However, it seems to be alright if I just execute xxx.
Do you guys encounter this issue before?