Login
Remember
Register
Ask a Question
You Have Just Compiled A Pl/sql Package But Got Errors, How Would You View The Errors?
0
votes
asked
Mar 9, 2021
in
PL/SQL
by
Robindeniel
You Have Just Compiled A Pl/sql Package But Got Errors, How Would You View The Errors?
#plsql-package
pl
sql-package
errors
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Mar 9, 2021
by
Robindeniel
SHOW ERRORS; is used to
View The Errors
...