Run pl/sql script contained in a clob within a table with sqlplus ?
We would like to use sqlplus to run a script. However the script is located in a clob in a table on the db on which the script must be run by sqlplus.
Is it posible via sqlplus to retrive a script stored on a clob in a table and run the return script all within the same db?
Any pointers suggestions help on this matter would be very apreciated.
Thank you.