Oracle Error PLS-00323: subprogram or cursor ‘string’ is declared in a package specification and must be defined in the package body

Oracle Error Message

PLS-00323: subprogram or cursor ‘string’ is declared in a package specification and must be defined in the package body

Reason for the Error

A subprogram specification was placed in a package specification, but the corresponding subprogram body was not placed in the package body. The package body implements the package specification. So, the package body must contain the definition of every subprogram declared in the package specification.

Solution

Check the spelling of the subprogram name. If necessary, add the missing subprogram body to the package body.

Share:

Leave A Reply

Your email address will not be published. Required fields are marked *

You May Also Like

Oracle Error Message CLSGN-32767: Internal error. Reason for the Error An unexpected error occurred. Solution Examine the message(s) that accompany...
Oracle Error Message CLSGN-00211: OCR batch operation failed. string Reason for the Error Setting a set of Oracle Cluster Registry...
Oracle Error Message CLSGN-00210: failed to get value for OCR key “string”. string Reason for the Error It was not...