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: Interesting Oracle Data Load Scenario

Re: Interesting Oracle Data Load Scenario

From: Matt <mccmx_at_hotmail.com>
Date: 24 May 2004 00:46:07 -0700
Message-ID: <cfee5bcf.0405232346.161a7ccb@posting.google.com>


>
> Even simpler.
> commit;
> do all data load stuff
> if it works then
> commit;
>
> else
> rollback;
>
> If the system goes down in the middle of the load then when it comes back up
> it will rollback the changes. This is exactly what Oracle is good at and
> you don't need to make things complicated.
> Jim

You are right.. When I posted the original question, in the back of my mind I knew it was a "slegehammer to crack a nut" idea. But I just wanted to bounce some ideas off people in the group.

I will explain to the data conversion team that the important thing is to build in proper transaction control (i.e. commit/rollback).

Thanks for you help and time.

Cheers

Matt Received on Mon May 24 2004 - 02:46:07 CDT

Original text of this message

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