Hi Is there a way to issue commits in long running functions.
Currently, I make calls out to java functions for transaction blocks that need
committing at frequent intervals. The begin..end savepoint feature is nice, but what I am
looking for is a way to reduce resources/log file generation by issuing
frequent commits. |