Answer Posted / bernard raj
It is independent transaction.It will executes with out
interfering the parent transaction.
An autonomous transaction is an independent transaction started by another transaction, the main transaction. Autonomous transactions let you suspend the main transaction, do SQL operations, commit or roll back those operations, then resume the main transaction.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why do you create or replace procedures rather that drop and recreate.
How can I combine multiple rows into a comma-delimited list in oracle?
How to set a transaction to be read only in oracle?
HI, Please let me know the syllabus for Oracle OCA and OCP Certification
Can we use oracle pl/sql block in core java? if so how? pls get back to me .....
What is a database table in oracle?
In the oracle version 9.3.0.5.0, what does each number shows?
Explain temporal data types in oracle
How to use "out" parameter properly?
What are the limitations oracle database 10g xe?
How to use select statement to count the number of rows in oracle?
How to use attributes of the implicit cursor in oracle?
Please explain me all types of Data models. Also give me the details if each model can have other name.for example:schematic data model is also known as conceptual data model and entity relation data model.
Difference between varchar and varchar2 data types?
How to test null values?