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-29518: name string resolved to an object in schema string that is not a Java class

1 Answers  


LSX-00284: duplicate constraint name "~S"

1 Answers  


RMAN-06454: duplexed backups require Enterprise Edition

1 Answers  


LSX-00266: missing required attribute "~S"

1 Answers  


TNS-00074: * status - get statistics from the process_name

1 Answers  


ORA-06512: at stringline string

1 Answers  


PLS-00668: Type of expression should be a collection type

1 Answers  


TNS-12534: TNS:operation not supported

1 Answers  


ORA-01580: error creating control backup file string

1 Answers  


ORA-19703: device command string exceeds maximum length of string

1 Answers  


PCC-02203: found end of file when not expected

1 Answers  


ORA-01575: timeout waiting for space management resource

1 Answers  


Categories