Home » RDBMS Server » Server Utilities » About sql loader (Oracle 10g)
About sql loader [message #569433] Fri, 26 October 2012 05:13 Go to previous message
spatava
Messages: 12
Registered: April 2012
Location: Pune india
Junior Member
Hi,
I am having query regarding sql loader.
my data file is comm(,) seperated and I want to load the whole file in oracle table 'bill_temp' except 1st column data of data file.
e.g.
File name: bill_file.dat
fields seperated by comma ','
values are like
emp_id,emp_name,emp_sal,join_date

oracle table bill_temp having the below column:
emp_name,emp_sal,join_date

Here I want load the emp_name,emp_sal and join_date into oracle table bill_temp.
emp_id should not get loaded into table.

Is there any way to skip the loading of particular column data from data file into table?
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Impdp - Packge Body Import taking Huge Time
Next Topic: Issue/failure in IMPDP
Goto Forum:
  


Current Time: Thu Apr 25 14:25:07 CDT 2024