PLS-00304: cannot compile body of ‘string’ without its specification

oracle

PLS-00304: cannot compile body of 'string' without its specification
Cause: The compiled package specification required to compile a package body could not be found. Some possible causes follow: 

     the package name is misspelled 

     the package specification was never compiled 

     the compiled package specification is not accessible 

The package specification must be compiled before compiling the package body, and the compiler must have access to the compiled specification.
Action: Check the spelling of the package name. Compile the package specification before compiling the package body. Also, make sure the compiler has access to the compiled specification.

Back to previous menu

https://support.oracle.com/

http://www.oracle.com/