Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Performance disparity between Oracle 8 and 8i
I have created two (almost) identical databases, one 8.0.5.1 and the other 8.1.7. Uploading a million rows with sqlldr on the Oracle 8 db takes 47 seconds but on 8i it takes 11 minutes.
Both databases are on the same server (SuSE 7.3) have almost identical
init.ora files and tablespace sizings. Tables on both databases were
created from the same SQL. The known differences are as follows:
1. The init.ora file for 8i has 'compatable=8.1.7' and 'java_pool_size'
parameters.
2. The charset used for 8i is 'UTF8' and for 8 is 'WE8ISO8859P1'
3. I used locally managed tablespaces for 8i.
initRSM.ora for 8i
db_name = RSM
control_files = (
/ora00/8.1.7/oradata/RSM/control01.ctl,
/ora00/8.1.7/oradata/RSM/control02.ctl,
/ora00/8.1.7/oradata/RSM/control03.ctl)
db_block_size = 4096 rollback_segments = (r01,r02,r03,r04)
Could the locally managed tablespaces be to blame?
Thanks,
pascal
Received on Mon Sep 02 2002 - 10:20:18 CDT
![]() |
![]() |