ORA-22831: Offset or offset+amount does not land on character boundary

浪尽此生 提交于 2019-12-25 07:58:06

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!