how to generate sqlt report for query containing not basic data type (ORA-22905)
I have to analyze why one query changes its plan. I would like to user sqlt to collect all needed data, historic plans etc. But the query uses TABLE function with user defined data type.
I know the hint with replacing TABLE(..) with select ... from dual but doing this and than collecting SQLT for such changed query will not collect history etc for the original query.
How can I deal with such issue ?
m.