( RTBROKER1.default ) Database error: SQL State 'HY000'; Native Error Code '0'; Error Text '[MERANT][ODBC Oracle 8 driver]Data inconsistency problem. Sql statement was an Insert/Update containing lob data. The lob write portion of the statement failed.'.
If I log onto the database directly as the Broker user and run the equivalent SQL insert statement it works fine. Is this is an ODBC driver error? Has anyone seen this before? And more importantly does anyone know how to solve it?
I realise that it's some time since this post but I have recently seen a similar problem.
I only see this problem when inserting a lob into a table that is not in the schema of the user that my broker connects to Oracle as.
It appears to me that the ODBC drivers result in an insert statement that returns a reference to the lob field that is then used to update the lob value.
Granting insert on the table to the Oracle user solves the problem.
We have managed to solve the problem. It was very similar to what you described. The WMQI user was not the schema owner and we had granted the user INSERT rights on the table. This worked fine for tables without LOB columns and was also sufficient for that user to update the LOB table via SQL*Plus, but in order for it to work correctly from WMQI the user also required UPDATE rights on the LOB table.
Posted: Wed Apr 02, 2003 11:29 pm Post subject: UPLOAD DATA INTO ORACLE USING MRM
Novice
Joined: 01 Apr 2003 Posts: 12
Could any one guide us how to load the data into oracle using MRM concept.We are facing problem with upload the data into oracle and db2 database using MRM.
Please send an example or exercise so that the same thing we can replicate here...send detail step by step procedure.....
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