PLS-00328: A subprogram body must be defined for the forward declaration of string

oracle

PLS-00328: A subprogram body must be defined for the forward declaration of string
Cause: A subprogram specification was declared, but the corresponding subprogram body was not defined. Write the subprogram specification and body as a unit. An alternative solution is to separate the specification from its body, which is necessary when you want to define mutually recursive subprograms or you want to group subprograms in a package.
Action: Check the spelling of the subprogram name. If necessary, supply the missing subprogram body.

Back to previous menu

https://support.oracle.com/

http://www.oracle.com/