I used to work with SQL*Plus. After each DDL for packages I put a Show Errors and it wroked fine in SQL*Plus, but the same script in the same environment with the same user but ran from SQLcl Does not show anything.
I'm using SQLcl 17.04
How can I "revive" showing errors after each compilation?