问题
I am getting error during Oracle Apex 4.2 application export.
ORA-22831: Offset or offset+amount does not land on character boundary
回答1:
Are you using the LENGTH or the DBMS_LOB.SUBSTR function in any of your plsql code? If so you could take a look into LENGTHB and SUBSTRB.
http://www.morganslibrary.org/reference/string_func.html#slen
LENGTHC or SUBSTRC may help as well
来源:https://stackoverflow.com/questions/33238696/ora-22831-offset-or-offsetamount-does-not-land-on-character-boundary