编写了一个job的sql脚本,执行的时候,报出错误:ORA-01756: quoted string not properly terminated 最后发现原来是字符串拷贝引起的,自己删除掉拷贝的字符串,重新手写,错误消失。