How to fix the Oracle error PLS-00111: end-of-file in comment?
In this post, you’ll learn more about the Oracle ErrorPLS-00111: end-of-file in comment with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
PLS-00111: end-of-file in comment
Reason for the Error PLS-00111: end-of-file in comment
A Comment had a comment initiator (/*), but before the
How to fix the Error PLS-00111: end-of-file in comment ?
You can fix this error in Oracle by following the below steps
Remove the Comment initiator or add a comment terminator. The line and column numbers accompanying the error message refer to the beginning of the last legal token before the Comment initiator.
Leave Your Comment