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

Home -> Community -> Usenet -> c.d.o.tools -> sqlldr: import from two lines

sqlldr: import from two lines

From: Jan Haase <jh_at_informationsdesign.de>
Date: Fri, 29 Jun 2001 14:47:11 +0200
Message-ID: <3B3C78CF.E08C5CD8@informationsdesign.de>

Hi.

I want to use sqlldr to insert data (from a file in the following format) into

a database:

    06/29/01
    name1 street1 city1
    name2 street2 city2
    name3 street3 city3
    ...

A database row looks like:

    name street city date

So I have to take the value "06/29/01" from the first line and use it with every following line to insert it with the other data.

Probably that's an easy task but I don't find any hints in the documentation.

Any ideas?

Thanks for your help,
Jan Received on Fri Jun 29 2001 - 07:47:11 CDT

Original text of this message

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