Need help on how to proceed with a problem sql
Need help with how to proceed with the below prob SQL from the report capture_replay report under:
Top SQL by Change in DB Time
Force Matching Signatureexample SQL_IDChange in DB TimeChange in Average Response TimeCapture DB timeReplay DB timeexample sql text
5839820034864560217b8dbyaqu2qjf53807.23 seconds3189.28%119.38 seconds3926.6 seconds(+)delete from TextImage where ((sStatus='C' and nTextImage Ty [...]
complete SQL from AWR:
b8dbyaqu2qjf5 delete from TextImage where ((sStatus='C' and nTextImageType=:b0) and (sysdate-dStatusDate)>=:b1)
0