I am trying to write a procedure that will allow me to update any table, column. Code is below - Disregard the else part of the code- If I can get the update part to work, I will figure out the rest. I am using autonomous to get around the commit issue. I use the DBMS_OUTPUT.PUT_LINE package to...
I am trying to dynamically create new users from a table using a trigger on insert. I tried writing a procedure that would be called once the trigger was fired. Unfortunately, My procedure compiles with errors.My assumption is that you can't write Create statements in a procedure.
Please advise.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.