Home » RDBMS Server » Server Utilities » Sql Loader: How to insert only selected fields from a CSV file to an Oracle Table
Sql Loader: How to insert only selected fields from a CSV file to an Oracle Table [message #71216] Wed, 25 September 2002 04:52 Go to next message
Shri G
Messages: 3
Registered: September 2002
Junior Member
Hello,

Can you insert only the selected fields (columns) from a comma delimited text file (CSV)into an Oracle table. The input CSV file is a single source for the data which needs to be updated into multiple tables in Oracle.

Example;
Infile: temp.csv
col1,col2,col3,col4.......,col15

Oracle Table: Dummy
col1,col4,col5,col6

My question is how do I insert only the column col1,col4,col5,col6 into the oracle table Dummy using sql loader.

I would appreciate your kind feedback. Thanks,

Shri
(vardhan99@yahoo.com)
Re: Sql Loader: How to insert only selected fields from a CSV file to an Oracle Table [message #71217 is a reply to message #71216] Wed, 25 September 2002 05:12 Go to previous messageGo to next message
Mahesh Rajendran
Messages: 10707
Registered: March 2002
Location: oracleDocoVille
Senior Member
Account Moderator
You can use the FILLER field.
pls refer oracle utilites manual for more information.
Issue Closed: Sql Loader: How to insert only selected fields from a CSV file to an Oracle Table [message #71218 is a reply to message #71216] Wed, 25 September 2002 05:32 Go to previous message
Shri G
Messages: 3
Registered: September 2002
Junior Member
Thanks all, my question is answered !
Previous Topic: how to truncate datalength in sqlloader file
Next Topic: Re: FREE OCP PAPERS
Goto Forum:
  


Current Time: Sun Apr 28 16:05:22 CDT 2024