More Information. Our stored procedure is now working. Our DBA determined that the call was working, but the procedure was waiting, because the previous <cfquery..> INSERT block was not committed. But why would that be? I've never had to explicity commit my INSERTS using <cfquery...> before. Is this something common? Is is something in the Database or drivers or just Oracle 11g?
Placing a commit <cftransaction...> block around they <cfquery..> resolved the issue. But I have never had to do that before. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:335713 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

