Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: Parallel SQL*Loader
In article <nFw_4.4387$gr4.207974_at_news1.rdc1.il.home.com>,
"MyTwoBits" <nighr_at_hotmail.com> wrote:
> 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.
>
What Shawn was referring to is the fact that sqlldr has a PARALLEL=true option. If you use PARALLEL=true (to do a parallel direct path load into a table) you must be licensed for the PARALLEL QUERY (not server) option.
In 7.3, this was an option (eg: you had to buy it in addition to anything else you bought). You typicaly needed enterprise edition with the Parallel Query Option to have the ability to use this paralle=true setting on sqlldr.
In 8.0, Parallel Load is a feature of Oracle8 EE (if you have Enterprise Edition -- you can use parallel=true). It is not a feature of standard (so on standard, you are not licensed for this feature).
In 8.1, Parallel Load is a feature of both EE and standard.
See
http://technet.oracle.com/doc/oracle8i_816/server.816/a76962/ch4.htm#529
39
and search for "parallel load" on that page.
> "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.
>
>
-- Thomas Kyte (tkyte_at_us.oracle.com) Oracle Service Industries Howtos and such: http://osi.oracle.com/~tkyte/index.html Oracle Magazine: http://www.oracle.com/oramag Opinions are mine and do not necessarily reflect those of Oracle Corp Sent via Deja.com http://www.deja.com/ Before you buy.Received on Sun Jun 04 2000 - 00:00:00 CDT
![]() |
![]() |