DB

ORA-31011 workaround

Lawmin 2013. 8. 2. 11:15
extract 로 xmltype 을 다루던 중 아래 오류 발생하여,

ORA-31011: XML parsing failed
ORA-19202: Error occurred in XML processing
LPX-00217: invalid character

아래와 같이 조치 후 정상 진행 가능하였음

SQL> alter system set event='31156 trace name context forever, level 0x400' scope=spfile;


11.2.0.2 부터 XML 파서가 바뀌어서 그렇다고 하는데... BUG 인듯


http://fisherdaniel.wordpress.com/2012/09/18/xml-extract-processing-issue-in-11-2-0-2/

http://oraclespot.wordpress.com/2012/01/27/bug11877267/