Skip to Main Content

Oracle Developer Tools 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!

How can i disable stripe style in the output grid?

Martin TianNov 12 2019 — edited Mar 23 2020

Hi Christian/All,

   How can I remove the stripe style in the output grid? i want a single color.

   btw, seems it doesn't support "explain plan for <sql>", so my workaround is:

   1, run "select ... from ... where ...;

   2, run SELECT * FROM TABLE(DBMS_XPLAN.DISPLAY_CURSOR(format => 'ADVANCED'));

   it works, but the stripe style execution plan make me feel dizziness.

   How can i disable stripe in output?

Thanks & Regards,

Martin.

Comments

Unfortunately, you can't modify the output for select statements at the present time.

We have been considering offering a plain text option for select results (no formatting at all). Would that be ok?

Martin Tian

Yes, Christain, I'm happy with plain text output, when that would be available?

btw, please use a "monospaced font" so that the explain plan can show tidily, thanks!

Thanks & Regards,

Martin.

This feature/fix is now available in the new 19.3.3 version. Please try it out and let me know what you think.

1 - 3

Post Details

Added on Nov 12 2019
3 comments
297 views