sqltxplain is not performing "search_sql_by_sqltext"
Hello Oracle Gurus,
Sqltxplain.sql is not performing "search_sql_by_sqltext" as per SQLT Tool Configuration Parameters.The sql passed in sql file to sqltxplain.sql is both in memory and awr but when i run sqltxplain.sql ..its not finding the sql by sql text and retrieving the already executed plans.
I am taking the full sql query ..putting in sqldeveloper and using format option then using the formatted text as input to sqltxplain.
Please advice.
As per SQLT:
search_sql_by_sqltext |
XPLAIN method uses the SQL text to search in memory and AWR for known executions of SQL being analyzed. If prior executions of this SQL text are found, corresponding plans are extracted and reported. |