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

RMAN-06424: error while looking up proxy copy

1 Answers  


ORA-09341: scumnt: unable to mount database

1 Answers  


ORA-13333: invalid LRS measure

1 Answers  


PLS-00312: a positional parameter association may not follow a named association

1 Answers  


ORA-00712: cannot rename system tablespace

1 Answers  






PLS-00730: collection element type does not allow modifications

1 Answers  


RMAN-06481: WARNING: backup piece 'string' cannot be found on the storage medium

1 Answers  


ORA-19575: expected string blocks in file string, found string

1 Answers  


ORA-26564: %s argument is not of specified type

1 Answers  


ORA-15011: failure group "string" contains no members

1 Answers  


RMAN-08124: keep attributes for the datafile/controlfile copy are changed

1 Answers  


O2F-00307: Unable to read the INTYPE file

1 Answers  


Categories