Background documentation-1105: Too complicated SQL statement (Too much data) Locate this document in the navigation structure

 

Explanation

Within the system, more space is needed to represent the data of the SQL statement than is available.

User Response

Simplify the SQL statement or split it into several SQL statements. If this is not possible, check whether the database parameter PACKET_SIZE can be increased, because the amount of storage space available depends on that parameter. An increase in excess of 32 KB will not increase the amount of space any further.