Home » RDBMS Server » Server Utilities » Loading a single column in a data file into 2 columns in DB
Loading a single column in a data file into 2 columns in DB [message #70538] Thu, 27 June 2002 02:26 Go to next message
pan
Messages: 3
Registered: June 2002
Junior Member
I am trying to load a pipe delimited file into the DB. I have one column in the data file which is split into 2 columns using SUBSTR. It inserts the 2 columns but somehow the sequencing changes while loading.

For ex

If the data is
A 1234 TEST EXAMPLE

I need this to be inserted as 5 columns
A 12 34 TEST EXAMPLE

but this gets inserted as
A 12 34 EXAMPLE and TEST gets left out.
Re: Loading a single column in a data file into 2 columns in DB [message #70539 is a reply to message #70538] Thu, 27 June 2002 03:53 Go to previous message
Mahesh Rajendran
Messages: 10707
Registered: March 2002
Location: oracleDocoVille
Senior Member
Account Moderator
can you post the table structure with your loader ctl file and a sample data?
Previous Topic: SQLLOader internal error ulconnect
Next Topic: Loading data from ascii files
Goto Forum:
  


Current Time: Tue May 07 21:49:53 CDT 2024