Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Dynamic procedure calling to solve ORA-4068
I'm trying to find a way to solve our ORA-4068
errors.
We have persistent connections and the wonderful
world of internet wants us to change the code in
production pretty often.
Does someone has done dynamic procedure calling ?
My idea is to have a generic procedure (the
launcher)that would receive a procedure and its
arguments as a in parameter.
If the procedure call failed with an ORA-4068, the
launcher would call it again.
Anybody ?
![]() |
![]() |