Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Why does the report I generate through a call to dbms_sqltune.report_tuning_task not include information about every SQL statement in the STS that was tuned?

0
Posted

Why does the report I generate through a call to dbms_sqltune.report_tuning_task not include information about every SQL statement in the STS that was tuned?

0

This can happen either because you specified an object_id or result_limit argument to the function, or because SQL tuning ran out of time when it was tuning the STS. To remedy this, re-tune the STS, this time passing a bigger ‘time_limit’ argument to dbms_sqltune.create_tuning_task. Tuning tasks default to a time limit of 1800 seconds (30 minutes), which may not be enough for some tuning sets.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123