sql profiles, ORA-13786
Dear friends,
I've been trying to create an SQL profile for simple sql with lo luck, I am getting the following error:
ERROR at line 1:
ORA-13786: missing SQL text of statement object "1" for tuning task "my_sql_tuning_task1"
ORA-06512: at "SYS.DBMS_SYS_ERROR", line 95
ORA-06512: at "SYS.DBMS_SQLTUNE_INTERNAL", line 16442
ORA-06512: at "SYS.PRVT_SQLPROF_INFRA", line 31
ORA-06512: at "SYS.DBMS_SQLTUNE", line 7544
ORA-06512: at line 4
I did come across of the Bug 10313110 where there could be an issue with sql profiles, but Oracle 12c database should not be affected. I tried this script on db versions 12.1.0.1.0 and 11.2.0.3.0 and profile acception errored out in both cases.