Basic Oracle Concepts and Programming Question:
Download Questions PDF

What Is SQL*Loader?

Oracle Database Interview Question
Oracle Database Interview Question

Answer:

SQL*Loader is a database tool that allows to load data from external files into database tables. SQL*Loader is available as part of the free Oracle 10g Expression Edition. It has some interesting features as:

► Can load data from multiple data files into multiple tables in one load session.
► Can specify character set of the data.
► Can generate sophisticated error reports.
► Can load data directly to Oracle datafiles, bypassing normal record inserting process.


Download Oracle Database Interview Questions And Answers PDF

Previous QuestionNext Question
How To Export Data with a Field Delimiter?What Is a SQL*Loader Control File?