How do I execute a procedure from PL/SQL Developer?

Hello World,

I know how to compile a procedure in PL/SQL Developer 6.0.5.931

BUT

How do I execute a procedure in PL/SQL Developer 6.0.5.931 ??? :confused:
 
One way is to find it in the Browser, right click on it and select test from the pop-up menu. Since it was put in an editor, it will be in the "Recent objects" folder, so it's not too hard to find.

It will open a test window ready to execute. You can execute it or debug it from there. Usually F8 to execute or F9 to debug, but this can be changed so it may be different for you.

I imagine that you know all this, but didn't know to right click in the browser instead of code contents since it's a procedure.
 
Back
Top