Subject | Block size exceeds implementation restriction exception for varchar(31000) |
---|---|
Author | Joje |
Post date | 2016-09-08T09:44:56Z |
Hi All,
I want to alter an existing stored procedure with varchar parameters having length of 31000. Whenever I try to execute this query I get an exception of
“Invalid token.
Invalid request BLR at offset 102.
Implementation limit exceeded.
Block size exceeds implementation restriction.”
How to remove this restriction….is there any way ?