What is sql*loader parameters and where do we use it? - oracle

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
Report output in excel sheet in oracle applications - oracle
Report output in excel sheet in oracle applications - It is a two step process: 1. Export Oracle Report to text file...
Can we restore a Table that accidantly dropped. How? - oracle
Restore a Table that accidantly dropped - An accidently dropped table can only be recovered from the backup. It is easier to recover tables in Oracle 10g...
What is the use of Data Link in Reports? - oracle
Use of Data Link in Reports - Data links are used to establish parent-child relationships between queries...
Post your comment