Use PL/SQLDeveloper to import CSV data to the corresponding ORACLE table

Source: Internet
Author: User

CSVComma Separated values is a plain text file format used to store data. It is usually used for workbooks or database software. We can usePL/SQLDeveloperTools import CSV dataOracle DatabaseCorresponding table.

Condition: when a single file is small (less than 100000 rows) and the target table structure already exists-for excel, because the maximum behavior of an excel file is 65536-you can select all data copies and then use the PL/SQLDeveloper tool.

The import process is as follows:

1. In the SQL window of PL/SQLDeveloper, enter select * fromtestforupdate;

2. Press F8;

3. open the lock and click the plus sign. Click the column header in the first column to make the entire column select, Then PASTE, and finally submit the COMMIT.

Following the preceding three steps, you can import the CSV data to the table in the 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.