Supported versions of JDBC driver?

Does anyone know what JDBC drivers are considered supported and which ones are considered EOL?
With the release of 4.0 is 3.0 now considered EOL?  How about 2.0?
I tried looking at the
Microsoft Product Lifecycle site, but it doesn't have anything for JDBC.

Please see:
http://msdn.microsoft.com/en-US/data/ff928484

Similar Messages

  • How to find out the version of JDBC driver in Java?

    Hi all,
    I would like to use Java to find out the version of JDBC driver that I currently use. That JDBC driver is from Oracle and the filename is "classes12.zip" for all version ( 8.1.x to 9.x ). Is any method to verify what version JDBC I currently use? Thanks a lot.

    DatabaseMetaData.getDriverVersion()
    http://java.sun.com/j2se/1.4.2/docs/api/java/sql/DatabaseMetaData.html#getDriverVersion()

  • Wrong version 9i JDBC Driver 9.2.0.1 (now 9.0.2.0) on the download page?

    Dear Webmaster,
    The Manifest.mf file in the JDBC 9.2.0.1 package declares that the driver is 9.0.2.0.
    Could it be that this package contains an older version (9.0.2.0) of the JDBC Driver?
    Laszls Sas
    M-Store System Ltd.

    I'll use exactly the same setup for our next application. So,
    if timeouts don't work -> "Houston, we have a problem".
    So, can anyone confirm that connection timeouts do work?
    Cheers,
    HKRedwood Shores:
    " using the 9.2 jdbc driver and OracleConnectionCacheImpl
    class, all the supported timeout properties will work regardless of the
    database server version (8.1.7 and up)"

  • New version of jdbc driver

    Hi JDBC Dev. Team,
    I heard a rumour recently that Oracle are going to employ programmers from Sun to rewrite the JDBC implementation - is this true?
    Also, when will the JDBC implementation be reduced to an acceptable size (<500Kb)?
    regards,
    Alexander
    null

    Pity that the rumour has no foundation. Thanks for the quick response though. I appreciate that.
    As for the size, well, from the very start Oracle has made mention of the fact that their JDBC driver was small enough to be downloaded by an applet (see original JDBC documentation which apparently hasn't been updated in lieu of the new MEGA sized JDBC driver).
    I, of course, want to use it with applets/applications as I am a firm believer that HTML interfaces are insufficient and that people will return to Java GUI's. Given that Java has a fantastic GUI API it is logical that people will want to make use of it in the future. I do, that's for sure. However, it is not an option to download a 1.7 Mb JDBC driver in an applet - it is really rather exhorbitant! Would be interesting to hear what ORacle themselves think of their JDBC driver.
    Anyway, I will either have to use RMI/CORBA or someone else's JDBC driver...
    thanks for your response,
    alexander

  • How to deploy MS Sql Server 2005 and 2008 jdbc driver

    Hi SAP Guru's
    Can somebody tell me how to deploy the jdbc driver of MS SQL Server 2005 and 2008 on SDM.
    According to the SAP instruction we should have 3 files(mssqlserver.jar,msbase.jar,msutil.jar) but in 2005 driver file we only have 1 file i.e sqljdbc.jar so how do i deploy it .
    Secondly i cannot deploy it on visual administrator as well and when i am doing the File to jdbc scenarion i am getting this error
    " Accessing database connection "jdbc.sqlserver://localhost:1433;DatabaseName=Employee failed DriverManagerException. Cannot establish connection to URL jdbc.sqlserver://localhost:1433;DatabaseName=Employee  SAPClassNotFoundException com.microsoft.sqlserver.jdbc.SQLServerDriver".
    can somebody please upload the screen shots on mediafire or any other site so that i will solve my problem.

    Hello,
    *OS: First of all: *
    3 files (msbase.jar,mssqlserver.jar and msutility.jar )should be zipped to aii_af_jmsproviderlib.zip file only for UNIX OS.
    For Windows OS only sqljdbc.jar file which in every version of JDBC driver should be zipped to aii_af_jmsproviderlib.zip.
    You can deploy JDBC driver through SDM tool which mention in guide below:
    New version of JDBC driver installation guiade:
    External Driver Configuration for Process Integration 7.0
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/60237e74-ef19-2b10-5a9b-b35cc6a28e83
    Drivertool from this guide you can find at https://www.sdn.sap.com/irj/sdn/howtoguides
    Then Exchange Infrastructure How-to Guides for SAP NetWeaver 2004 HYPERLINK "https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f04ce027-934d-2a10-5a8f-fa0b1ed4d88f"
    How to Install and Configure External Drivers for JDBC & JMS
    AdaptersHYPERLINK "https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/e00262f5-934d-2a10-b99c-9bc63c2a7768"
    Download attached system files (ZIP 16KB)
    Any questions - let me know
    BR,
    Dzmitry

  • JDBC Driver 10.1.0.2.0 versus BC4J

    I tried to use Oracle JDBC Driver 10.1.0.2.0 with BC4J (JDeveloper 9.0.3.4), due to some bugs inside 9.0.1.4.
    But I meet some error:
    oracle.jbo.AttributeLoadException: JBO-27021: Selhalo nactení hodnoty CustomDatum na indexu 1 s objektem java typu oracle.jbo.domain.Number z duvodu java.sql.SQLException.
    (This error never occurred before with older version of JDBC driver.)
    Can be BC4J used with newer version of Oracle JDBC Driver? Is some combinations guaranteed? Have you any experiences with newer version of JDBC Driver?
    Thank you very much for any hints.
    Jan

    Rob,
    I hunted through the docs and can't seem to find which JDBC drivers are certified -- I hope I'm missing something.
    My case is that our client is forcing a move from the 9iAS 9.0.3 line using 8.1.7.4 database to Caucho Resin. They use the 9.2.0.4 DB version now and use that version of the JDBC driver on their Resin app server. They recommend the OCI (non-thin) version -- however, we are having trouble with that when updating the PS_TXN table.
    (getting java.sql.SQLException: ORA-00001: unique constraint (FISTSPROD2.PS_TXN_PK) violated
    ORA-06512: at line 1)
    Anyway, it would be great if I could find certification lists matrices for JDev/BC4J versions: 9.0.3.4, 9.0.4 and 9.0.5.1 to see which ones are compatible with the target JDBC driver. They are currently using the 9.2.0.4 (OCI) in Windows, given their belief that the OCI driver is more reliable in their RAC configuration.
    Metalink doesn't seem to have it on the certification and the JDev docs prior to 9.0.5.1 are not as clear (from what I can see).
    I'm trying to use whichever JDev gets me there the easiest...
    Thanks,
    Jeff
    Thanks,
    Jeff

  • Multibyte character support in Jdbc Driver

    Hi,
    I want to use multibyte characters in my Application and to store it in my database.
    If my database provider does not support a Multibyte data type, Can my
    Jdbc Driver provide support for the same ?
    For a column of type ISO88591 which is of single byte by nature , Can we insert Multibyte characters by providing some support for the same in my Jdbc Driver ?
    If yes , How could this support be provided in the Jdbc Driver.
    Please provide some clarification on the same.
    Thanks in Advance,
    Jay

    Hi,
    I want to use multibyte characters in my Application
    and to store it in my database.
    If my database provider does not support a Multibyte
    data type, Can my
    Jdbc Driver provide support for the same ?
    For a column of type ISO88591 which is of single byte
    by nature , Can we insert Multibyte characters by
    providing some support for the same in my Jdbc Driver
    This is a very very bad idea in general. If your database is Oracle, it's a horrificly stupendously bad idea.
    First, collation ("ORDER BY" and other things) will be badly broken.
    Second, it will very likely prevent the database from being upgraded to a multi-byte version.
    Third, it commonly will cause various database utilities to not work.
    There are plenty of databases, many of them free, that support UTF8.

  • New e-Sourcing 5.0 Install - Error checking JDBC Driver version

    Hi  All,
    I am currently attempting to install an e-Sourcing 5.0 Patch Level E instance on a Windows system using Oracle 10.2.0.3 and WebLogic 8.1 SP4.  e-Sourcing's installation and configuration complete without issue.  The schema in the database is loaded with the e-Sourcing tables and data.
    However, when attempting to deploy the ear file via WebLogic, I receive the following JDBC error:
    Error checking JDBC Driver version. Detail: Error: found unsupported JDBC Driver name: Oracle JDBC driver version: 10.1.0.2.0.
    The JDBC driver in use is from  my Oracle install ..\oracle\product\10.2.0\db_1\jdbc\lib\ojdbc14.jar
    I've also tried classes12.jar for versions 9.2.0.8, 10.1.0.2, and 10.2.0.1 but always receive the same error (...driver version: 10.1.0.2.0...) message regardless of the version of driver I am using.
    Error Log:
    *** Starting Frictionless SRM (5.0.00 E build 08-Apr-2008.16:46) 2009-10-14 20:33:40.656 local3  DEBUG   class=ConfigDatabase;server=CAGTAW804886;method=loadFromServletContext();thread=ExecuteThread: '4' for queue: 'weblogic.kernel.System'  Cached weblogic.httpd.servlet.reloadCheckSecs=-1 from servlet context
    2009-10-14 20:33:40.681 INFO    local3  ExecuteThread: '4' for queue: 'weblogic.kernel.System' Disabling logging blackbox support
    Unable to start server: unable to connect to the database: oracle [localhost:1521:orcl (SAP/SAP)]:0 reason: Error checking JDBC Driver version. Detail: Error: found unsupported JDBC Driver name: Oracle JDBC driver version: 10.1.0.2.0. Exiting.
    Given that the database is loaded with the tables and data I know my instance can connect to the DB.  Does anyone know why the deployment would complain that the JDBC driver is incorrect?  Is there a way to disable the check and complete the server startup?  Is there only a single specific driver that is acceptable for this e-Sourcing version?
    Thanks,
    Greg
    Edited by: Greg Stewart on Oct 15, 2009 3:20 PM

    The issue is still occurring.
    The Supported Platform documentation indicates that the Oracle JDBC thin driver 10.2.0.1.0 is the supported driver.  I have tried both the Classes12.jar and ojdbc14.jar for this version of driver.
    What is odd about this error is that it always displays the same message and version #, no matter what version of driver I use.
    "found unsupported JDBC Driver name: Oracle JDBC driver version: 10.1.0.2.0"  (I execute setup and configuration each time I use a different driver to ensure the ear file is updated)
    I have also tried using a different Driver Class path.  The installation guides for 5.0 and 5.1 indicate Driver Class as oracle.jdbc.driver.OracleDriver.  I have also tried oracle.jdbc.OracleDriver for a few of the versions with no success.  I still receive the same error at the same point.
    If anyone has run into a similar situation any suggestions or tips to resolving the issue would be appreciated.
    Thanks,
    Greg

  • What version of Oracle JDBC driver

    I need to know the version of the Oracle JDBC driver to use. I am using JDK version1.2, Oracle version8.0.5.

    Subha,
    You should be able to use any driver that directly supports JDBC 2.0. A Type-4 database-specific driver is not necessary.
    Openlink Software provides a Type-3 JDBC 2.0 Driver Suite. Try a free non-expiring limited seat license at http://www.openlinksw.com under Software Availability and Download - Multi-Tier Download.
    Regards,
    Stephen Schadt
    http://www.openlinksw.com

  • JDBC driver does not support XA - Exception

    JDBC driver does not support XA
    cannot participate in a two-phase commit
    To Force participation set EnableTwoPhaseCommit property on the corresponding JDBCTxDataSource property to true
    1) What is a JDBCTxDataSource - what does the TX mean?
    2) I have two data sources and according to BEA Weblogic docs, setting the property on both won't solve the problem. I tried.
    3) When I try to change the data pools to use XA drivers, I get the following error on server startup:
    java.sql.SQLException: Pool connect failed: java.lang.Exception: WebLogic Pool Driver doesn't support XA driver, Please change your config file to use a Non-XA driver

    JDBC driver does not support XA
    cannot participate in a two-phase commit
    To Force participation set EnableTwoPhaseCommit
    property on the corresponding JDBCTxDataSource
    property to true
    So use an XA driver.
    TX usually means "transaction".
    1) What is a JDBCTxDataSource - what does the TX mean?
    2) I have two data sources and according to BEA
    Weblogic docs, setting the property on both won't
    solve the problem. I tried.Right - you need XA drivers and JTA for both.
    3) When I try to change the data pools to use XA
    drivers, I get the following error on server
    startup:
    java.sql.SQLException: Pool connect failed:
    java.lang.Exception: WebLogic Pool Driver doesn't
    support XA driver, Please change your config file to
    use a Non-XA driverCreate new pools using the XA drivers. Don't reuse the old ones.
    Which version of WebLogic? I've made XA work for both 8.1 and 9.1.
    %

  • What is the impact of upgrading jdbc drivers from 9.2 version to 10g driver

    Hi,
    My application is built on Oracle 9.2 with 9.2 version jdbc drivers.
    To use Java objects mapping with Oracle object TYPES (for ex. STRUCT),
    I had to go for 10g jdbc drivers. Otherwise, I am getting an error:
    java.sql.SQLException: Non supported character set: oracle-character-set-178
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:168)
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:210)
    at oracle.jdbc.dbaccess.DBError.check_error(DBError.java:829)
    at oracle.sql.CharacterSetUnknown.failCharsetUnknown(CharacterSetFactory
    Thin.java:150)
    at oracle.sql.CharacterSetUnknown.convert(CharacterSetFactoryThin.java:1
    14)
    at oracle.sql.CHAR.<init>(CHAR.java:109)
    at oracle.sql.CHAR.<init>(CHAR.java:133)
    at oracle.jdbc.oracore.OracleTypeCHAR.toDatum(OracleTypeCHAR.java:143)
    at oracle.sql.StructDescriptor.toOracleArray(StructDescriptor.java:385)
    at oracle.sql.StructDescriptor.toArray(StructDescriptor.java:560)
    at oracle.sql.STRUCT.<init>(STRUCT.java:95)
    at oracle.sql.OracleSQLOutput.getSTRUCT(OracleSQLOutput.java:95)
    at oracle.sql.STRUCT.toSTRUCT(STRUCT.java:328)
    at oracle.jdbc.driver.OraclePreparedStatement.setObject(OraclePreparedSt
    atement.java:2025)
    at oracle.jdbc.driver.OraclePreparedStatement.setObject(OraclePreparedSt
    atement.java:2148)
    I would like to hear from you that, what is the impact on the existing application if I upgrade
    jdbc drivers from 9.2 version to 10g version?
    Please do mention all the impact.
    Vyshu

    JDBC 10g works just fine against 9.2 database. See the interopeability matrix on the JDBC portal http://www.oracle.com/technology/tech/java/sqlj_jdbc/index.html
    Kuassi - blog http://db360.blogspot.com/

  • Does JDBC driver support encryption?

    Does the JDBC driver support Oracle encryption?
    Is there a particular version of the jdbc zip file that we need?
    We're running on a Sequent, which does yet have the latest version of oracle- we're running Oracle 8.0.5.
    Is it 40 bit or 128 bit encryption?

    I have this sample code:
    String Query = "ALTER USER ? IDENTIFIED BY ? QUOTA 0 ON SYSTEM QUOTA 0 ON TEMP";
    PreparedStatement pstmt = conn.prepareStatement(Query);
    pstmt.setString(1,"\"TESTVIPIN\"");
    pstmt.setString(2,"\"abc123\"");
    pstmt.executeUpdate();
    Executing this, i get the same error. But if i try UPDATE statement, it is working fine. Is this problem with ORACLE JDBC driver (for ALTER USER...) or problem of code?
    Thanks,
    Vipin Koul

  • Which version of ODBC Driver supports DSN-less Connection in JAVA

    hai,
    Which version of ODBC Driver supports DSN-less Connection in JAVA.
    -raja

    hai,
    Pleae help in this regard.
    I am using a DSN-less connection to conect to
    Access using JDBC. But it is not working. It is throwing
    Data Source Name too long exception.
    I think the problem is with ODBC version.
    Let me clear about this.
    Thanks in Advance.
    -raja

  • Is it supported to use Microsoft JDBC driver use in Java 7 (and 8) multithreaded applications?

    Hello everone
    is it supported to use Microsoft JDBC driver (the latest version) with Java 7 multithreaded application?
    I am planning to use standard Java 7 threads library and use separate JDBC objects per each thread, i.e. Java threads will not share any JDBC objects among them, only the thread-safe Java collections/data structures will be shared between threads (such as
    ConcurrentHashMap etc). The JDBC connections, resultsets, statements, etc will be created and dedicated per each individual thread.
    If it is supported - do you expect this design to scale-up well or am I better off using multiple but single-threaded Java/JBDC programs to access SQL Server 2012/2014 from Microsoft JDBC driver?
    Thanks
    Yuri Budilov
    Yuri Budilov Melbourne Australia

    >is it supported to use Microsoft JDBC driver (the latest version) with Java 7 multithreaded application?
    Yes, so long as:
    > Java threads will not share any JDBC objects among them,
    >do you expect this design to scale-up well or am I better off using multiple but single-threaded Java/JBDC programs >to access SQL Server 2012/2014 from Microsoft JDBC driver?
    Using threads should scale better than using processes (at least on Windows), as there is quite a bit of overhead with a process.  Each process has it's own JRE, it's own GC heap, its own threads...
    The bigger question, though, is how this scales on the SQL Server.  Your throughput may be limited by resources on your database server, and the thread's workloads may not be able to run concurrently because of locking. 
    David
    David http://blogs.msdn.com/b/dbrowne/

  • OpenSQLException: JDBC driver not supported?

    Hi @ all,
    I need to connect to a DataSource with the WebAS 7 via SQLJ. As I try to connect to it with the SQL Engine set to "Vendor SQL" I get:
    "The given connection "com.sap.engine.services.dbpool.cci.ConnectionHandle" is not an Open SQL connection"
    As I try to get a connection to the dataSource via SQLJ with SQL Engine set to "Open SQL" or "Native SQL", I get the following Exception:
    ResourceException in method ConnectionFactoryImpl.getConnection(): com.sap.engine.services.dbpool.exceptions.BaseResourceException: SQLException thrown by the physical connection: com.sap.sql.log.OpenSQLException: JDBC driver not supported for MS_SQL_SERVER database.
    How can I get the SQLJ- Support?
    Kind regards,
    Uwe
    Message was edited by:
            Uwe Kunath

    Hi Uwe, all,
    for using Native SQL/JDBC or Open SQL/JDBC, the database itself and the JDBC driver must be recognized as being in the supported set. The answer to that depends on what you mean in detail by "Web AS 7". Roughly speaking, it should be the JDBC driver released by Microsoft.
    Open SQL/SQLJ is only available with a Open SQL/JDBC data source. Hence, there is no way around using Open SQL/JDBC.
    Now, Open SQL/JDBC and Open SQL/SQLJ both requires tables (and other database objects) to be deployed via the Open SQL for Java Dictionary. Up to and including WebAS Java 7.1, the Open SQL/Dictionary supports deployment to the system database, i.e. the database (and schema) used by the installed server itself.
    Given the above, the JDBC driver for a Open SQL/JDBC data source must already be present, because it must be the driver used by the server itself. When defining data sources, it is referred to as "system driver".
    This leaves us with a Open SQL/JDBC data source to the system schema. You can then also consider to establish a data source alias to the server's system datasource.
    Hope this helps. Best Regards, Dietamr

Maybe you are looking for

  • Turn off convert to sRGB in save for web CS4

    Hello, In CS3 I had the option of turning this off. In CS4 It's turned on and grayed out so I can't turn it off. See attached picture. Any suggestions are greatly appreciated. Thank you. -chris

  • How do I recreate my purchases history in iTunes?

    I was recently having issues with iTunes crashing on a regular basis and decided to delete the iTunes preferences AND recreate a new iTunes library by reimporting all my purchases and other media contained on my hard drive. But, in doing so my purcha

  • Tax amount not displaying in Condition tab in PO

    Hi I have maintained tax procedure TAXINJ in PO, Tax is input tax 1% CST, Act Key is NVV, cond is JIP1. But the tax amount is not displaying under the condition tab of the PO in Non-deductible tax (Cond type NAVS). Plz help me to sort out this issue.

  • Macbook air can't connect to wifi but at the same time is connnected.

    Hey there fellow mac users, I got myself a tiny problem around here. My mid 2013 mba is connecting to my wifi at home, but when it's done connecting (and shows it's connected at the network panel) it doesn't load anything from firefox, safari, steam,

  • Realised exchange difference by internal order

    When clearing an open AP item with a payment, the realised exchange rate difference is posted to the P+L against the relevant cost centre (From the purchase order).  However, the assigment to the internal order (also contained in the Purchase order)