For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
When I use dbms_xplan.DISPLAY the result in QUERY RESULT is formatted in unreadable way.
select * from employees;
select * from table(dbms_xplan.DISPLAY);