Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: problems with LONGVARCHAR in JDBC Oracle driver...
In article <373F0834.2AB8_at_cs.ucl.ac.uk>,
Richard Wheeldon <R.Wheeldon_at_cs.ucl.ac.uk> wrote:
> Could you or someone else please summarise these probs for me, so > I know to avoid them, >
Sure!
The environment
The problem
The error message I get is:
java.lang.NullPointerException
at oracle.jdbc.ttc7.TTIMsg.marshalCLR(Compiled Code) at oracle.jdbc.ttc7.TTIrxd.putColumnValue
(TTIrxd.java:359) at oracle.jdbc.ttc7.TTIrxd.marshalPLSQLArgs
(Compiled Code) at oracle.jdbc.ttc7.TTIrxd.marshal(Compiled
Code) at oracle.jdbc.ttc7.TTIiov.processRXD(TTIiov.java:199) at oracle.jdbc.ttc7.Oall7.receive(Compiled Code) at oracle.jdbc.ttc7.TTC7Protocol.doOall7(Compiled Code) at oracle.jdbc.ttc7.TTC7Protocol.parseExecuteFetch
at oracle.jdbc.driver.OracleStatement.doExecuteOther
(OracleStatement.jav
a:780)
at oracle.jdbc.driver.OracleStatement.doExecuteWithBatch
(OracleStatement
.java:822)
at oracle.jdbc.driver.OracleStatement.doExecute(Compiled Code) at
at oracle.jdbc.driver.OraclePreparedStatement.executeQuery
(OraclePreparedStatement.java:60)
The solution:
Reason why CallableStatement fails
situ
--== Sent via Deja.com http://www.deja.com/ ==-- ---Share what you know. Learn what you don't.--- Received on Mon May 17 1999 - 09:52:39 CDT
![]() |
![]() |