Friday, December 4, 2009

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

Problem:

This strange error is occurred when I tried to execute a procedure.

ORA-20300: Exception in ABC_table when calling xxxproc. SQLERRM:

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

ORA-06512: at "myuser.myproc", line 113

Cause:

No real cause.

Solution:

I execute it by making a new fresh connection and it worked successfully.

No comments:

Windows (powershell) counterparts of Linux commands

You may find Windows mostly powershell equivalent of frequently used Linux commands here. I will update this post, with newer ones by the ti...