Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: Oracle
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
![]() |
![]() |