Wish list
You can enable autocommit for TOraSession.ExecSQL, TOraSession.ExecProc, and TOraPackage.ExecProc methods using the following code:
Code: Select all
OraSession1.SQL.AutoCommit := True;