I can personally confirm that thee were issues with Oracle 8.1.7 and older
JDBC drivers (the ones that shipped with it, or updates shortly after that
Oracle version). Spring's code could not even work with these drivers since
they didn't have some of the methods that Spring looks up and uses (by
reflection). Unfortunately I was not able to use the newer (9i and 10i)
drivers since that app also used OSWorkflow, EJB version, and JBoss CMP
blows up with Oracle 8i with the newer drivers.
----- Original Message -----
From: "Thomas Risberg" <tho...@tr...>
To: <spr...@li...>
Sent: Monday, September 06, 2004 8:38 AM
Subject: Re: [Springframework-developer] Oracle 8 and OracleLobHandler
> Mike,
>
> Do you mean 8 (8.0.x) or 8i (8.1.x). Oracle 8 is really ancient and as
> far as I know, we have not done any testing against this version. It's
> not available for download, so it's hard to test against :) I've tested
> against 8i using 9i/10g drivers and everything I have tried works well.
> Most issues would be more related to the version of the driver and not
> so much the actual version of the database server. The drivers are
> supposed to be backwards compatible. Do you know what driver version
> they used?
>
> Thomas
>
>
> Mike Cannon-Brookes wrote:
>
> >Hey guys,
> >
> >We have some users reporting problems with Spring's OracleLobHandler
> >combined with Oracle 8. Is this a known problem? Does it only work
> >with Oracle 9+? Has anyone tried it with 8?
> >
> >Any quick advice before we start digging a lot deeper would be most
appreciated.
> >
> >Cheers,
> >Mike
> >--
> >ATLASSIAN - http://www.atlassian.com
> >
> >
> >-------------------------------------------------------
> >This SF.Net email is sponsored by BEA Weblogic Workshop
> >FREE Java Enterprise J2EE developer tools!
> >Get your free copy of BEA WebLogic Workshop 8.1 today.
> >http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
> >_______________________________________________
> >Springframework-developer mailing list
> >Spr...@li...
> >https://lists.sourceforge.net/lists/listinfo/springframework-developer
> >
> >
> >
> >
> >
>
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by BEA Weblogic Workshop
> FREE Java Enterprise J2EE developer tools!
> Get your free copy of BEA WebLogic Workshop 8.1 today.
> http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
> _______________________________________________
> Springframework-developer mailing list
> Spr...@li...
> https://lists.sourceforge.net/lists/listinfo/springframework-developer
>
|