In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
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.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.