SQL profile error
Suddently i found that there's a slow sql query in my DB.
From OEM i saw that the query using full table scan, but when i run using explained plan in sqlplus session, it shows it using indexes. Why there's different between OEM and traditional explain plan(SELECT * FROM TABLE(dbms_xplan.display)
After that i click "SQL tuning advisor" below recommendation occur.
SQL Profile "SQL_Profile_name" exists for this statement and was ignored during the tuning process
Can you advise?
TQ