Maximum characters query “Query/Where windows pops up”
By default what is the maximum characte开发者_如何转开发rs query length in “Query/Where windows pops up” in oracle form, and how can we increase them.
Maximum length of an Oracle block's WHERE clause is 32,000 bytes. You cannot increase this limit. Generally, if your where clause is greater than 1,000 characters, you would look at an alternative design for how your form works.
精彩评论