InterviewSolution
| 1. |
How Can You Load Multi-line Records? |
|
Answer» You can USE the CONCATENATE or CONTINUEIF function to join multiple physical RECORDS to form a single logical record. CONCATENATE is used when SQL*Loader should combine the same number of physical records together to form ONE logical record. You can use the CONCATENATE or CONTINUEIF function to join multiple physical records to form a single logical record. CONCATENATE is used when SQL*Loader should combine the same number of physical records together to form one logical record. |
|