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

Home -> Community -> Usenet -> c.d.o.misc -> Re: loading data from flat file into oracle table.

Re: loading data from flat file into oracle table.

From: Brian Peasland <dba_at_nospam.peasland.net>
Date: Mon, 22 Jan 2007 16:44:42 GMT
Message-ID: <JCA3us.IH9@igsrsparc2.er.usgs.gov>


v.sorna_at_gmail.com wrote:
> I need to use OCI/DPL for architechtural reasona.
>
> also i'm not aware of external tables.my need is to copy data from flat
> file in client side to another remote database table.Can u please give
> some hints on the external table.
> it will be good if i'm able to do it with OCI OCCI dpl
>

External tables access data in a flat file as if it were a table in the database. Please look at the following documentation:

http://download-east.oracle.com/docs/cd/B19306_01/server.102/b14215/toc.htm

Once you have defined the external table, then you can use any SQL statement to access the data in the flat file.

HTH,
Brian

-- 
===================================================================

Brian Peasland
dba_at_nospam.peasland.net
http://www.peasland.net

Remove the "nospam." from the email address to email me.


"I can give it to you cheap, quick, and good.
Now pick two out of the three" - Unknown
Received on Mon Jan 22 2007 - 10:44:42 CST

Original text of this message

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