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.

A problem with a "SYS_AUTO_SQL_TUNING_TASK"

794493Apr 15 2011 — edited Apr 18 2011
Hello everybody.

Environment : Oracle 11g R1, OS : Suse Enterprise 10 SP2

5 minutes ago I saw at Grid Control, that my database was reporting a % of wait by concurrency. When I see the top activity was next:

begin dbms_application_info.set_module(:1,:2);
dbms_application_info.set_client_info(:3);
dbms_session.set_identifier (:4);end;

and alert log this lines:

Setting Resource Manager plan SCHEDULER[0x2COD]: DEFAULT_MAINTENANCE_PLAN via scheduler window

Begin automatic SQL Tuning Advisor run for special tuning task "SYS_AUTO_SQL_TUNING_TASK"

This SYS ยด session was blocking another one by this problem. So I had to kill it.

Anybody knows about this behavior??

Does somebody help me??

thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 16 2011
Added on Apr 15 2011
4 comments
3,953 views