Re: Single RBS for DS system
Date: 1995/04/25
Message-ID: <D7LnM8.807_at_eskimo.com>#1/1
Kevin Jernigan <kjerniga_at_emergent.com> wrote:
>Actually, UNRECOVERABLE refers to the redo logs, not to the rollback
>segments.
You are of course absolutly correct. Mea Culpa.
>Data massaging done by SQL*Loader is usually done on the client side,
>before the data is sent to the server side, and doesn't involve database
>access, so it wouldn't require any rollbac segments.
Most of the massaging we do is post load cleanup/Summary Calcs. Some of them are rather nasty.
>Index creations
>done by direct path SQL*Loader will require temp space within the database
We're currently dropping indices/truncating tables/loading tables and recreating the indices. I dont know if allowing direct load to create the indices is a major win (which I consider to be a +25% perf increase) But I do know that having all my indices left in Direct Load state because loader burped on the last row is a major lose.
But I digress. :-}
-- Regards, Lee E. Parsons Systems Oracle DBA lparsons_at_world.std.comReceived on Tue Apr 25 1995 - 00:00:00 CEST