Re: Problem saving to a BLOB field after switching to ORACLE 11g driver

2012-12-20 Thread Patrick Robinson
Hi Ricardo, Resurrecting a 2.5 year old thread here, but I just became aware that we're having the same problem (with an obviously infrequently-used feature). Did you ever learn anything more about this? Did setting that oracle.jdbc.LobStreamPosStandardCompliant property result in any strange

Re: Problem saving to a BLOB field after switching to ORACLE 11g driver

2012-12-20 Thread Patrick Robinson
Spoke too soon there was a followup thread, 4 months later with Subject: oracle.jdbc.LobStreamPosStandardCompliant. See: http://lists.apple.com/archives/webobjects-dev/2010/Sep/msg00548.html Thanks, Mike... 2.25 years later. :-) - Patrick On Dec 20, 2012, at 3:00 PM, Patrick Robinson

Problem saving to a BLOB field after switching to ORACLE 11g driver

2010-05-11 Thread Ricardo J. Parada
We upgraded ORACLE to 11g and so I switched to the 11g driver. But now we started getting these exceptions: [2010-05-11 07:31:24,579] ERROR com.webobjects.eoaccess.EOGeneralAdaptorException: Invalid argument(s) in call at

Re: Problem saving to a BLOB field after switching to ORACLE 11g driver

2010-05-11 Thread Chuck Hill
On May 11, 2010, at 8:57 AM, Ricardo J. Parada wrote: We upgraded ORACLE to 11g and so I switched to the 11g driver. But now we started getting these exceptions: [2010-05-11 07:31:24,579] ERROR com.webobjects.eoaccess.EOGeneralAdaptorException: Invalid argument(s) in call at

Re: Problem saving to a BLOB field after switching to ORACLE 11g driver

2010-05-11 Thread Ricardo J. Parada
On May 11, 2010, at 1:34 PM, Chuck Hill wrote: On May 11, 2010, at 8:57 AM, Ricardo J. Parada wrote: We upgraded ORACLE to 11g and so I switched to the 11g driver. But now we started getting these exceptions: [2010-05-11 07:31:24,579] ERROR

Re: Problem saving to a BLOB field after switching to ORACLE 11g driver

2010-05-11 Thread Ricardo J. Parada
To simplify things, in a nutshell, the new oracle 11g driver has this logic: if (pos == 518630185893888L) { if (lobStreamPosStandardCompliant) { throw DatabaseError.createSqlException(getConnectionDuringExceptionHandling(), 68); } ...