Nie jest wbudowany w SQL PLus, ale Tom Kyte udostępnił procedurę o nazwie tabela_drukowania to robi. Uruchomiłbyś to tak:
SQL> exec print_table ('select * from mytable where id_mytable=123');
And see results like:
ID_MYTABLE : 123
YN_ENABLED : Y
YN_SOMETHING : N
...