Transaction processing and triggers for Oracle database notes

Source: Internet
Author: User

Characteristics of the transaction (ACID)

A (atomacity) atomicity: A transaction is a whole, and the processing statement that makes up a transaction forms a logical unit and cannot execute only part of it.

C (consistency) Consistency: database is consistent before and after transaction execution (full constraints on the database)

I (Isolation) Isolation: The processing of one transaction does not affect the processing of another transaction, which is isolated from each other

D (Durability) Persistence: The effect of transaction processing can be permanently preserved

Note: Do you want a transaction? Failure is not part of the success part of the failure

End of transaction

(1) End of display: Commit or rollback executed

(2) Implicit commit: Execution of DDL or DCL statements or exit exits

(3) Implicit rollback: System abnormal shutdown, power outage

Set Save Point

Transaction processing and triggers for Oracle database notes

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.