How to fix the Oracle error PLS-00112: end-of-line in quoted identifier?
In this post, you’ll learn more about the Oracle ErrorPLS-00112: end-of-line in quoted identifier with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
PLS-00112: end-of-line in quoted identifier
Reason for the Error PLS-00112: end-of-line in quoted identifier
A quoted identifier had a beginning quote (“), but before the ending quote (“) was found, an end-of-line marker was encountered.
How to fix the Error PLS-00112: end-of-line in quoted identifier ?
You can fix this error in Oracle by following the below steps
Remove the beginning quote or add the ending quote. The line and column numbers accompanying the error message refer to the beginning of the quoted identifier.
Leave Your Comment