开发者

How can I limit variable size in to maximium of 32 KB in Oracle Forms?

开发者 https://www.devze.com 2023-02-09 04:41 出处:网络
I am working with Oracle Form开发者_如何学Gos 6i and I want to limit the size of the return value of a functions in to 32KB. How can I do this ?If you\'re calling a function that returns a VARCHAR2, i

I am working with Oracle Form开发者_如何学Gos 6i and I want to limit the size of the return value of a functions in to 32KB. How can I do this ?


If you're calling a function that returns a VARCHAR2, it's already limited to 32,767 bytes.

(If you want to limit it to something less than that, you'd add some validation code to the function to check the return value length, and raise an exception if the validation fails).

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号