three ways sql*loader could load data, what are those three
types?



three ways sql*loader could load data, what are those three types?..

Answer / sivakumar

SQL*Loader provides the following methods to load data:

Conventional Path Loads, Direct Path Loads, External Table
Loads

Conventional Path Loads: During conventional path loads,
the input records are parsed according to the field
specifications, and each data field is copied to its
corresponding bind array. When the bind array is full (or
no more data is left to read), an array insert is executed.

Direct Path Loads: A direct path load parses the input
records according to the field specifications, converts the
input field data to the column datatype, and builds a
column array. The column array is passed to a block
formatter, which creates data blocks in Oracle database
block format. The newly formatted database blocks are
written directly to the database, bypassing most RDBMS
processing. Direct path load is much faster than
conventional path load, but entails several restrictions.

External Table Loads: An external table load creates an
external table for data in a data file and executes INSERT
statements to insert the data from the data file into the
target table.


Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More Data Warehouse General Interview Questions

Explain the data types present in bo n wht happens if we implement view in the designer n report?

0 Answers  


Explain techniques of error handling - ignore , rejecting bad records to a flat file , loading the records and reviewing them (default values)?

0 Answers  


Why facts table is useful in representing the data?

0 Answers  


Where the applications and where ware house management system is used?

0 Answers  


What should I have in mind when building olap solution from scratch?

0 Answers  


What is source qualifier?

2 Answers  


What is confirmed dimension?

7 Answers   JPMorgan Chase,


Give some difference between oltp and olap.

0 Answers  


What are fundamental stages of data warehousing?

0 Answers  


What according to you might be the future of data warehousing?

0 Answers  


What are the various methods of getting incremental records or delta records from the source systems?

0 Answers  


How can you import tables from a database?

0 Answers  


Categories