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: Anita Krishnamurthy <anita_at_cls.uob.com.sg>
Date: Thu, 08 Jul 1999 09:56:19 +0800
Message-ID: <37840543.F914E81F@cls.uob.com.sg>


We are using Oracle 8.

Ours' is an object oriented system, and we are trying to load objects into the database. We have another utitlity which does the mapping for us, from objects to relational database(which means we do not have control over which tables a single object maps to, or where the data is stored). This layer uses SQL statements, and we have to go through this layer. And for the same reason that we are loading objects, we cannot define a logical commit point, since we do not know at which point the object references are resolved completely.

Jonathan Lewis wrote:

> What is the version of Oracle ?
>
> Can you expand on why you cannot define a
> logical commit point, and why SQL*Load is
> not a valid option ?
>
> How much control do you have over the code
> in the loading utility ?
>
> --
>
> Jonathan Lewis
> Yet another Oracle-related web site: www.jlcomp.demon.co.uk
>
> Anita wrote in message <378366F9.4DB6B00A_at_mbox5.singnet.com.sg>...
> >Hi,
> >
> >Is there a way to switch off transactions on the Oracle database( run
> >the database without transactions)?
> >We have a utitlity loading a large amount of data( we do not want to use
> >SQL loader, we should be able to do it with SQL statements) that cannot
> >define a logical commit point, and the data is too huge for any big roll
> >back segment to hold. So we are looking for an option where we can turn
> >off the transactions on the database.
> >
> >Thanks in advance.
> >
Received on Wed Jul 07 1999 - 20:56:19 CDT

Original text of this message

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