SQL Performance (MOSC)

MOSC Banner

big query to analyze dbms_sqltune.report_tuning_task('&task') then error : ORA-13639:

edited Feb 24, 2016 11:42AM in SQL Performance (MOSC) 11 commentsAnswered


hello gurus,

    I try to execute   select dbms_sqltune.report_tuning_task('&task') from dual; then i retrieve the error : ORA-13639.

my timeout is 1800s. "Time Limit(seconds): 1800"

- i retrieve my query very long by awr,

- DBMS_SQLTUNE.CREATE_TUNING_TASK(sql_id => '37n75bp7sr87p');

- EXEC DBMS_SQLTUNE.EXECUTE_TUNING_TASK(task_name => '&Task');
- dbms_sqltune.report_tuning_task('&task') from dual;

Therefore

1 - is normal that my treatment is very long ?

2 - how may i to increase the timeout for my analyse ?

3 - i would like improve my query it is why i try to analyse by report_tuning_task ?

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center