Hi Team,
I am using the below query to get the execution plan based on the PlanHashValue, but i am not getting the result. Please help me .
select * from table (dbms_xplan.display_cursor(table_name=>'PLAN_TABLE',NULL, plan_hash_value=>2979454223, format => 'TYPICAL +PEEKED_BINDS'))
Regards
Vinod