SQL Loader Basics
SQL Loader Basics
SQL Loader
Session Outline
SQL Loader : Description
SQL Loader : Components and Loader Control File
Logical Vs Physical Records
Data Conversion and Record Filtering
Logging Information and Log Files
SQL*Loader
SQL Loader can
Load data from multiple input datafiles
Handle different types of record formats
Manipulate data fields with SQL functions before inserting data into
database columns
Support a wide range of datatypes
Load multiple tables during the same run
SQL Loader
SQL Loader can
Combine multiple physical records into a single logical record
Handle a single physical record as multiple logical records
Thoroughly reports errors
Use high performance direct loads to load data directly into
the database
POSITION(17:25) CHAR,
mgr
sal
ename
POSITION(06:15) CHAR,
job
POSITION(17:25) CHAR,
deptno
782 CLARK
MANAGER 10
783 KING
PRESIDENT 10
Record Filtering