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: Sybrand Bakker <postbus_at_sybrandb.demon.nl>
Date: 2000/06/18
Message-ID: <961367072.28874.0.pluto.d4ee154e@news.demon.nl>#1/1

sql*loader (part of the Oracle server utilities) has been expressly developed to deal with this kind of request.

Hth,

Sybrand Bakker, Oracle DBA

"RAJSONA" <rajsona_at_aol.com> wrote in message news: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 Sun Jun 18 2000 - 00:00:00 CDT

Original text of this message

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