DBMS_SQLTUNE.report_tuning_task is the Cup exit, how can I configure it?

Hello

It seems that I need to configure the wizard to set up SQL output, because DBMS_SQLTUNE.report_tuning_task shows only a part of the Plan to explain.

Refer to the 0_7bc6835x8rj7h.txt file.

I'm getting this output after executing the task 7bc6835x8rj7h_AWR_tuning_task and:

THE VALUE OF 10000 LONG;

SET PAGESIZE 1000;

SET LINESIZE 200;

SELECT recommendations AS DBMS_SQLTUNE.report_tuning_task('7bc6835x8rj7h_AWR_tuning_task') FROM dual;

I have a different problem with another query.

In the 5_2qk4dm6u1kgnx.txt file you can see that the initial snippet shows number of errors: 1 and there is no recommendation. In fact, the original request is not fully displayed. I guess the problem is because the query is larger than the permitted size but I Don t know how to search more about this error.

Can you help me?

Thanks a lot for your help

Bety

Set longchunk 50000

Tags: Database

Similar Questions

Maybe you are looking for