Oracle Constraint State

Source: Internet
Author: User
There are 4 types of Oracle integrity constraints: disable novalidateenable novalidatedisable VALIDATEenable VALIDATE Disable novalidate does not validate both the original and the new data. For read-only tables for improved performance. This state is typically used when the data comes from a validated source, and the table is read-only. Therefore, the new data is not entered into the table. Use Novalidate in a data warehouse environment where data has been cleaned up. There is no need for validation at this time, so you can save a lot. Enable Novalidate not check the original data, new data check. disable validate the original data is verified, the new data is not verified. Typically, you use this state when you have to validate existing data without making modifications, and you do not need an index to improve performance. enable validate both the original data and the new data need to be verified. Default settings.

Oracle Constraint State

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.