Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Using PL/SQL to export and import data from Oracle database

2025-04-03 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)06/01 Report--

This example shares the method of exporting and importing data from Oracle database using PL/SQL for your reference. The specific contents are as follows

1. Export data:

Method 1: Tools-> Export User Objects-> Export.sql File

Note: This method exports table creation statements and stored procedure statements.

Method 2: Tools-> Export Table

Note: Here is the structure and data of the export table

The first way to export.dmp format files,.dmp is a binary file, cross-platform, but also can contain permissions, good efficiency, the most widely used.

The second way to export files in.sql format, available text editor view, versatility is better, efficiency is not as good as the first, suitable for small data import and export. Table contains one or more LONG columns cannot be exported in SQL format,user Pl/SQL developer format instead.

The third way is to export files in.pde format..pde is PL/SQL Developer's own file format, which can only be imported and exported with PL/SQL Developer tools, and cannot be viewed with text editors.

2. Data Import (Tools→Import Tables…)

1. Import an oracle file of type.dmp.

2. Import an oracle file of type.sql.

3. Import an oracle file of type.pde.

The above is all the content of this article, I hope to help everyone's study, but also hope that everyone a lot of support.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report