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 junk dimension and degenerated dimension?

0 Answers  


Explain about core dimension,

0 Answers  


I know of using applysimple, but there are other ways too?

0 Answers  


What is the difference between star and snowflake schemas?

0 Answers  


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

0 Answers  






Explain have you ever been in a real dilemma at work? What did you do to get out of it?

0 Answers  


What are the different ways to represent the loading of dimension tables?

0 Answers  


Suppose a null dataset with 10 variables; I want to print only name of the varibales in log window and also output window. How can we do this one?

0 Answers  


Explain what is analytical or analytic mean?

0 Answers  


what are the similarities between ROLAP and MOLAP

2 Answers   Siemens,


Explain me what are conformed dimensions?

0 Answers  


Explain what are the different types of join operations?

0 Answers  


Categories