How to get the Bind Variables from the Peeked Binds.
select * from table(dbms_xplan.display_cursor('7kkbzuxzprgcb',null,'+peeked_binds'));
How to get the Bind Variables from the Peeked Binds.
select * from table(dbms_xplan.display_cursor('7kkbzuxzprgcb',null,'+peeked_binds'));