Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> JDBC execute statement with Brackets - NullPointerException
Hi,
I am trying to create Through JDBC Connection a Java Source Stored procedure.
I get a Null Pointer Exception on
Statement.executeUpdate()
aused by: java.lang.NullPointerException
at oracle.jdbc.driver.T4C8Oall.getNumRows(T4C8Oall.java:870) at oracle.jdbc.driver.T4CStatement.executeForRows(T4CStatement.java:952) at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1168) at oracle.jdbc.driver.OracleStatement.executeUpdateInternal(OracleStatement.java:1614) at
I found nothing on metalink, just a message on a post :
http://www.minq.se/forum/thread.jspa?threadID=1518&tstart=60
Telling that it is impossible to have statement whith {}. It is not well interpreted (thinking { call PKG.FUNCTION }
If somebody has an idea, telle me.
Regs,
Olivier Received on Mon Jan 22 2007 - 16:19:29 CST