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: How to use a RBS using SQL loader ?

Re: How to use a RBS using SQL loader ?

From: Jeremiah Wilton <jeremiah_at_wolfenet.com>
Date: 1997/10/13
Message-ID: <Pine.OSF.3.95.971013083001.30458F-100000@gonzo.wolfenet.com>#1/1

On 12 Oct 1997, Tlcbus wrote:
>
> set transaction using rollback segment <RBS> allows a transaction to use a
> particular RBS.
> Question: How do you use this feature while using sql loader and export/import
> utililties ?

I don't know any way to specify a particular rollback segment in an import, but you can specify the COMMIT=Y argument. This causes commits at reasonably short intervals so that imports of large tables don't have to be done in a single large transaction.

A real problem is index creation in the import utility. They really need a way to specify unrecoverable and parallel clauses in the create index commands.

--
Jeremiah Wilton      http://www.wolfenet.com/~jeremiah
Received on Mon Oct 13 1997 - 00:00:00 CDT

Original text of this message

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