Shows the compilation errors of a stored procedure (includes stored functions, procedures, and packages). After you use the CREATE command to create a stored procedure, a message is displayed if the stored procedure has any compilation errors. To see the errors, you use SHOW ERRORS
I'm using SQL Navigator.
I'd like to compile this in SQL*Plus so that I may use the show err command - but when I try to copy and paste my package code into SQL*Plus, the clipboard is too small and not all the code gets copied over..
Is there a way to directly edit my package code using SQL*Plus?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.