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: Interested in Solving Some Problems

Re: Interested in Solving Some Problems

From: V. Chandrasekhar <shaker_at_netusa1.net>
Date: 1997/08/18
Message-ID: <01bcab94$79b759e0$a3aa8bcd@shakerv>#1/1

V. Chandrasekhar <shaker_at_netusa1.net> wrote in article <01bcab29$0ef3d180$45d896ce_at_shakerv>...

> (1) The database is fairly full. (I realize that I have not
> defined what 'fairly' is. There appears to be definitely room
> for adding the rows.) This seems to slow the
> application - i.e., the inserts - down. I am surprised by
 this.
> As long as all that is happening is adding new rows, will
> the size of the database have an effect, as long as there
> is room ? I hear that this is because Oracle is trying to fit
> in rows where there are gaps in files - where rows have been
> created and deleted. Shouldn't the solution be to get rid of
> the gaps by running a maintenance utility ?
>

Following up on my own posting, I just realized that there are about 40 instances of the 'one' application; all of these write (i.e., insert) to the same tables. Each instance is a separate unix process. I wonder whether the real problem is the processes locking each other out.

Shaker Received on Mon Aug 18 1997 - 00:00:00 CDT

Original text of this message

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