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

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -