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: Parallel SQL*Loader

Re: Parallel SQL*Loader

From: MyTwoBits <nighr_at_hotmail.com>
Date: 2000/06/04
Message-ID: <nFw_4.4387$gr4.207974@news1.rdc1.il.home.com>#1/1

Multiple applications can use SQL*Loader at the same time--up to the number of connections you've configured your database for. If you have four processors and four disk channels, you should be able to load four tables simulataneously with little degradation in performance. If you're using asynchronous I/O, you can load even more at a time.

It's not a license issue, but one of hardware and expected performance.

My25/c.

"GoPahDoo" <gopahdoo_at_my-deja.com> wrote in message news:8gh1qj$jcd$1_at_nnrp1.deja.com...
> In article <chrliss8ag0v6gkqahk1074ihiddb73d43_at_4ax.com>,
> jonathan_at_gennick.com wrote:
> > On Tue, 23 May 2000 14:35:41 GMT, GoPahDoo
> > <gopahdoo_at_my-deja.com> wrote:
> >
> > >Quick question: Do I need an Oracle license to use SQL*Loader in
> > >parallel mode (loading ascii files into an Oracle table
> > >simultaneously)?
> >
> > Do you mean in addition to your Oracle server license? Not
> > that I'm aware of. The license for the database software
> > includes use of all the standard utilities such as import,
> > export, SQL*Loader, etc.
> >
> > Jonathan
> >
> > _____________________________________________________
> > jonathan_at_gennick.com
> > http://gennick.com
> > Brighten the Corner Where You Are
> >
> Thanks for the quick response. I am using SQL*Loader to load ascii
> files in parallel. This brought up some concern for one of our team
> members. One of which is if we are using sqlloader in parallel, are we
> using Parallel Server. If we are, do we need some sort of license for
> this usage?
> --
> Shawn Huynh

>
>

> Sent via Deja.com http://www.deja.com/
> Before you buy.
Received on Sun Jun 04 2000 - 00:00:00 CDT

Original text of this message

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