Procedure does not exist in the target list run pl / sql?

I compile the spec and package body without any problem. However, when I want to test my procedure, it is not in the "Target:" list of the oracle sql developer PL / SQL launch menu. Also, I was unable to follow the procedure from my php code.

Are there any restrictions on the number of treatments or something similar?

NOTE: Index: 3, Size: 3 - java.util.ArrayList.rangeCheck (ArrayList.java:635) Could this be related to this?

+3


source to share


1 answer


After recompiling your procedure, run the command show errors

. It displays compilation errors if you had them.



This is the most common reason for this.

+1


source







All Articles