How to identify if a transaction is autonomous
Hi all,Does anyone have idea how to determine if a transaction is an autonomous one (within the transaction or outside it)?
A particular use case is that there is that we want to check if a 3-rd party tool is calling some database procedures within autonomous transaction. (Since autonomous transactions are possibly affected by a database bug which prevents parallel dml to be enabled).
Thanks!
A particular use case is that there is that we want to check if a 3-rd party tool is calling some database procedures within autonomous transaction. (Since autonomous transactions are possibly affected by a database bug which prevents parallel dml to be enabled).
Thanks!
0