woud a store procedure provide better performance?
My app team wants to insert multiple rows into a table and roll back all these changes if one of the inserts fails. My suggestion was to run the inserts one after another without commit and if one of them fails use rollback command to roll everything back. They said that a store procedure would provide a better performance. I am not sure why. Does anyone an explanation as to why a procedure would perform better in this case. Oracle version is 11.1.0.7
thank you
gene
0