Feature Request
oracle compatibility feature: Autonomous transactions
Describe the feature you'd like to propose:
An autonomous transaction is an independent transaction started by another transaction, the main transaction. It has its own transaction context and can commit or roll back independently—unaffected by the parent transaction's outcome. Commonly used for logging or auditing where persistence must be guaranteed.
Feature Request
oracle compatibility feature: Autonomous transactions
Describe the feature you'd like to propose:
An autonomous transaction is an independent transaction started by another transaction, the main transaction. It has its own transaction context and can commit or roll back independently—unaffected by the parent transaction's outcome. Commonly used for logging or auditing where persistence must be guaranteed.