Oracle SQL Loader Interview Question and Answers
5. | How you improve the performance of SQL*Loader? |
---|---|
|
|
6. | How can you load Microsoft Excel data into Oracle? |
---|---|
|
|
7. | Can you skip header records while loading? |
---|---|
You can use the SKIP parameter to skip number of records. In addition, you can use SKIP = 1 to skip the header record. | |
8. | Can you skip header records while loading? |
---|---|
You can use the SKIP parameter to skip number of records. In addition, you can use SKIP = 1 to skip the header record. | |