Skip to Main Content

SQL & PL/SQL

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!

ORA-02392: exceeded session limit on CPU usage, you are being logged off

MagnetoApr 18 2016 — edited Apr 18 2016

Hello Team

We have an insert statement which pulls records from 5 tables using inner join. Parallel hint ( 4 level parallelism) is being used in the source table . Because it pulls huge data , it is expected to run for 2 hours.

Few days it works fine but some days it fails with ORA-02392 : exceeded session limit on CPU usage. CPU usage cannot be set to unlimited due to policy issues.

Should I reduce the Parallelism ? Will that help?

Appreciate any thoughts to get rid of this failure .

Regards

Sasidharan

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 16 2016
Added on Apr 18 2016
3 comments
5,171 views