Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. tonyblacks

    dbms_sql - error ORA-00911

    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...
  2. tonyblacks

    Dynamilly creating users from a table

    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.

Part and Inventory Search

Back
Top