Consistent consistency control of exp parameters

Source: Internet
Author: User
The default value n, which is used to control how the export data is persisted at the time of the EXP data and the consistency of the DDL operations in the database against the exported table at the same time.
This parameter has 2 values n Y.
Suppose you have the following export operations:
Time User1 User2
1 Export Table 1
2 DDL Operations for Table 1 and table 2 and submit
3 Export Table 1 complete
4 Export Table 2
5 Export Table 2 complete
In the case of Consistent=n, the exported file will not have User2 DDL operation results for table 1, but the DDL operation for table 2 will take effect;
In the case of consistent=y, there will be no user2 of the DDL Operations against table 1 in the exported file, nor the results for the DDL operations of table 2;
Therefore, it can be understood that when a table's export operation starts, whatever changes you make to the table are not reflected to the final export result;
However, if you use the persist consistency parameter, any modifications to the database tables will not be reflected in the export results after the entire export session begins. The above operation types should contain DDL and DML.
-the end-

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.