On Tuesday 02 November 2004 16:02, Nick Longinow wrote: > A little more info perhaps will help ? This is my stack trace. Am I maybe > using the wrong adaptor ?
The adapter should be OracleRDBMSAdapter. > java.sql.SQLException: Io exception: End of TNS data channel > at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:189) What version of Oracle / jdbc driver are you using? Can you try with Slide 2.1beta1? http://cvs.apache.org/dist/jakarta/slide/2.1b1/src/ In Slide 2.1beta1 the adapter use Oracle jdbc extensions to write blobs. The new version of the adapter (with plain jdbc) has been reported to work with Oracle 9 and 10, but if it doesn't in your configuration I think we can reinsert the old method in an alternative adapter (Oracle8RDBMSAdapter??). Cheers, -- Davide Savazzi --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
