Oracle Solution for Error ora-24195

Solution for Oracle Error ORA-24195

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

What triggered the Error:

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

What should we do to fix it:

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