SQL*Plus/Oracle Database version: 19.11
OS : RHEL 7.x
When doing a describe of V$DATABASE or V$SESSION, etc views, I cannot seem to reduce the width of NAME column as shown in the below screenshot. This makes the output a bit unreadable

I tried setting the following in SQL*Plus. No luck. I think these settings used to work in 10g, 11g SQL*Plus.
SQL> column NAME_COL_PLUS_SHOW_PARAM format a35
SQL> col "Name" for a35
Any workaround ?