Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> SQL*Loader - How to load only a few columns from a .csv file to ora table

SQL*Loader - How to load only a few columns from a .csv file to ora table

From: sunv <varghese.sunil_at_gmail.com>
Date: 21 Apr 2005 12:04:53 -0700
Message-ID: <1114110293.480118.182770@f14g2000cwb.googlegroups.com>


Hi there,

Could anyone please let me know how to load few columns from a .csv file into a oracle table using SQL*Loader.

I know how to create a .dat and .ctl file and run the sql loader.

Suppose I have a .csv file with

col1, col2, col3, col4

and I only need to load col1 and col3 into col_a and col_b respectively in table_a?

structure of table_ a

col_a, 
col_b, 
col_3  

Please advice

sunv Received on Thu Apr 21 2005 - 14:04:53 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US