ORA-06563 top level procedure/function specified, cannot have subparts

  • Share
  • Share

Description:
ORA-06563 top level procedure/function specified, cannot have subparts

Cause:
The name to be resolved was specified with three parts (a.b.c) but the a.b part resolves to a top level procedure or function (which do not have nested procedures). This can also happen with a two-part name, a.b, where a is a synonym for a top level package or procedure.

ORA-04100 to ORA-07499 , , , , ,

  1. admin
    March 20th, 2009 at 13:46 | #1

    Specify a procedure/function within a package, or a top level procedure/function.

  1. No trackbacks yet.