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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Data record import

Re: Data record import

From: Sinead <kbsq_at_ziplink.net>
Date: Wed, 7 Jul 1999 10:47:46 -0400
Message-ID: <9MJg3.578$Wu4.9058@petpeeve.ziplink.net>

Few Suggestions
1) Check that the Table is sized correctly, it may be running out of space . 2) Check that all indexes (+Primary Keys Indexes) are sized correctly. Maybe remove them while the load is running and create them.

3) Ensure no triggers are enabled on table.
4) Also try changing parameters like rows and bindsize
5) Maybe look into using Direct path


Received on Wed Jul 07 1999 - 09:47:46 CDT

Original text of this message

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