[Export Import of Pl/sql]oracle database

Source: Internet
Author: User
A. PL/SQL Developer tools generally import and export to Oracle in the following 4 ways: 1, Oracle Export Import method

In this way, export the file format that is imported as. DMP, which is binary, can be cross-platform, can also contain permissions, is efficient, and uses the widest range. In addition, the table structure and index structure did not change after the import was exported, and the other 2 methods changed the index type.

2. SQL Insert Method

This way export import into. sql file format, can be viewed with a text editor, versatility is better, but less efficient than the first, suitable for small data import export. It is especially important to note that there are no large fields (BLOB, CLOB, long) in the table.

3, PL/SQL developer mode

In this way export is imported into. PDE format, the. PDE is PL/SQL Developer's own file format, can only be imported and exported by PL/SQL developer. Pde files cannot be viewed with the editor and are less versatile.

4. Excel mode

Importing in this way is exported to Excel format, Excel format Import is cumbersome, and is not suitable for big data export import. The format file itself can be edited.

[Export Import of Pl/sql]oracle database

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.