<<Previous Next>>
Oracle -
Describe how to load data through External Tables - June 27, 2009
at 11:00 AM
Describe how to load data through External
Tables.
- Create an external table with columns matching data fields in
the external file.
- Create a similar table.
- Execute INSERT INTO ... SELECT statement to load data from the
external file.
Also read
Ordinary (heap-organized) table, Clustered table, Index-organized
table, Partitioned table...........
Use the command DESC and the table name to view the information
about the columns..........
|