Non è integrato in SQL PLus, ma Tom Kyte ha fornito una procedura chiamata tabella_stampa che fa questo. Lo eseguiresti in questo modo:
SQL> exec print_table ('select * from mytable where id_mytable=123');
And see results like:
ID_MYTABLE : 123
YN_ENABLED : Y
YN_SOMETHING : N
...