PL/SQL General - What Is SQL*Loader
Interview Question Database For Software Developers
|
|
| What Is SQL*Loader | | What Is SQL*Loader? | | By: fyicenter.com |
SQL*Loader is a product for moving data in external files into tables in an Oracle database.
To load data from external files into an Oracle database, two types of input must be provided to SQL*Loader:
the data itself and the control file. The control file describes the data to be loaded.
It describes the Names and format of the data files, Specifications for loading data and the Data to be loaded (optional).
Invoking the loader "sqlload username/password controlfilename".
| | ID: 475 | Rank: 1115 | Votes: 0 | Views: 61 | Submitted: 20070415 |
Copyright © 2009 FYIcenter.com
All rights in the contents of this Website are reserved by the individual author.
No part of the contents may be reproduced in any form without author's permission.
|
|
|