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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

exp_head$

HabibAug 6 2019 — edited Aug 22 2019

Hello

I am running Oracle 18c on Linux. Sometimes I see following query taking 100% CPU.

select /* QOSD */ exp_id, objn from exp_head$ e where ((select max(nvl(es.last_modified, es.ctime)) from exp_stat$ es where es.objn = e.objn and es.exp_id = e.exp_id) < sysdate - 367  or not exists (select 1 from sys.obj$ o where o.obj# = e.objn)) and rownum < :batch_size

I am not sure what is this and why is it eating up all CPU .

Can someone please help me fix this?

Regards,

Habib

This post has been answered by Adityanath Dewoolkar on Aug 6 2019
Jump to Answer

Comments

Post Details

Added on Aug 6 2019
4 comments
3,985 views