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

ORA-30395: dimension options require the COMPATIBLE parameter to be string or greater

1 Answers  


PCC-02044: CMD-LINE: Illegal or out of range value for option:

1 Answers  


ORA-25016: cannot specify column list for insert into nested table view column

1 Answers  


ORA-27204: skgfpqr: sbtpcqueryrestore returned error

1 Answers  


NNL-00271: Default domain is now "string"

1 Answers  






DRG-10525: missing REBUILD keyword

1 Answers  


ORA-09747: pw_detachPorts: server call pws_detach failed.

1 Answers  


ORA-38605: FI not enough memory(stringK) for candidate generation(stringK)

1 Answers  


ORA-00152: current session does not match requested session

1 Answers  


ORA-01085: preceding errors in deferred rpc to "string.string.string"

1 Answers  


PLS-00461: mismatch REPEATABLE information between specification and body of 'string'

1 Answers  


ORA-24505: cannot change character set id on the handle

1 Answers  


Categories