How to fix the Oracle error PLS-01403: Comment delimiters /* */?

In this post, you’ll learn more about the Oracle ErrorPLS-01403: Comment delimiters /* */ with the details on why you receive this error and the possible solution to fix it.

Oracle Error Description

PLS-01403: Comment delimiters /* */

Reason for the Error PLS-01403: Comment delimiters /* */

C-style comments (introduced with the ‘/’ and ‘*’ characters) are not part of the ANSI grammar. To conform with ANSI, comments must be preceded by the ANSI comment introducer, ‘–‘ , and must not contain a newline. If someone can figure out a way to make this message look less cheesy without ending up with nested comments, be my guest.

How to fix the Error PLS-01403: Comment delimiters /* */ ?

You can fix this error in Oracle by following the below steps

None

Tags :

Leave Your Comment