PL/SQL Developer, what does a little green tick called post changes do?

Source: Internet
Author: User
ORACLE  you haven't actually written to the database since you modified the data. If  you change the wrong, you can roll back.

Dot the green tick is write cache,

Is the post meant to be transmitted? Change is what it means, you know.
Post changes is to pass the changes and not actually write to the database. If someone queries the database at this time, they will not see what you have changed. you are not actually writing to the database until you commit it.

This is the concept of database transactions.

After you run the update Insert DELETE statement directly, the update is also not written to the database Ah, others can not find Ah, to execute a commit statement to really write into the database. This is the same as the submit button above.

PL/SQL Developer, what does a little green tick called post changes do?

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.