When loading apex applications using sqlcl (25.1), it spits out > 100k lines of output due to it printing out every line number of all the plsql blocks. In sqlplus, you can suppress this with the “set sqlnumber off” setting/command. But this doesn't seem to exist in sqlcl? Is there some other way of suppressing the line number output of plsql blocks?
Thanks
Wayne