Oracle DBA, How To, Error, Cause and Action

ORA-06563: name has too many parts

ORA-06563: name has too many parts


Cause:


The name to be resolved was specified as one of the following:
- With three parts (A.B.C) but the A.B parts resolved to an object that did not expose visible nested procedures; the C part could not be resolved.
- With two parts (A.B) and the A part resolved to an object that did not expose visible nested procedures; the B part could not be resolved.



Action:


Specify the valid name of an object or of a packaged procedure or function without specifying any additional trailing parts.

No comments:

Post a Comment

Thanks for your comment.