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

Post Details

Added on Nov 12 2019
3 comments
285 views