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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What is "method/1"?

751


What is a linked cube?

721


Define data warehouse?

733


What are situations where snow flake schema is better than star schema to use and when the opposite is true?

723


Explain normalization?

768


Where the cache files stored?

730


Explain what are the various file formats involved in reportnet?

660


Explain clearly how to explain any (sales) project in interview. Actually feom where report developer work starts?pls reply as soon as possible?

740


Explain how to export mappings to the production environment?

731


How to improve session performance in aggregator transformation?

742


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

704


What is the data type of the surrogate key?

722


In microstrategy, how can we direct the sql generated to use a specifc table?

784


What are aggregate tables and aggregate fact tables?

719


How to pivot data using informatica when you have variable amount of pivot rows?

697