Archive

Posts Tagged ‘sql loader’

SQL*Loader – complete reference

April 6th, 2009 admin 2 comments

SQL*Loader

SQL*Loader is a high-speed data loading utility that loads data from external files into tables in an Oracle database. SQL*Loader accepts input data in a variety of formats, can perform filtering, and can load data into multiple Oracle database tables during the same load session. SQL*Loader is an integral feature of Oracle databases and is available in all configurations.

Commands and Parameters

SQL*Loader can be invoked in one of three ways:

sqlldr
sqlldr keyword=value [keyword=value ...]
sqlldr value [value ...]

Valid Keywords/Parameters: Read more…

  • Share/Bookmark