We have a single TOracleSession used by main VCL thread and background threads.

I would like to check if a background thread is executing some operation on TOracleSession. I read the manual and cannot see a property for this purpose.

Which property can I use to determine if TOracleSession is currently executing some database operation?

Thank you.