Skip to Main Content

SQL Developer for VS Code

Announcement

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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

dbms_xplan.display - query result formatting

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);

This post has been answered by Monika Lewandowska on Oct 20 2024
Jump to Answer
Comments
Post Details
Added on Jan 18 2024
7 comments
242 views