Skip to Main Content

Java Database Connectivity (JDBC)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ERROR: during transaction begin: java.sql.SQLException: ORA-06550: line 1,

843859Oct 16 2007 — edited Oct 17 2007
 

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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 14 2007
Added on Oct 16 2007
1 comment
389 views