Can you
SELECT owner, table_name FROM dba_tables WHERE table_name = 'PLAN_TABLE'
I have seen many times when different graphical interfaces try to be “useful” and create PLAN_TABLE in a local circuit if it does not exist there, not noticing that there is a synonym for common PLAN_TABLE . And, as a useful graphical interface, they usually create a plan table with an old version of the table, which may not support reporting on such things as access and filter predicates.
If there is only one PLAN_TABLE , can you use the latest utlxplan.sql script from your installation to recreate PLAN_TABLE (or make sure you have the latest version of the table)?
source share