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: Simultaneous long sql operations

Re: Simultaneous long sql operations

From: Muz <themuzicman_at_gmail.com>
Date: 2 Mar 2005 07:00:56 -0800
Message-ID: <1109775656.829215.290480@f14g2000cwb.googlegroups.com>


The other item to consider is your redo log space. If they're running in parallel, the redo log space has to be able to handle all the transactions from both before coming back to where the first one started.

If they're roughly the same size, you need about double the redo log size to run them in parallel (unless, of course, there is another reason for it to be larger.) Received on Wed Mar 02 2005 - 09:00:56 CST

Original text of this message

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