Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: OLTP Vs. Batch processing Operations - Corrected
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
-- 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
![]() |
![]() |