Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SqlLoader

Status
Not open for further replies.

IMAUser

Technical User
May 28, 2003
121
CH
I have a fixed length file. I need to load the characters at position (1:8) and position (311:311) into one column.

Is there a way to do this.

Thanx.
 
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.

Hope this helps,

Charles
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top