I guess my main issue is that I can't seem to get these to display - or print - in the Command Window's Editor. Am I missing something?
It struck me also that it would be very useful to have two line number sequences showing on this Editor Window: one for the actual line in the file and one that starts again with every
This way, when the Commands are executed, it's a lot simpler to track back to the source line in the PL/SQL package / procedure to find where the problem is.
Just thought I'd say something rather than grumbling to myself all the time
.
It struck me also that it would be very useful to have two line number sequences showing on this Editor Window: one for the actual line in the file and one that starts again with every
Code:
create [or replace] [procedure|function|package [body] ] ...
This way, when the Commands are executed, it's a lot simpler to track back to the source line in the PL/SQL package / procedure to find where the problem is.
Just thought I'd say something rather than grumbling to myself all the time