Re: Problem with Insertion time

From: srivenu <srivenu_at_hotmail.com>
Date: 14 Mar 2002 01:35:47 -0800
Message-ID: <1a68177.0203140135.78bb9eee_at_posting.google.com>


Well try doing the following.
1)The PCTFREE storage parameter for the table needs to be set nearly to 100%.
(I'am assuming that updates are very less on the table). 2)Try keeping the Log files on raw disks (for faster logfile IO ,Because if you insert data and commit, it is the logfile IO which is going to determine the speed of commit)

3)See that there is not contention for Rollback segment space.
4) Use bulk binds if possible.
5) Use the APPEND hint for faster inserts
srivenu Received on Thu Mar 14 2002 - 10:35:47 CET

Original text of this message