How to fix the Oracle error DRG-13311: USER_LEXER stored procedure name contains a semicolon?
In this post, you’ll learn more about the Oracle ErrorDRG-13311: USER_LEXER stored procedure name contains a semicolon with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
DRG-13311: USER_LEXER stored procedure name contains a semicolon
Reason for the Error DRG-13311: USER_LEXER stored procedure name contains a semicolon
Cause: the procedure name contains a semicolon character
How to fix the Error DRG-13311: USER_LEXER stored procedure name contains a semicolon ?
You can fix this error in Oracle by following the below steps
Action: remove semicolon from procedure name or rename stored procedure
Leave Your Comment