ORA-01480 trailing null missing from STR bind value
Cause: A bind variable of type 5 (null-terminated string) does not contain the terminating null in its buffer.
Action: Terminate the string with a null character.
------解决方案--------------------
------解决方案--------------------
感觉你的查询 SELECT * FROM tb_sys_para ; 结果中有空值,你尝试吧空值过来掉
如
exec sql SELECT * FROM tb_sys_para where xxxx is not null