Articles Oracle Forms, PL/SQL, Java, J2EE
Sometimes, on forums, I see questions about dynamic SQL.
This is one of them:
"Hello,
I would like to execute a function wich name is stored in a string.
How could I do ?"
The solution for this kind of problem is allways the dynamic SQL:
|
Connected to: SQL> CREATE OR REPLACE FUNCTION text_xx RETURN VARCHAR2 Function created. SQL> set serveroutput on PL/SQL procedure successfully completed. SQL> |