Question
Commits with calls to Oracle stored procedures
I am calling Oracle stored procedures with CFMX that do
inserts and updates. Most of the time they work just fine but
occasionally they fail without error. The person who wrote the
procedures is asking if I can explicitly commit and not rely on CF
to do it automatically. I can find nothing on how CF handles
commits with calls to stored procedures. Should they be included in
the procedure? I know I can use the <CFTRANSACTION> tag to
commit when doing insert and deletes directly with <CFQUERY>
but how should it be handled here?