![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
The DBA's tried the upgrade 2 different ways 1. upgrade original database from 8.0.5 to 8.1.7.4 2. built brand new database from scratch then importing the data. Both ways have the same performance problem. Does anyone have any idea why this is occurring on 8.1.7.4 and not on 8.0.5, and how we can fix it. |
#3
| |||
| |||
|
#4
| |||
| |||
|
|
Hi All I am not a DBA, but a unix administrator. After our DBA's upgraded from oracle 8.0.5 to oracle 8.1.7.4 on our test server, we have noticed a big slow down in our application (acocobol). From ~10mins to ~45mins. Server info: HP Proliant ML350G3 1024MB Ram 1 x Intel Xeon 2.8GHz processor Unixware 7.1.1 The DBA's have run a report which indicates an I/O problem. Total Wait wait Waits Event Waits Timeouts Time (cs) (ms) /txn ---------------------------- ------------ ---------- ----------- ------ ------ log file sync 90,709 0 123,003 14 1.0 log file parallel write 90,719 0 121,555 13 1.0 Our redo logs are on a mirror. We also have tried setting OPTIMIZER_FEATURES_ENABLE=8.0.0 but no luck ..... The DBA's tried the upgrade 2 different ways 1. upgrade original database from 8.0.5 to 8.1.7.4 2. built brand new database from scratch then importing the data. Both ways have the same performance problem. Does anyone have any idea why this is occurring on 8.1.7.4 and not on 8.0.5, and how we can fix it. thankyou regards Ruth |
#5
| |||
| |||
|
|
Hi All I am not a DBA, but a unix administrator. After our DBA's upgraded from oracle 8.0.5 to oracle 8.1.7.4 on our test server, we have noticed a big slow down in our application (acocobol). From ~10mins to ~45mins. Server info: HP Proliant ML350G3 1024MB Ram 1 x Intel Xeon 2.8GHz processor Unixware 7.1.1 The DBA's have run a report which indicates an I/O problem. Total Wait wait Waits Event Waits Timeouts Time (cs) (ms) /txn ---------------------------- ------------ ---------- ----------- ------ ------ log file sync 90,709 0 123,003 14 1.0 log file parallel write 90,719 0 121,555 13 1.0 Our redo logs are on a mirror. We also have tried setting OPTIMIZER_FEATURES_ENABLE=8.0.0 but no luck ..... The DBA's tried the upgrade 2 different ways 1. upgrade original database from 8.0.5 to 8.1.7.4 2. built brand new database from scratch then importing the data. Both ways have the same performance problem. Does anyone have any idea why this is occurring on 8.1.7.4 and not on 8.0.5, and how we can fix it. thankyou regards Ruth |
#6
| |||
| |||
|
|
Hi All I am not a DBA, but a unix administrator. After our DBA's upgraded from oracle 8.0.5 to oracle 8.1.7.4 on our test server, we have noticed a big slow down in our application (acocobol). From ~10mins to ~45mins. Server info: HP Proliant ML350G3 1024MB Ram 1 x Intel Xeon 2.8GHz processor Unixware 7.1.1 The DBA's have run a report which indicates an I/O problem. Total Wait wait Waits Event Waits Timeouts Time (cs) (ms) /txn ---------------------------- ------------ ---------- ----------- ------ ------ log file sync 90,709 0 123,003 14 1.0 log file parallel write 90,719 0 121,555 13 1.0 Our redo logs are on a mirror. We also have tried setting OPTIMIZER_FEATURES_ENABLE=8.0.0 but no luck ..... The DBA's tried the upgrade 2 different ways 1. upgrade original database from 8.0.5 to 8.1.7.4 2. built brand new database from scratch then importing the data. Both ways have the same performance problem. Does anyone have any idea why this is occurring on 8.1.7.4 and not on 8.0.5, and how we can fix it. thankyou regards Ruth |
#7
| |||
| |||
|
#8
| |||
| |||
|
#9
| ||||
| ||||
|
|
I've used oracle PERFSTAT tool to trace the job. |
|
Top 5 Wait Events Wait % Total Event Waits Time (cs) Wt Time -------------------------------------------- ------------ ------------ ------- PX Deq: Execution Msg 1,378 272,554 52.29 |
|
log file sync 90,709 123,003 23.60 log file parallel write 90,719 121,555 23.32 |
|
Buffer Gets Executions Gets per Exec % Total Hash Value --------------- ------------ -------------- ------- ------------ 988,666 201,821 4.9 42.4 3375688107 SELECT ae_application_no, ae_entity_number, ae_animal_type, ae_t ariff, ae_breed, ae_second_breed, ae_sex, ae_description, ae_nam e, ae_balance, ae_other_id_type, ae_other_id, ae_other_date, ae_ microchip_id, ae_microchip_date, ae_exempt, ae_exempt_status, ae _nusiance, ae_nusiance_date, ae_nusiance_status, ae_desexed, ae_ 688,948 181,308 3.8 29.5 1365597534 SELECT /*+ INDEX_ASC (ANL_ENTITY iANL_ENTITY_0) Index Hint */ ae _application_no, ae_entity_number, ae_animal_type, ae_tariff, ae _breed, ae_second_breed, ae_sex, ae_description, ae_name, ae_bal ance, ae_other_id_type, ae_other_id, ae_other_date, ae_microchip _id, ae_microchip_date, ae_exempt, ae_exempt_status, ae_nusiance 272,336 90,685 3.0 11.7 1786727592 SELECT /*+ INDEX_ASC (ANL_ENTITY iANL_ENTITY_0) Index Hint */ ae _application_no, ae_entity_number, ae_animal_type, ae_tariff, ae _breed, ae_second_breed, ae_sex, ae_description, ae_name, ae_bal ance, ae_other_id_type, ae_other_id, ae_other_date, ae_microchip _id, ae_microchip_date, ae_exempt, ae_exempt_status, ae_nusiance 272,259 90,685 3.0 11.7 3296768686 SELECT /*+ INDEX_ASC (ANL_APPLIC iANL_APPLIC_0) Index Hint */ aa _applic_number, aa_pension_concession, aa_contact_type, aa_conta ct_entity, aa_status, aa_status_ymd, aa_creation_ymd, aa_modifie d_ymd ,rowid FROM ANL_APPLIC WHERE ( AA_APPLIC_NUMBER > :w0 ) ORDER BY AA_APPLIC_NUMBER ASC |
#10
| |||
| |||
|
|
Hi all, Thanks for your responses. I forward them on to the DBA's and this is their reply ![]() |
![]() |
| Thread Tools | |
| Display Modes | |
| |