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



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

Answer / guest

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.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

ORA-32589: unable to drop minimal supplemental logging

1 Answers  


SQL*Loader-00440: Invalid table specified as scope of a REF

1 Answers  


ORA-23394: duplicate propagator

1 Answers  


ORA-19692: missing creation stamp on piece string

1 Answers  


ORA-16086: standby database does not contain available standby log files

1 Answers  






PLS-00631: PARTITION-BY and CLUSTER/ORDER-BY clauses must be used with the same function argument

1 Answers  


LSX-00116: mutually exclusive facets are not allowed

1 Answers  


ORA-16017: cannot use LOG_ARCHIVE_DUPLEX_DEST without a primary archive destination

1 Answers  


DRG-12229: special section string already exists in this section group

1 Answers  


ORA-24816: Expanded non LONG bind data supplied after actual LONG or LOB column

1 Answers  


ORA-09908: slkmnm: gethostname returned error code.

1 Answers  


ORA-07629: smpall: $EXPREG failure

1 Answers  


Categories