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 -> Re: text file load

Re: text file load

From: <fitzjarrell_at_cox.net>
Date: Thu, 6 Dec 2007 10:57:26 -0800 (PST)
Message-ID: <d2d13fb7-d3b3-48ce-8544-3e2fe68e85a2@b15g2000hsa.googlegroups.com>


On Dec 6, 12:02 pm, dx111ge <sven.andr..._at_gmail.com> wrote:
> On 6 Dez., 18:37, gazzag <gar..._at_jamms.org> wrote:
>
>
>
>
>
> > On 6 Dec, 17:31, dx111ge <sven.andr..._at_gmail.com> wrote:
>
> > > be carefull, dumb user question:
> > > I have to load 4.2e data records in different tables , usually for a
> > > single table i would use sqlloader. But in this case i need some
> > > additional logic to manipulate the data records.
> > > Please, can somene point me into the right direction ?
>
> > > Thanks in advance
>
> > Oracle version?
>
> > Depending on the answer to the above, look into using External Tables:
>
> >http://download.oracle.com/docs/cd/B19306_01/server.102/b14220/schema...
>
> > HTH
>
> > -g
>
> oracle 10.2.3 on windows server
>
> Thanks- Hide quoted text -
>
> - Show quoted text -

It also depends upon what 'logic' you need, as SQL*Loader can load multiple tables from a single control file/data file. You should look at:

$ORACLE_HOME/rdbms/demo/ulcase5.ctl

to get an idea of how to do this and what logic is available. Also peruse:

http://download.oracle.com/docs/cd/B19306_01/server.102/b14215/ldr_control_file.htm#i1005798

David Fitzjarrell Received on Thu Dec 06 2007 - 12:57:26 CST

Original text of this message

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