-706: SQL statement too long (buffer overflow)
Explanation:
The SQL statement does not fit the buffer used for communication between the application program and the database system.
User Action:
Change the statement or break down the SQL statement into two or more SQL statements.