Transaction is faster with Trace enabled
Hello,
We are facing performance issue for one of our transaction. We know which process in the transaction is taking time but to drill down to which sql is causing issue we enabled trace. But everytime we enable trace, the transaction is faster. First we thought it was just a coincidence but we are now consistently able to do transaction with and without trace enable and resulting in same trend. The scenario is we have a we have cursor that pulls 1000 rows and we loop it through an oracle API. Without trace enabled it is looping one row every second