begin f(p=>:1 ); commit; end;
I was doing some tuning of my Oracle instance running Apex this morning, and the above text is the top by elapsed time, CPU time, and user wait time (with ~4500 executions in the past three days). It's not my SQL. By the look of it, it's probably a commit being performed by Apex itself. I'd just like to have an idea if that's what it is, if it's normal for it to be relatively expensive overal SQL operation, if there's any resource I can give that will make it faster, etc.