I am using WBI JDBC adapter 2.6.5 to insert / update records into ORACLE 9.2.0.1.0.
There is a colum in the table whose type is 'SYSTIMESTAMP'. When inserting through adapter every thing works fine. But when updating, at first, adapter fires a select statement and throwing a ORA exception (ORA-03115 - unsupported network datatype or representation) to retrieve the data of that particular column. Oracle guide's explanation about the exception is -
Code:
Cause: A user bind or define, or an Oracle function, is not supported by this heterogeneous Net8 connection.
Action: Upgrade the older version of Oracle and try again.
So, is there anything wrong with the adapter and oracle version. And if so, is there any fixpack, patch or breakfix available.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum