Re: CachedRowSetImpl.getTimestamp() throwing exception



joeNOSPAM@xxxxxxx wrote:
Hi. I bet this is due to a bug in later Oracle drivers. Try this
added property to add to your connections:

props.put("oracle.jdbc.V8Compatible", "true");

Let me know if this clears the problem up...
Joe Weinstein at BEA Systems

Thank u sir! :)
This worked like magic.I am all praise for u.

.



Relevant Pages

  • Re: Behavior of Connection.commit()
    ... Joe Weinstein at BEA Systems ... Some folks are used to Oracle's SQL-PLUS application committing on close, so you *could* have a connection configuration option to go the other way, but *boy* is that odd/ugly as desired behavior. ...
    (microsoft.public.sqlserver.jdbcdriver)
  • Re: JDBC Driver for SQL 7.0 ?
    ... freeware jTDS should too. ... Joe Weinstein at BEA Systems ... Prev by Date: ...
    (microsoft.public.sqlserver.jdbcdriver)
  • Re: Slow performance with SQL and stmt.executeUpdate()
    ... Joe Weinstein at BEA Systems ... because on server side it will be a precompiled procedure ...
    (comp.lang.java.databases)
  • Re: RefCursor works in SQL*Plus but not JDBC
    ... seems to have nothing to do with RefCursors so far... ... Joe Weinstein at BEA Systems ... Prev by Date: ...
    (comp.lang.java.databases)