Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Performance issue after Upgrade from 11.2.0.4 to 12.1.0.2

912584Jul 24 2018 — edited Nov 24 2018

Hi All,

after database upgrade we  have seen databse wait time is increased for all  the sql statements, after upgrade there is a differences in sql execution, most of tables are going FULL Tablescan. An average before upgrade FULL table scan count is 35 tables, and after upgrade the count increased to 2000 to 3000.

I am taking a one example. I am having a table (ESLL) ,, after upgrade ESLL table record processing is almost same but it increased physical reads, I/O load and CPU load.

pls help me to know the issue.

After Upgrade (12.1.0.2)

Load Statistics Total for ESLL table

Analysis Date

Total ExecutionsTotal Physical ReadsElapsed Time (ms)Total Buffer GetsRecords Processed

23.07.2018                   255.65                              64.096.456.685                             747.280.416                                   4.480.613.775          2.593.564.848

Object NameCPU Load [%]I/O Load [%]Elapsed Time [%]Total Executions

Records Processed

ESLL32940518002556562.593.564.848

SELECT
"PACKNO","INTROW","SRVPOS","KTEXT1"

FROM

"ESLL"

WHERE

"MANDT"=:A0

Execution Plan From: V$SQL_PLAN sql_id: 9s27w6gacbdsr

SELECT STATEMENT Estimated Costs= 4.563 Estimated Rows= 0

Optimizer: ALL_ROWS

1 TABLE ACCESS FULL ESLL

Estimated Costs= 4.563 Estimated Rows= 1.185.935

Filter predicates: "MANDT"=:A0

Estim. Bytes: 65.226.425

Estim. CPU-Costs = 940.173.627 Estim. IO-Costs = 4.502

Before Upgrade(11.2.0.4)

Load Statistics Total for ESLL table

Analysis DateTotal ExecutionsTotal Physical ReadsElapsed Time (ms)Total Buffer Gets

Records Processed

28.05.2018                    471.704                              17.862                                   342.969.570                         3.229.153.429                         2.428.629.378

Object NameCPU Load [%]I/O Load [%]Elapsed Time [%]Total Executions

Records Processed

ESLL125000300471704
2.428.629.378

SELECT
"PACKNO","INTROW","SRVPOS","KTEXT1"

FROM

"ESLL"

WHERE

"MANDT"=:A0

Execution Plan From: V$SQL_PLAN sql_id: 9s27w6gacbdsr

SELECT STATEMENT Estimated Costs= 5.278 Estimated Rows= 0

Optimizer: ALL_ROWS

1 TABLE ACCESS FULL ESLL

Estimated Costs= 5.278 Estimated Rows= 1.089.399

Filter predicates: "MANDT"=:A0

Estim. Bytes: 59.916.945

Estim. CPU-Costs = 861.716.866 Estim. IO-Costs = 5.222

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 22 2018
Added on Jul 24 2018
4 comments
4,220 views