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 -> once again my pro*c question

once again my pro*c question

From: zhanggp <zhangguoping_at_boco.com.cn>
Date: Thu, 6 Mar 2003 13:35:04 +0800
Message-ID: <b4776m$1e9$1@mail.cn99.com>


i have to insert millions of records into one table a day. every record is perhaps 512 bytes.
i use pro*c 's bulk insert like 'exec sql for :n insert ', and the table has a primary index and serveral 'not null' constraints. at first it inserts 100 records per seconds and after a day it inserts 30 records per seconds.
i dont know how slow it will be after a week! Does anyone have the idea how to improve the performance? thanks a lot Received on Wed Mar 05 2003 - 23:35:04 CST

Original text of this message

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