The client will be upgrading Broker shortly and are in the process of upgrading Oracle.
As part of a new project we are connecting to a new instance of Oracle (12.01) from the existing Message Broker.
We first hit an issue with client connectivity in Oracle whereby the sqlnet.ora needed to be updated on Oracle side to allow older client connections.
I now have an issue whereby I am running a message that as part of ESQL calls a stored proc in Oracle.
I now receive an error
Code:
2014-05-20 16:04:41.375480 246 RecoverableException BIP2934E: Error detected whilst executing the function or procedure ''InsertCaseDetailsTable''.
The message broker detected an error whilst executing the function or procedure ''InsertCaseDetailsTable''. An exception has
been thrown to cut short the processing of the message.
See the following messages for details of the error.
2014-05-20 16:04:41.375588 246 DatabaseException BIP2321E: Database error: ODBC return code '-1' using ODBC driver manager ''libbipodbc.so''.
The message broker encountered an error when processing a database operation. The ODBC return code was '-1'. See the followi
ng messages for information obtained from the database concerning this error.
Use the following messages to determine the cause of the error. Typical problems are an incorrect datasource or table names.
Correct either the database or message broker configuration.
2014-05-20 16:04:41.375696 246 DatabaseException BIP2322E: Database error: SQL State ''HYC00''; Native Error Code '0'; Error Text ''[IBM][ODBC Oracle Wire
Protocol driver]Optional feature not implemented.''.
The error has the following diagnostic information: SQL State ''HYC00'' SQL Native Error Code '0' SQ
L Error Text ''[IBM][ODBC Oracle Wire Protocol driver]Optional feature not implemented.''
A very helpful message saying something is not implemented. No idea what though.
This is a mixed environment with Oracle 11 and 12 running. There are no issues connecting to 11.
There was an initial problem on Oracle 12 connection whereby the sqlnet.ora had to be updated on Server end to allow "older" versions of client to connect.
This is after connection though or at least during
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