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

What is the difference between metadata and data dictionary?

0 Answers  


does anyone "QlikView" BI tool. if you have any docs send me pls. yaparas84@gmail.com

0 Answers  


What is Operational Data Store?

0 Answers   Informatica,


What is data stream and data adaopter. Is it same are different? Explain?

0 Answers  


What is power play plug in?

3 Answers  






can anybody mail me the FAQS for hyperion essbase amd planning

0 Answers   DataMonitor,


what is user variable in affinium campaign? and some real time examples.

0 Answers  


What are situations where snowflake schema is better than star schema when the opposite is true?

0 Answers  


What needs to be done when the database is shutdown?

0 Answers  


Explain when do we analyze the tables? How do we do it?

0 Answers  


What are snapshots? What are materialized views & where do we use them?

0 Answers  


How to test report in reportnet?

0 Answers  


Categories