I have an Excel file that I need to import into an (new) Oracle table. What is the best way to do this?
Could this help?
http://oracleebusinesssuite.wordpress.com/2007/06/27/import-of-an-excel-or-any-other-file-external-data-into-oracle/
http://www.dba-oracle.com/oracle_tips_excel_spreadsheet.htm
The simplest (technically) way is to export the content as a CSV and use SQL * Loader to import it into the table. This link refers to the documentation for SQL * Loader, which explains how to write a SQL * loader management file.
CSV, OLE VBA . VBA (shell) SQL * Loader, .
http://www.sharewareconnection.com/import-table-from-excel-for-oracle.htm
, Excel ODBC, , .
CSV Oracle APEX CSV.
If you need to perform any checks or cross-references to data, I suggest using an entity relationship manager such as Talend, etc. You can write scripts to do such things, but the tool can make it a little less painful.
Source: https://habr.com/ru/post/1711917/More articles:An elliptic rotation matrix? - c ++Javascript - get child text value - javascriptPacking Perl Modules with Config Files? - perlIn any case, to check if the user account is locked via PHP / LDAP? - phpLINQ: The specified movie is invalid - linqSubSonic 3 generated ActiveRecord warning code - activerecordHow to use POCOs to run? - .netHow to set return value for readonly property using RhinoMocks in VB.NET? - vb.netWho is responsible for freeing objects in the array when copying? - memory-managementWhy does the search function of my CHM file say "No threads found"? - chmAll Articles