在某表里面某字段有一预处理语句,我在JAVA里面调用执行报以下错误:
java.sql.SQLException: ORA-06550: line 1, column 21:
PLS-00103: Encountered the symbol "" when expecting one of the following:   begin case declare exit for function goto if loop mod null
   package pragma procedure raise return select separate type
   update while with <an identifier>
   <a double-quoted delimited-identifier> <a bind variable> <<
   form table call close current define delete fetch lock insert
   open rollback savepoint set sql execute commit forall merge
   library OPERATOR_ <a single-quoted SQL string> pipe
ORA-06512: at "BHREP.REPORT_PREPARE", line 4
ORA-06512: at line 1
而我把SQL抽出来单独执行可以执行。哪位高人指点一下