How can I limit variable size in to maximium of 32 KB in Oracle Forms? -
i working oracle forms 6i , want limit size of return value of functions in 32kb. how can ?
if you're calling function returns varchar2, it's limited 32,767 bytes.
(if want limit less that, you'd add validation code function check return value length, , raise exception if validation fails).
Comments
Post a Comment