Search This Blog

Tuesday, August 28, 2007

SQL*Loader Features


SQL*Loader loads data from external files into tables of an Oracle database. It has a powerful data parsing engine that puts little limitation on the format of the data in the datafile.



1.Load data across a network. This means that you can run the SQL*Loader client on a different system from the one that is running the SQL*Loader server.

2.Load data from multiple datafiles during the same load session.

3.Load data into multiple tables during the same load session.

4.Specify the character set of the data.

5.Selectively load data (you can load records based on the records' values).

6.Manipulate the data before loading it, using SQL functions.

7.Generate unique sequential key values in specified columns.

8.Use the operating system's file system to access the datafiles.

9.Load data from disk, tape, or named pipe.

10.Generate sophisticated error reports, which greatly aid troubleshooting.

11.Load arbitrarily complex object-relational data.

12.Use secondary datafiles for loading LOBs and collections.



No comments: