What is sql*loader parameters and where do we use it?SQL Loader is used for the following:
- Load data across a network. - Load data from multiple data files during a single load session - Load data into multiple tables during a single load session - Specify the character set of data - Selectively load data - Load data from disk, tape, files, named pipes etc - Generate mature error reports which help in troubleshooting
|