Basic Oracle Concepts and Programming Question:
Download Job Interview Questions and Answers PDF
What Is SQL*Loader?
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.
► 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 Question | Next Question |
How To Export Data with a Field Delimiter? | What Is a SQL*Loader Control File? |