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.