How to fix the Oracle error PLS-00658: constructor method name must match type name?

In this post, you’ll learn more about the Oracle ErrorPLS-00658: constructor method name must match type name with the details on why you receive this error and the possible solution to fix it.

Oracle Error Description

PLS-00658: constructor method name must match type name

Reason for the Error PLS-00658: constructor method name must match type name

The name of the object type constructor does not match the type name.

How to fix the Error PLS-00658: constructor method name must match type name ?

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

Change the name of the constructor method to match the type name.

Tags :

Leave Your Comment