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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: OLTP Vs. Batch processing Operations - Corrected

RE: OLTP Vs. Batch processing Operations - Corrected

From: VIVEK_SHARMA <VIVEK_SHARMA_at_infosys.com>
Date: Wed, 19 May 2004 14:24:57 +0530
Message-ID: <F0CB3C9983B77E4AB4ADEFA63DAB109F0C3B3A33@twrmsg03.ad.infosys.com>


For OLTP versus Batch processing with WRITE Operations into Databases, = what may be best practices?
=A0

For OLTP=20
Smaller Oracle DB Block Size=20
Smaller Stripe Unit Size=20
Use of Bind Variables to avoid re-parsing Row-wise load of data
Logging to Redo Logs
=A0
=A0

For Batch
=A0

Larger DB Block Size=20
Larger Stripe Unit Size - 64 KB , 128 KB Use of Literal SQLs=20
Block-wise Loading of Data
NOLOGGING to Online Redo Logs=20
=A0
=A0
=A0
=A0
=A0
=A0



Please see the official ORACLE-L FAQ: http://www.orafaq.com

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------
Received on Wed May 19 2004 - 03:51:42 CDT

Original text of this message

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