Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Run Oracle without transactions?

Re: Run Oracle without transactions?

From: Jonathan Lewis <jonathan_at_jlcomp.demon.co.uk>
Date: Thu, 8 Jul 1999 11:30:55 +0100
Message-ID: <931430200.1274.0.nnrp-06.9e984b29@news.demon.co.uk>


SQL*Loader has a 'direct load' option,
and there is now (8.1 only I think) an
API so that 3GL programs can call
the direct load subroutines.

However, this is NOT the same as
switching off transactions' - it is
bypassing all the normal database
activity, pre-creating things that look like Oracle blocks in local memory,
than slamming them into the database
files.

It looks as if you would need to rewrite your entire utility set in order to take advantage of this API - and even then
there are features of it that may make
it inappropriate to your requirement.

--

Jonathan Lewis
Yet another Oracle-related web site: www.jlcomp.demon.co.uk

Anita Krishnamurthy wrote in message <378475E2.734866B9_at_cls.uob.com.sg>...
>So do I conclude that there is no way I can turn transactions off on the
>database? I was told that this is how Oracle runs when loading is done
using SQL
>Loader. I was wondering if there is a way for us to do it. This would be a
>solution for us.
>
Received on Thu Jul 08 1999 - 05:30:55 CDT

Original text of this message

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