check for resumable
447170Aug 12 2005 — edited Jun 19 2007How can I check to see if a particular session has resumable enabled for it.
I know how to check if statements are suspended but I want to actually find out if a particular session has resumable enabled.
The reason I ask is that I am having
*
ERROR at line 1:
ORA-30044: Resumable cannot be enabled with distributed transactions
ORA-02063: preceding line from CAMDEVF8_FARES
using a database link to connect to a test database and the remote user seems to have resumable session enabled (which it should not have).
I suspect that there is a trigger on the test database whcih enables this so I want to log on to that test database and check my session and see if I have enable session enabled.
Thanks