How to Load Data via SQL*Loader (SQLLDR) if some Rows of Data Span Multiple Lines
(Doc ID 2907537.1)
Last updated on APRIL 17, 2023
Applies to:
Oracle Database - Enterprise Edition - Version 19.3.0.0.0 and laterInformation in this document applies to any platform.
Goal
Given this control file:
(Notice: The 2nd row spans multiple lines.)
SQL*Loader (sqlldr) loads the first row only and includes the ID of the second row at the end of it.
How can this data be successfully loaded?
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |