HomeOracleOracle Error ORA-24195: attemp to retrieve the name list of a map message with size exceeding 1024

Oracle Error ORA-24195: attemp to retrieve the name list of a map message with size exceeding 1024

Oracle Error Message

ORA-24195: attemp to retrieve the name list of a map message with size exceeding 1024

Reason for the Error

The GET_NAMES function returns the names in a varray with a size limit of 1024.

Solution

Retrieve in several smaller steps using the GET_NAMES function with OFFSET and LENGTH parameters.

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...