Driver throws NullPointerEx while inserting an obj and RETURNING a REF [message #392350] |
Tue, 17 March 2009 10:47 |
Tomarenz
Messages: 9 Registered: January 2009
|
Junior Member |
|
|
Hi all,
I'm trying to insert an object in an object table, while getting back its REF using a RETURNING clause.
No way, the driver throws a NullPointerException within oracle.jdbc.driver.T4CTTIoac.init, upon executing the prepared statement where I bound the REF through registerReturnParameter().
Sadly enough - I couldn't find any example about this goal on the net.
Doing the same for ROWID instead of a REF works fine.
An equivalent procedure in PL-SQL works fine in SQL developer.
|
|
|