ORA-03115: Unsupported network datatype or representation - dont do the following:
(send the query in on creation and execution)
statement =
transaction.createPreparedStatement(query, DBTransaction.DEFAULT);
ResultSet resultset = statement.executeQuery(query);
What was I thinking...
(send the query in on creation and execution)
statement =
transaction.createPreparedStatement(query, DBTransaction.DEFAULT);
ResultSet resultset = statement.executeQuery(query);
What was I thinking...
Comments
Post a Comment