PL/SQL tables 8.0 for inputting Excel table data to Oracle databases

Source: Internet
Author: User

Recently, data is being input into the Oracle database. The number of tables in the database is large, and there are many data records in some tables. Some have fewer data records. At the beginning, a few tables are input into the database, I found that the data volume in the table was too large. I was wondering if I could use one-time data input. I found it online and tried PL/SQL limit 8.0. It was very convenient.

The PLSQL developer tool is the most commonly used tool by famous oracle DBAs.
When a single file is small (less than 100000 rows) and the target table structure already exists-for excel, the maximum behavior of an Excel file is 65536, you can select all data copies and then use the PLSQL developer tool.
1. Enter the select * from table name for update in the SQL window of PLSQL developer;
2. Press F8.
3. open the lock (edit data), click the plus sign, click the column header in the first column, select all columns, paste them, and submit the commit statement.

The following describes the possible errors and actual problems:

When creating a table field in an Oracle database, it cannot contain (M), X, or other characters. Otherwise, data cannot be commit due to errors such as invalid character or missing comma; (because the field name was set to enterprise (count)/output value (million RMB) during data input last time, an error occurred. After searching for the field for a long time, no related prompts were returned. The error was finally found out, I will never make similar mistakes again)

 

 

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.