[Sqlrelay-discussion] SQLRelay can't handle queries larger than 65535 bytes
Brought to you by:
mused
|
From: Martin F. <mar...@po...> - 2008-01-18 11:53:11
|
Hello, When you issue a query that is larger than 65535*) bytes, you get a "Failed to get a cursor id. A network error may have ocurred." error. This is with Oracle 10g as database, and php, and sqlrelay 0.39.4. The php-OCI8 functions do not have this limit. *) I could go to a max of 65536 according to php-strlen() function, but I assume it has something to do with 2^16 = 65535. Regards, Martin |