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 -> Re: Oracle

Re: Oracle

From: Markus Schwabe <mschwabe_at_gscout.de>
Date: 2000/06/19
Message-ID: <8ikgqs$7gl$1@news4.muc.eurocyber.net>#1/1

Take a look at SQL*Loader and the related doku on "Oracle 8i Utilities". This Program will help you in loading flat text-files to tables.

Hth
Markus

RAJSONA <rajsona_at_aol.com> schrieb in im Newsbeitrag: 20000618010240.28976.00003919_at_ng-fv1.aol.com...
> Hi Everybody,
> I am a beginer learning to write oracle procedures. Can
> you help me in writting trigger/procedure/function/package for loading a text
> file into a table.
>
> data in text file looks like :
> No--- Name------Batch
> 30719ram 88888
> 30720sita 99999
>
> Table structure:
> no number(5)
> name char(10)
> batch number(5)
>
> Thank You
> Rajsona
>
>
Received on Mon Jun 19 2000 - 00:00:00 CDT

Original text of this message

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