Ojdbc.zip? Where is latest ojdbc.jar?

Hello there:
first I got a "Bigger type length than Maximum" error when I queried a db table. Since there is nothing wrong with my table, I googled for a while and someone suggested to upgrade the JDBC driver. I downloaded ojdbc.zip and tested it with the same table and the problem is gone.
So far so good. However, since my real app is using JWS and I signed ojdbc.jar to packed it with others. Now I don't want to change any configuration but just replace the old ojdbc.jar with new ojdbc.jar. However, it seems there is only ojdbc.zip but no latest ojdbc.jar. Anyone can help me?
Thanks,
Sway

thanks to all. duffymo, you are right, when I
downloaded the driver on my LUNIX box, it's a jar
file. But I don't know why when I used Windows, it's
downloaded as a zip file.
Wrong. when I download it to a Windows box, it's a JAR file.
what the heck are you doing?
Anyway, it seemes I can have a lot of options in here.Not really - the latest JDBC driver JAR is from Oracle. You're either using it or you're not. That's two options. If you think two is a lot....
%

Similar Messages

  • Ojdbc.jar for Oracle 9.2.0.8

    Hi,
    I currently use ojdbc.jar whose manifest.mf is as below,
    Manifest-Version: 1.0
    Specification-Title: "Oracle JDBC driver classes for use with JDK1.4"
    Specification-Version: "Oracle JDBC Driver version - 9.0.2.0.0"
    Specification-Vendor: "Oracle Corporation" .
    Implementation-Title: "ojdbc14.jar"
    Implementation-Version: "Oracle JDBC Driver version - 9.0.2.0.0"
    Implementation-Vendor: "Oracle Corporation"
    Implementation-Time: "Wed Feb 19 15:32:24 2003"
    We are migrating our DB from oracle 9.2.0.4 to 9.2.0.8. Could you advice if I can continue using the same JAR or upgrade to the latest ojdbc.jar published?

    You should always use the most recent version of the JDBC drivers. The 11.1.0.6.0 drivers support Oracle Database 9.2.0.8, so that's what you should use. The 11 drivers require J2SE 1.5 or JSE 6.0. If you are using J2SE 1.3 or 1.4 then you should use 10.2.
    Douglas

  • Where can I download the latest JRC jars?

    Where the heck do I go to download the latest Jars for JRC? I am not using Eclipse. I just want the jars. All the links I've found send me back to the old site. When and what was the last release?

    Hi Kerry
    You can download the latest JRC jar files from the following link.
    https://boc.sdn.sap.com/node/19020
    There you can find the following zip file.
    com.businessobjects.sdks_.jrc_.11.8.0_11.8.5.v1197.zip.
    Open that zip file .You will get a lib folder from where you can get all the latest jar files.
    Hope this helps you.
    Thanks
    Soni

  • How to include ojdbc.jar with applet in apex

    Hi,
    I am integrating applet with apex. I need to use ojdbc.jar to connect to Database. How can i include this jar. I tried uploading it as a static file. But i am not sure how to embed it with applet code in region source of a page. I am using following code to embed the applet.
    <applet code="TestApplet.class" archive="#APP_IMAGES#Test.jar" width="500" height="500">
    </applet>
    Please suggest how to include the ojdbc.jar.
    Regards,
    Shweta

    Thank you all for help, from your posts I was able to get the datepicker working with a different version of jQuery (but not jQueryUI) included on the page. There are two methods:
    1. Include the new library before #HEAD# and change the reference to a different variable, for example:
    <script src="jquery-1.6.4.min.js" type="text/javascript"></script>
    <script type="text/javascript">
      var jq164 = jQuery;
    </script>
    #HEAD#2. Include the new library after #HEAD# and enable noConflict() mode, for example:
    #HEAD#
    <script src="jquery-1.6.4.min.js" type="text/javascript"></script>
    <script type="text/javascript">
      var jq164 = jQuery.noConflict(true);
    </script>In both examples above, $, jQuery and apex.jQuery point to apex jQuery, while jq164 points to the new one.
    However, I couldn't manage to include a newer version of jQueryUI. I only found a page ([url http://stackoverflow.com/questions/6358961/using-multiple-jquery-ui-versions]http://stackoverflow.com/questions/6358961/using-multiple-jquery-ui-versions) that says you have to specify a different context for each version of jQueryUI included on the same page. I haven't yet had time to look at this, so if anyone already knows how to do it, it would be really nice to share it with us.
    Regards,
    Jure

  • Setting classpath to ojdbc.jar on UNIX

    I�m trying to connect to an Oracle database using the ojdbc.jar
    Class.forName("oracle.jdbc.driver.OracleDriver");
    How do I set the classpath on Unix to look inside the .jar file? I know it�s the correct driver because I�ve pulled the oracle/jdbc/driver/* folder from the jar file.

    How do I set the classpath on Unix to look inside the .jar file?http://www.google.com/search?hl=en&q=how+to+set+a+classpath+in+unix

  • Need the Latest EDK.jar file

    Hi,
    We need the latest edk.jar for customising the PT content server. The Plumtree 6.0 version we have does not have api for content server. (i.e com.plumtree.remote.prc is only available and com.plumtree.remote.prc.content is not available)
    If any links are available for downloading the latest edk.jar, please let us know.
    Thank You,
    Regards,
    P.Hemalatha

    EDK has always been a free product, so you're welcome to download it at any time.
    Dev Center -> Product Center -> Dev tools and Utilities -> called the IDK now (formerly known as EDK). 5.3 is the latest and only supported version.
    dev2dev, you will have to navigate to the Aqualogic User Interaction products to find it, I don't know where exactly it is.

  • Where to download javaws.jar source code?

    Does anyone know where to download latest javaws.jar source code?
    I am debuging the JRE auto download, however the JWS client always report following error when try to download JRE from my intranet server.
    Thanks a lot!
    NLPException[category: ϵͳÅäÖà : Exception: null : LaunchDesc:
    <jnlp spec="1.0+" codebase="http://localhost/jnlpExampleSite/jws/" href="http://localhost/jnlpExampleSite/jws/application2.jnlp">
      <information>
        <title>My Application - Example 2</title>
        <vendor>My Company</vendor>
        <homepage href="http://localhost/jnlpExampleSite/"/>
        <description>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</description>
        <icon href="http://localhost/jnlpExampleSite/jws/applicationIcon.gif" kind="default"/>
        <offline-allowed/>
      </information>
      <resources>
        <j2se href="http://localhost/jnlpExampleSite/jreInstaller/download" version="1.5.0_17"/>
        <jar href="http://localhost/jnlpExampleSite/jws/HelloWorldApp.jar" download="eager" main="false"/>
      </resources>
      <application-desc main-class="HelloWorldApp"/>
    </jnlp> ]
         at com.sun.javaws.Launcher.handleApplicationDesc(Unknown Source)
         at com.sun.javaws.Launcher.handleLaunchFile(Unknown Source)
         at com.sun.javaws.Launcher.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)

    Good eyes, that is the unicode charactor in Chinese, it should mean "Configuration".
    The whole exception describe that it can't download specific JRE. But the JRE is on the web if I directly issue the link to http://localhost/jnlpExampleSite/http/download?arch=x86&os=Windows+vista&version-id=1.5.0_18&locale=en_GB&known-platforms=
    I simply following the unofficial JRE download example on
    http://sourceforge.net/project/showfiles.php?group_id=64065&package_id=84803&release_id=180414
    Anyway, let me try the JaNeLA first, thanks a lot for your help!

  • Need the latest swingall.jar

    Hi All,
    I have a java swing application. When I updated the jre used by the application to the latest v1.4.2_06, there is a issue. During the launch of this application a screen(basically a gif file) is loaded. This screen keeps flickering and does not load properly.
    I guess I have to update the swing.jar file to the latest one ?
    Anyone has had this sort of an issue ?
    Where do I get the latest swingall.jar file from ?
    Thanks,
    Anand.

    You have java 1.4.2_06? There's no swingall.jar for that. swingall.jar was only released to be used with Java 1.1 VMs to allow them to use Swing.
    If you have flickering problems, it's your code that's the problem most likely.
    Otherwise, try a higher version. 1.4.2_07 or 1.5.x

  • How to get the entries in a jar/zip file contained within a jar/zip file?

    If I want to list the jar/zip entries in a jar/zip file contained within a jar/zip file how can I do that?
    In order to get to the entry enumeration I need a Zip/JarFile:
    ZipFile zip = new ZipFile("C:/java_dev/Java_dl/java_jdk_commander_v36d.zip");
    // Process the zip file. Close it when the block is exited.
    try {
    // Loop through the zip entries and print the name of each one.
    for (Enumeration list =zip.entries(); list.hasMoreElements(); ) {
    ZipEntry entry = (ZipEntry) list.nextElement();
    System.out.println(entry.getName());
    finally {
    zip.close();
    Zip file "java_jdk_commander_v36d.zip" contains two zip entries:
    1) UsersGuide.zip
    2) JDKcommander.exe
    How to list the entries in "jar:file:/C:/java_dev/Java_dl/java_jdk_commander_v36d.zip!/UsersGuide.zip"?
    The following code:
    URL url = new URL("jar:file:/C:/java_dev/Java_dl/java_jdk_commander_v36d.zip!/UsersGuide.zip");
    JarURLConnection jarConnection = (JarURLConnection)url.openConnection();
    zipFile = (ZipFile)jarConnection.getJarFile();
    would point to "jar:file:/C:/java_dev/Java_dl/java_jdk_commander_v36d.zip", which is no help at all and Class JarURLConnection does not have an enumeration method.
    How can I do this?
    Thanks.
    Andre

    I'm not sure I understand the problem. The difference between a zip and jar file is the manifest file; JarFile is extended from ZipFile and is able to read the manifest, other than that they are the same. Your code
    for (Enumeration list =zip.entries(); list.hasMoreElements(); ) {
    ZipEntry entry = (ZipEntry) list.nextElement();
    System.out.println(entry.getName());
    }is close to what I've use for a jar, below. Why not use the same approach? I don't understand what you're trying to do by using JarURLConnection - it's usually used to read the jar contents.
    String jarName = "";
    JarFile jar = null;
    try
        jar = new JarFile(jarName);
    catch (IOException ex)
        System.out.println("Unable to open jarfile" + jarName);
        ex.printStackTrace();
    for ( Enumeration en = jar.entries() ;  en.hasMoreElements() ;)
        System.out.println(en.nextElement());
    }

  • There is no rt.jar in java lib could anyone help me downloading it ,or tell me where is this rt.jar, there is no rt.jar in java lib could anyone help me downloading it ,or tell me where is this rt.jar

    there is no rt.jar in java lib could anyone help me downloading it ,or tell me where is this rt.jar, there is no rt.jar in java lib could anyone help me downloading it ,or tell me where is this rt.jar

    thx for your suggestion ..but i did try to skip my code..but i am sure if u guy understand what i am trying to ask ..so i try to show my all program for u guy better undrstand my problem ...the first three paragraph of code i hope u guy could focus on it ....i try ask the user to input the cd`s title to our insert list by using a function call readString( ) and i use this method to ask the user what cd they want to be delete from the list ...but it doesn`t work when i try to perform the delete cd funtion. At first, i think it should be my deleteCd( ) problem ..but i do some testing on it..it works fine if i pass a String directly to my function instead of using readString() function to perform ...therefore, i am sure my delete function working fine....i am thinking if it is my readString() problem make my deletion does not perform well...thx for u guy help

  • Please provide Zip File of latest version instead of exe as exe is not allowed in our company

    Please provide Zip File of latest version instead of exe as exe is not allowed in our company
    We can only download ZIP or RAR EXE not allowed

    Unfortunately the official releases of Firefox aren't available as Zip-archive builds.
    Luckily a Firefox build called 'Nightly' is and it's very similar to Firefox.
    You can find the built here {''removed Nightly link''}..
    Edit: Oops, I should be careful copying answers from certain websites.
    I didn't really look at what Nightly really was.
    But I will avoid suggesting Nightly in future answers.
    ''edited by a moderator''

  • Who knows where does IE6 cache jar files?

    who knows where does IE6 cache jar files?
    I don't know why IE6 can't show my new version applet in jar file.I have try to delete all the temporary file by use tools->options->delete temporary files.but it does't work.who can tell me what should i do? thank you,

    Well in that case...I would hope it was cached in the browser...did you look at objects in the cache in (Tools, Internet Options....) in IE?

  • Where to download wlst.jar and python.jar for weblogic 10

    where to download wlst.jar and python.jar for weblogic 10 ? I am unable to find the links ..most of the prevoius ones point to dev2dev which are no longer valid

    Hi,
    I have written the below python script to list the user ,that was created in realms->myrealms->users.
    It's not working it.
    Kindly help to in this python script.
    from weblogic.management.security.authentication import UserReaderMBean
    from weblogic.management.security.authentication import GroupReaderMBean
    file_loc='MbeanValues.properties'
    file=java.io.File(file_loc)
    if file.exists():
         loadProperties(file_loc)
    connect(dwlusr,dwlspwd,dwlsurl)
    domain_name = cmo.getName()
    print 'UserName='+dwlusr
    print 'URL='+dwlsurl
    print 'DomainName='+ domain_name
    print 'welcome'
    print 'Checking if isMember of a group'realm=cmo.getSecurityConfiguration().getDefaultRealm()
    atns = realm.getAuthenticationProviders()
    for i in atns:
    if isinstance(i,UserReaderMBean):
    userReader = i cursor = i.listUsers("*",0)
    print 'Users in realm '+realm.getName()+' are: '
    while userReader.haveCurrent(cursor):
    print userReader.getCurrentName(cursor)
    userReader.advance(cursor)
    userReader.close(cursor)for i in atns:
    if isinstance(i,GroupReaderMBean):
    groupReader = i
    cursor = i.listGroups("*",0)
    print 'Groups in realm are: '
    while groupReader.haveCurrent(cursor):
    print groupReader.getCurrentName(cursor)
    groupReader.advance(cursor)
    groupReader.close(cursor)
    disconnect()

  • Which ojdbc.jar driver is used

    If I have a Java Application running on an application server an the ojdbc14.jar file is in the application server's lib directory and the Oracle 10g connection is remote from the box hosting the application (server), there is an ojdbc14.jar file on the remote oracle 10g box also
    Which ojdbc14.jar file is used by the Java Application to access the remote Oracle 10g database??
    The ojdbc14.jar file in the app server directory or the ojdbc14.jar file included with the oracle 10g installation (remote)
    Thanks
    J.

    A JDBC connection from an application server to a database server would use the JDBC driver installed on the application server (and specified in the CLASSPATH for the application server). The JAR file on the database server is irrelevant for connections to the database server-- it would only be used by a Java application running on the database server that was connecting to a database (local or remote).
    Justin

  • IBATIS and ojdbc.jar

    i try to use the new oracle jar(ojdbc14.jar).I removed the classes12.jar and nls.charset12.jar from my build path and now when i execute a single query via IBATIS technique i take the next message:
    java.sql.SQLException: No suitable driver
         at java.sql.DriverManager.getConnection(Unknown Source)
         at java.sql.DriverManager.getConnection(Unknown Source).
    I suppose that some settings in SqlMapConfig properties file have to add or change.My propertie file looks like:
    #Database Connection Parameters
    driver=oracle.jdbc.driver.OracleDriver
    url=jdbc:oracle:thin:[email protected]:1521:maininst
    username=kep
    password=kep
    I use the Eclipse3 console and with the previous oracle jars i have not the above problem.
    Please help me!

    You should always use the most recent version of the JDBC drivers. The 11.1.0.6.0 drivers support Oracle Database 9.2.0.8, so that's what you should use. The 11 drivers require J2SE 1.5 or JSE 6.0. If you are using J2SE 1.3 or 1.4 then you should use 10.2.
    Douglas

Maybe you are looking for

  • Problem with Partition scheme (was :)

    I've installed PSE 10 on partition K. To my surprise I found on the Windows partition (C) a file c://users/all users/adobe/photoshop elements with a size of 1,4Gb. Can I move this file to e.g. K? What is the meaning of this file. During installation

  • How to produce folio files with 5.5?

    After combing through these forums to understand the differences between 5.5 with and without DPS, I was under the impression that I could produce a folio file using 5.5, but without having to invest in DPS by saving the folio to an acrobat.com accou

  • Adding or removing the files

    Hi does anybody know how to remove the songs in All Songs WITHOUT deleting them. I'm using C2-01 and i've about 70 ringtones and 177 songs I don't want the ringtones in the all songs and I know creating playlists would help but i'm searching for othe

  • Mac not recognizing wireless router

    I have a G3 imac that I am trying to connect to a wireless network connection from a G4 mac. The G4 mac is connected to a Netgear wireless router and the G3 mac has an original airport card installed. I have checked all of the installation twice of t

  • Quicktime render errors-output module fails

    Hi everyone, I'm having more and more trouble lately rendering out a simple uncompressed (codec = none) 1280x720 or 1920 x 1080 Quicktime. This used to be my standard output format, ready for further encoding. But now almost every render to uncompres