Hi, this is plsql in oracle 19
I have to test a procedure with a cursor loop which calls functions that calls more functions in a quite intricate loom.
Due to lack of good test data, they want to run it from an anonymous block in prd environment, but there is risk of issuing a commit in-between the code somewhere in that code tangle … Is there a pragma that I can declare in that anonymous block that makes the execution stop if finds a commit?
Thanks