compiling valid objects

Jumper

Member
I cannot find a menu selection, or a right click option to compile an object that I have edited in the current sql window. It does not appear in the help file, and searching on this board brings up information on how get multiple threads, check on progress etc

Can you tell me how I compile a package in PL/SQL Developer rather than SQL*Plus please ?

Jumper
 
You should open the package in a Program Window (File > Open > Program File). Subsquently you can edit this package, and take advantage of all PL/SQL Editor features. To compile, simply press the "Execute" button on the main toolbar, or press F8.

------------------
Marco Kalter
Allround Automations
 
thank you,

I like the way it splits the file up into different objects
smile.gif


Jumper
 
Back
Top