If you are trying to combine Column 1 and Column 2, and insert the combination into the table, then use SQL*LOADER column EXPRESSION.
If you don't want to load Column 1 and Column 2 to the table by themselves, define them both as BOUNDFILLER.
This will allow you to use the data in the input file fields in expressions without having to define columns in the target table.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.