I want add pre execution action

VAD H

Member
Actually i need catch execute operation(F8) and run some function before.
How i can do it, or what optional solutions?

thanks,
VAD H.
 
What would you like to be able to do in this pre-execute-action? And in what kind of window would you like this to be possible.

Regards,
Patrick
 
I mean to run some function that update db before source compilation of packege, function or else

thanks
 
Perhaps you can create a DDL trigger in the database to perform these actions?

There is currently no option to perform an action before compilation within PL/SQL Developer.
 
Back
Top