cancel
Showing results for 
Search instead for 
Did you mean: 

Settlement job is held up on JEST table

former_member198270
Active Contributor
0 Kudos

Hi ,

A settlement job is held up in JEST table and is shown in SM66.There are many hits of this JEST table which is in sequential read status .The job which is related to this table is running inconsistently since 3 days ie the duration for completion of job is increasing gradually.

So can anyone help in understanding as why the JEST table gives these many hits and is in sequential read status. This is found everyday.

Thanks,

Amber

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member198270
Active Contributor
0 Kudos

thanks

markus_doehr2
Active Contributor
0 Kudos

First: don't rely on the "sequential read" what you see in SM50/SM66 (see Note 825653 - Oracle: Common errors, point 15).

Check ST04/DBACOCKPIT what the database is actually doing and which access plan is used for that statement. Also check that your database statistics are up-to-date for that table.

Markus