Can someone please share the best way to make a stored procedure get the property as autocommit off during compile/deploy time.
At systemlevel, autocommit is ON
AT java connection level, autocommit can be changed, but when compiling a SQL Stored procedure, how to make it off so that stored procedure does not commit changes upon exit and can be called in and external transaction.
At systemlevel, autocommit is ON
AT java connection level, autocommit can be changed, but when compiling a SQL Stored procedure, how to make it off so that stored procedure does not commit changes upon exit and can be called in and external transaction.