1.An invalid XML character (Unicode: 0xdab3) was found in the commentspa
XML文件中的注释<!-- -->内容过长致使code
2.ORA-01861: literal does not match format stringorm
日期传输过来大都为字符串致使ci
3.PLS-00306: wrong number or types of arguments in call to '存储过程名'字符串
排查方法:string
1>查看传参个数是否正确it
2>查看传参类型是否一致form
3>查看传参名称是否相同方法