HomeOracleOracle Error ORA-06563: name has too many parts

Oracle Error ORA-06563: name has too many parts

Oracle Error Message

ORA-06563: name has too many parts

Reason for the Error

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.

Solution

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

Share:

Leave a Reply

You May Also Like

Oracle Error Message CLSGN-32767: Internal error. Reason for the Error An unexpected error occurred. Solution Examine the message(s) that accompany...
Oracle Error Message CLSGN-00211: OCR batch operation failed. string Reason for the Error Setting a set of Oracle Cluster Registry...
Oracle Error Message CLSGN-00210: failed to get value for OCR key “string”. string Reason for the Error It was not...