what is autonomouse transaction?

Answers were Sorted based on User's Feedback



what is autonomouse transaction?..

Answer / p.rajasekar

Autonomous transactions are started by a parent, or main,
transaction but operate
independently of the parent for transaction control. If a
commit or rollback is used
in the autonomous or main transaction, or if a failure
occurs for any reason, it does
not impact the other transaction.
Our favorite use of this feature is for logging application
events. If the need is to
log activity, regardless of the outcome, but the logging
success or failure should not
impact the application, autonomous transactions are the
perfect solution.
To create an autonomous transaction, use a pragma called
AUTONOMOUS_TRANSACTION. The pragma is placed in the
declaration section of the block.

Is This Answer Correct ?    16 Yes 0 No

what is autonomouse transaction?..

Answer / rasmita basantia

its mainly used in that schenario where u are interested to
perform independent transaction.

Is This Answer Correct ?    1 Yes 0 No

what is autonomouse transaction?..

Answer / singh

eg: We can take a normal bank transaction. Each transaction
has two part one debit and other credit and if any one part
fails the whole transanction fails.

Is This Answer Correct ?    0 Yes 5 No

Post New Answer

More SQL PLSQL Interview Questions

how can we optimize or increase the speed of a mysql select query? : Sql dba

0 Answers  


What is a pdo connection?

0 Answers  


What is full join?

0 Answers  


What is difference between sql and mysql?

0 Answers  


how to show all tables with 'mysql'? : Sql dba

0 Answers  






what are all the different types of indexes? : Sql dba

0 Answers  


Is sql similar to python?

0 Answers  


How do you know if a relationship is 2nf?

0 Answers  


How many parts of a pl sql block are optional?

0 Answers  


What are the two types of exceptions.

0 Answers  


What is the most important ddl statements in sql are?

0 Answers  


Is there any restriction on the use of union in embedded sql?

0 Answers  


Categories