ERROR: during transaction begin: java.sql.SQLException: ORA-06550: line 1, column 17:
PLS-00103: Encountered the symbol "end-of-file" when expecting one of the following:
:= . ( @ % ;
10/16 21:09:42.603 | Conn:1 | 1 | Exception stack trace: java.sql.SQLException: ORA-06550: line 1, column 17:
PLS-00103: Encountered the symbol "end-of-file" when expecting one of the following:
:= . ( @ % ;
at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:169)
at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:208)
at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:543)
at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1405)
at oracle.jdbc.ttc7.TTC7Protocol.parseExecuteFetch(TTC7Protocol.java:822)
at oracle.jdbc.driver.OracleStatement.executeNonQuery(OracleStatement.java:1610)
at oracle.jdbc.driver.OracleStatement.doExecuteOther(OracleStatement.java:1535)
at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:2053)
at oracle.jdbc.driver.OracleStatement.executeUpdate(OracleStatement.java:760)
at aif.util.jdbc.ConnectionHolder.executeUpdate(ConnectionHolder.java:273)
hi all i am getting the above error do any one have any idea what could be reason...
Thanks in advance