VAD H Member Dec 15, 2003 #1 Actually i need catch execute operation(F8) and run some function before. How i can do it, or what optional solutions? thanks, VAD H.
Actually i need catch execute operation(F8) and run some function before. How i can do it, or what optional solutions? thanks, VAD H.
patch Member³ Dec 15, 2003 #1 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
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
VAD H Member Dec 15, 2003 #1 I mean to run some function that update db before source compilation of packege, function or else thanks
I mean to run some function that update db before source compilation of packege, function or else thanks
Marco Kalter Administrator Staff member Dec 15, 2003 #1 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.
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.