Posted By: icegood otString vs otPLSQLString - 07/21/14 02:16 PM
Hi there!
Found here that the difference between types is nothing but size. Is situation still same as of y2014? In particular, is it big deal to require every string variable of PL/SQL anonymous block to be otPLSQLString and for every ordinary block to be otString?
Posted By: Marco Kalter Re: otString vs otPLSQLString - 07/22/14 08:59 AM
The size is indeed the only difference. If you require more than 4000 bytes of character data to or from your PL/SQL Block, you need to use the otPLSQLString data type.
Posted By: icegood Re: otString vs otPLSQLString - 12/17/14 10:30 AM
It seems to be not only difference frown We've found that otPLSQLString doesn't work with unicode symbols at all frown
© Allround Automations forums