Import excel Data to oracle and data to oracle

Source: Internet
Author: User

Import excel Data to oracle and data to oracle

If you want to import excel data to an oracle table, the columns in excel are the same as those in the oracle table. The content and table in excel are as follows:

Copy and paste the excel content to the oracle table. You do not need to install other software or configure any files. The procedure is as follows:
1. Execute select * from tableName for update in plsql
2. Click the oracle lock type to unlock the database, for example:

3. Click and select the first planet number, and copy and paste the excel content. Effect:

4. Remember to use commit.

Note: 1. The column order in excel is the same as that in table fields.
2. Since the table structure is different from the column order in excel at the beginning, I adjusted the order of the excel columns myself, so the first column must be blank when I copy the excel content, in addition, you must copy the blank space.

Note: For project confidentiality, I have changed all the actual values of dept and cityid.

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.