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

RMAN-06246: List of Database Incarnations

1 Answers  


TNS-00101: File operation error

1 Answers  


TNS-01182: Listener rejected registration of service "string"

1 Answers  


NID-00402: Must finish change or REVERT changes before attempting any database operation.

1 Answers  


EXP-00082: Invalid function name passed to procedural object support: string

1 Answers  






PCC-01100: You are not authorized to run Pro*FORTRAN

1 Answers  


ORA-28552: pass-through SQL: call flow error

1 Answers  


ORA-25472: maximum open iterators exceeded

1 Answers  


ORA-22977: missing or invalid attribute

1 Answers  


TNS-12582: TNS:invalid operation

1 Answers  


NNO-00705: warning: cannot open checkpoint file "string", checkpointing disabled

1 Answers  


NNO-00064: loading domain data from checkpoint file "string"

1 Answers  


Categories