标题: ORA-06525: Length Mismatch for CHAR or RAW data [打印本页] 作者: admin 时间: 2016-7-26 17:02 标题: ORA-06525: Length Mismatch for CHAR or RAW data ORA-06525: LengthMismatch for CHAR or RAW data Cause: The length specified in the length variable has anillegal value. This can
happen if you have requested requested a PL/SQL INOUT, OUT or RETURN raw
variable to be passed as a RAW with no corresponding length variable. Thiserror
can also happen if there is a mismatch in the length value set in the lengthvariable
and the length in the orlvstr or orlraw. Action: Correctthe external procedure code and set the length variable correctly.