PLS-00323: subprogram or cursor `string` is declared in a package specification and m
sponsored links
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.
Relared Errors:
PLS-00324:
cursor attribute may not be applied to non-cursor
`string`
PLS-00325:
non-integral numeric literal string is inappropriate in this
context
PLS-00326: IN
clause must contain same number of expressions as subquery
PLS-00327:
string is not in SQL scope here
PLS-00328: A
subprogram body must be defined for the forward declaration of
string.
PLS-00329:
schema-level type has illegal reference to string
PLS-00330:
invalid use of type name or subtype name
PLS-00331:
illegal reference to string
PLS-00332:
string is not a valid prefix for a qualified name
PLS-00333:
string must match an object-table alias in this
context






Leave a Reply