Checking JDBC version

Hi,
i am using the JDK1.3.1_02.I want to check which version of JDBC,I am having.How to know this.Is it jdbc2.0 or any extensionsion packages are there?
Thank u
vasu

Hai the other info abt the Drivers on my System is
Database Product Name : Oracle
Database Product Version: Oracle8i Enterprise Edition Release 8.1.7.2.0 - Production
JServer Release 8.1.7.2.0 - Production
Database Driver Name : Oracle JDBC driver
Database Driver Version : 9.0.1.1.0
Does this support JDBC2.0.I am using jdk1.3.1_02.I have to use this bcz I am using it in seebeyond tool.I am getting compile time erros for Resultset.last() methods and isLast().How to make the Drigers version2.0.Will it help me in this regard.
Can ANy one have idea.
Thanks in advance
Sreeni

Similar Messages

  • 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

  • Any table to check A version of datasource in development and quality syste

    Hi Experts,
    1. Do we have any tables to check A version of objects once the datasource moved to quality system?...
    2. I have moved some datasources from development to quality system and in the log of the request i am seeing the error message like below
    DataSource xyz does not exist in source system qa system of version A
    Mapping between data source xyz and source system QA is inconsistent
    DataSource xyz does not exist in source system QA of version A
    Field  field1 will not be delivered from DataSource xyz in source system qa system
    Field field2 will not be delivered from DataSource xyz in source system QA system
    Field nfield3 will not be delivered from DataSource xyz in source system QA
    Field field4 will not be delivered from DataSource xyz in source system QA
    Field field5 will not be delivered from DataSource xyz in source system QAT
    How to handle this type issue while transporting issues..
    Could any one help me to resolve this issue.
    Thanks,
    Vachan

    Hi Jr,
    thanks for your reply...Please give me the correct path to check the mapping..
    Thanks,
    Vachan

  • How to check which version of hyperic is installed , hyperic 32 bit or 64 bit version on solaris

    how to check which version of hyperic is installed , hyperic 32 bit or 64 bit version on solaris

    If you have only a single home, the quickest/easiest way is probably just to check the properties of %ORACLE_HOME%\odp.net\bin\2.x\oracle.dataacess.dll
    Or are you asking how to check it at runtime?
    If you want to see externally what is actually loaded by an app you can use process explorer
    http://technet.microsoft.com/en-us/sysinternals/bb896653.aspx
    If you want to check it in the app itself:
    http://stackoverflow.com/questions/383686/how-do-you-loop-through-currently-loaded-assemblies
    Hope it helps,
    Greg

  • JDBC version used with JDeveloper

    Hi,
    I am trying to connect JDeveloper with SQLite database using Generic JDBC driver. The driver I could find is JDBC 3.0 compatible. I am able to make a connection in the database navigator and browse through the database object. I am also able to create business components (EO, VO and AM) using a table in SQLite database. So connection works well. However when I test the Model by running Application Module, I get the below error.
    (oracle.jbo.jbotester.ErrorHandler$ExceptionWrapper) JBO-29000: Unexpected exception caught: java.lang.AbstractMethodError, msg=org.sqlite.RS.isClosed()Z
    As I understand from the JDBC driver forum, the driver does not implement the abstract method isClosed() since it is not used in JDBC 3.0. I assume that JDeveloper/ADF is using JDBC 4.0.
    My questions are
    i. is there a way by which I can confirm the JDBC version used by JDeveloper?
    ii. Can I change it to use JDBC version 3.0?
    My Jdeveloper version is 11.1.2.2.0 and Java version is 1.6.0_24.
    Thanks & Regards
    Binuraj Nair

    SQLite 3.6 seems to be the supported version as per Oracle JDeveloper 11g Release 2 (11.1.2) Certification
    Make sure you are using the drivers as per the same.

  • How to get files with no checked in version from library that has exceeded the threshold limit

    I have exceeded the threshold limit for library, when I click on "Manage files which have no checked in version"
    I get error that threshold limit has been exceeded for library, so I am not able to use this option.
    Please let me know if there is any workaround or script that can be used to get this done.
    or if we can modify the view with some query

    Hi niles, Here is a page that details how to retrieve all the files and take ownership of them via powershell to check them in:
    http://www.demantprasad.com/2013/05/manage-files-which-have-no-checked-in.html
    Mathieu Desmarais http://www.matdesmarais.com/

  • Is there a tool which can check the version of latest version available?

    I need a tool which can check the version of latest firmware available for UCS servers. The point is avoid running old firmwares.
    If the tool can download the firmware that's like cherry on the cake.

    Hi Marsbar,
    =COUNTIF(range,"done") will return the number of cells in the specified range containing only the string "done"
    If the range is a single column, (eg. column E):
    =COUNTIF(E,"done")
    The formula is in cell A1 of the table, but may be placed anywhere (except in column E, unless it is in a Header row or Footer row).
    Regards,
    Barry

  • PlzzHow can we check the version of Business Content in ECC 5.0 version??

    Hello Experts,
    Plz tell me.. How could we check the version of the business content installed for ECC 5.0?  I tried to search for the same in the forum but I couldnt.. plz let me know as I doubt that the business content is not properly installed for ECC 5.0 in my PC. and also I see only Technical content for Object Types under Business Content in AWB.
    I always thank people awarding points!!

    Hi Ajay, Thanks for the Info regarding PI...
    I am using my ECC 5.0 as BW system as it got BW 3.5.. and I am really trying to see the Business Content Cubes like 0PUR_C01,0PUR_C04 etc... and in RSA1>Business Content> Object Types I could see only the Technical Content cubes..(not able to see the SD,MM..etc related cubes)...
    And yeah I have R/3 PI installed with 2004_1_490 Version.. and so I could see all the Business Content DataSources in the source system...
    Is there one more PI for BW?? or the same as above??
    Plz through the light..!
    Regards,
    Sapster.

  • How can I check the version of the Folio Producer tools that a publication has used?

    I work on several different iPad publications, many of which use different versions of the Folio Producer tools (some use version 1.1.1 while some use 1.5.0 or 1.6.0)... how can I quickly check the version of folio producer that a publication has been using? I want to aviod accidently working on a publication with the wrong Folio Producer tools which will neccessate recreating a new App.

    Here's how to tell which tools you're using and which folios .
    To see which tools are installed, choose "About" from the Folio Builder panel menu, and look at the last numbers. For example, 7.0.5.17 means you're using the v17 tools.
    To see which viewer version you're using, open the folio in the viewer (either the custom viewer or the Content Viewer) and tap the title. The first two numbers indicate the viewer version. For example, 2.2.0.13.34603 refers to the 2.2 version of the viewer. Unfortunately, the viewer version doesn't match the Folio Producer tools. Here's how they match up:
    v12 (tools) = 1.7 (viewer)
    v13 = 1.8
    v14 = 1.9
    v15 = 2.0
    v16 = 2.1 (not available for iPad)
    v17 = 2.2

  • How can I check the version of the rdf file?

    Dear all:
    How can I check the version of the rdf file? such like CEXRECRE.rdf .
    my environment is : oracle 11.5.9
    platform : Linux red hat 4.0
    Regards
    Terry

    Terry,
    Use "adident" or "strings -a" commands -- See (Note: 125922.1 - How To Find Oracle Application File Versions) for details.
    Thanks,
    Hussein

  • How can I check the version of Oracle in Linux?

    Dear all :
    How can I check the version of Oracle in Linux ?
    Regards
    Terry

    Hi terry;
    How can I check the version of Oracle in Linux ?You mean your db version or something else? If you mean you want to control your version issue is:
    source env file as oramgr
    sqlplus "/as sysdba"
    when u login sqlplus it will give u something as below:
    SQL*Plus: Release 10.2.0.4.0 - Production on
    Regard
    Helios

  • How can I check what version of Java Web Start is installed on the client ?

    hi,
    Can anyone tell me how can I check what version of java web start is installed on the client and display a message if the client has not the good version ?
    I mean:
    I'd like all people running my application use java 5 and if someone using java 1.4 try to run the application get a nice screen telling him to download the latest version of Java Web Start.
    Is this possible ?
    Thanks in advance.

    Of course, I put this on my jnlp file,
    <resources>
        <j2se version="1.5+"/>
        <jar href="..... "/>
    </resources> But even with that, it doesn't display a nice message but a kind of exception instead.
    Thanks in advance.

  • How can i check what version of safari i am on

    how can i check what version of safari i am on

    Thanks Allan for quick response.  I am trying to access my work emails from home but I can only see OWA light and not premium.  Apparently you need version 3.1 of Safari or higher to get premium and I am on 6.0.2 but still can only get the light version

  • [AS] How to check document version?

    Hi,
    Does anyone know how to check the version of a Indesign file using Applescript? Is it possible to detect if a file is created in CS 5.5, 6, CC, CC2014 ?
    Can this be done without opening the file ?
    Thanx

    Try looking here
    Re: [Ann] Identify Your InDesign File

  • How to check perl version?

    Hi all,
    I need to apply Opatch and I need to check perl version. Wats the script to check perl version??

    Just type perl -v or -version. you will get the version of perl.
    Cheers,
    Moorthy.GS
    Message was edited by:
    Moorthy GS

Maybe you are looking for

  • Difference between Free goods and normal items

    Where we have to create free of goods?.Is it in MM or pricing. Is it necesssary to stock the free material. If free goods also manufacturing in a same plant,how to handle in sales order.Because this item already created in MM

  • Bitlocker drive disappeared and cannot be accessed.

    Hi everyone, I am using an INTEL 80 GB SSD as an external hard disk. However, after I bitlocker the drive, it still works fine. But, few days later, I can't access the drive at all. In file explorer, the disk drive and unlock option didn't will not a

  • New T430s with a series of issues

    My T430s just arrived two days ago with very few of the drivers installed, more prominently the touchpad and track point drivers, which I was able to easily resolve but such careless production was not something that I expected from Lenovo. However,

  • How to use connection pool of datasource to make applications run faster?

    Hi, erveryone I prepare to implement a servlet that access database and do sync with client. When I access database, I would like to configure a datasource in weblogic and use connection pool. In order to make servlet application run significantly fa

  • Novation ReMote : Please help !

    Hi, I´ve just purchased a Remote 61 and I´mn totaly disappointed with this tool. Ok, the keys are great and the knobs looks good, but how can I use it to controll Logic Pro 7.1 ?? I did all thing which are described in the manual. So I changed the pr