Oracle DBA, How To, Error, Cause and Action

ORA-04041: package specification must be created first before creating package body

ORA-04041: package specification must be created first before creating package body


Cause:


Attempt to create a package body before creating its package specification.



Action:


Create the package specification first before creating the package body.

No comments:

Post a Comment

Thanks for your comment.