Inserting into a table from a stored procedure not working
723460Sep 22 2009 — edited Sep 22 2009Hi all
I am running a simple insert statement from my SQL Developer command line - this is working and the row is being inserted into the database. However when I try and load a stored procedure with the same input parameters it fails and says there is not enough values...
Please could someone explain this as inserting from the command line with the parameters I pass seems to work fine.
Im guessing its something to do with the table having more columns that I am inserting - BUT as I am doing exactly the same thing as the insert statement on the command line I thought this would work ok?
Thanks for any infotmation