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



PLS-00323: subprogram or cursor 'string' is declared in a package specification and must ..

Answer / guest

Cause: 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.

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

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

PLS-01453: This procedure is not part of the ANSI standard

1 Answers  


ORA-25950: missing where clause in join index specification

1 Answers  


ORA-40212: invalid target data type in input data for string function

1 Answers  


ORA-09742: sppst: error during a post.

1 Answers  


ORA-01164: MAXLOGFILES may not exceed string

1 Answers  






QSM-02093: mv uses an object REF clause

1 Answers  


ORA-08179: concurrency check failed

1 Answers  


NNL-01061: Cache checkpoint interval: string

1 Answers  


PLS-00368: in RAISE statement, 'string' must be an exception name

1 Answers  


ORA-13640: The current operation was cancelled because it timed out, and was not in interruptible mode.

1 Answers  


ORA-12056: invalid REFRESH method

1 Answers  


ORA-01343: LogMiner encountered corruption in the logstream

1 Answers  


Categories