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

Similar Messages

  • How to install OJDBC driver for oracle in PI7.1

    Hi,
       I am getting the following error for JDBC adapter communication .
    Error during database connection to the database URL 'jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=x.x.x.x)(PORT=x.x.x.x)))(CONNECT_DATA=(SERVICE_NAME=cpuerp)(SERVER=dedicated)))' using the JDBC driver 'JDBC DRIVER: oracle.jdbc.driver.OracleDriver': 'com.sap.aii.adapter.jdbc.sql.DriverManagerException: Can not establish connection:: SAPClassNotFoundException: JDBC DRIVER: oracle.jdbc.driver.OracleDriver'
    Would like to install the OJDBC14.jar for oracle in PI 7.1 Can anybody help to let me know how to install the OJDBC.jar file in PI7.1?
    Thanks
    Regards
    suk4023

    Hi Sukande,
    Deployment procedure is same irrespective of operating system.
    On AIX, you have to copy the file com.sap.aii.adapter.lib.sda to your desktop and modify using winrar as explained in the below article and copy the modified file back to the respective path on AIX server.
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/00b4a020-4ae6-2c10-5a95-fed4ad9a4b60?QuickLink=index&overridelayout=true
    Thanks,
    Siva Kumar

  • Where can I download odmapi.jar  for Oracle 10g Release 2 (10.2.0.1)

    Hi,
    I've just installed 10g DB Release 2 (for Linux) and now I want to explore the Decision Trees feature of Data Mining (as in the presentation of Robert A. Habertroh in OTN). However when I use Data Miner connect to this new DB, it said "Cannot connect to ODM server". There is no directory odm under my $ORACLE_HOME.
    BTW: I download the from odmapi.jar http://www.oracle.com/technology/products/bi/odm/odminer.html, but now it said there is odmapi.jar for 10.1.0.4.0 only. If I use this Data Miner to 10gR1 is OK.

    Hi,
    I've just installed 10g DB Release 2 (for Linux)
    and now I want to explore the Decision Trees feature
    of Data Mining (as in the presentation of Robert A.
    Habertroh in OTN). However when I use Data Miner
    connect to this new DB, it said "Cannot connect to
    ODM server". There is no directory odm under my
    $ORACLE_HOME.
    BTW: I download the from odmapi.jar
    http://www.oracle.com/technology/products/bi/odm/odmi
    ner.html, but now it said there is odmapi.jar for
    10.1.0.4.0 only. If I use this Data Miner to 10gR1 is
    OK.Hi Mark,
    Thanks for the promptly reply.
    I want to test the new features of ODM 10.2 as a "proof-of-concept" project. So could you inform when this will be available in OTN ?
    Thx

  • Required products.jar for Oracle 8i Standard Edition

    Hi,
    I am not able to find "products.jar" file during my oracle
    8i installation (standard edition) anybody has the file...please
    inform me or mail the file ....
    bye.
    null

    hi Doug! For the sole purpose of database test you have other option like install Oracle 8i Personal Edition on Win98 or you can install 8i Standard Edition with Custom installation; So Just Custom install without Net8/Network support.
    thanks
    Nas

  • JARs for oracle.aurora.memoryManager package

    Can someone tell me where I can find a JAR file that contains the classes in the oracle.aurora.memoryManager package? I am looking to use the following classes in an Oracle 9i DB:
    oracle.aurora.memoryManager.EndOfCallRegistry and
    oracle.aurora.memoryManager.Callback

    Oh well.. I managed to find the class by myself afterall. It was in a file called Aurora.zip, why didn't I seek for it before? Anyway.. it's all solved now and it works... I guess this wasn't the correct way to get the packages installed, but at least we learned more this way.

  • Which jar for oracle.idm.* ?

    I need to use the Oracle.idm package. Which jar file do I have to include? Thanx

    It is $ORACLE_HOME/mobile/server/bin/devmgr.jar
    You can also look at the javadocs shipped with the product.

  • DB connection issue for Oracle 11g with jdk1.3

    Hi Experts,
    I have jdk1.3 installed. I need to connect to Oracle 11g, but there is no driver class for Oracle 11g with jdk1.3. I have Classes12.jar for Oracle 9i with jdk1.3. When I try to connect to Oracle 11g with jdk1.3 using Classes12.jar, I get the below error
    Error:
    java.sql.SQLException: Io exception: Connection refused(DESCRIPTION=(TMP=)(VSNNUM=185599744)(ERR=12514)(ERROR_STACK=(ERROR=(CODE=12514)(EMFI=4))))
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:180)
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:222)
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:335)
    at oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java:334)....
    Please help to solve this issue. This is urgent.
    Thanks.

    "connection refused" is quite a clear error message;
    - either you configure a wrong host name or port number
    - the database isn't even running
    - a firewall is blocking you
    In any case no connection can be made to the database, which is hardly a programming or driver problem. You'll have to figure out for whatever external reason you cannot create a connection to the database. Good luck.

  • Which jar file to include for oracle.jdeveloper.webservices.runtime.Wrapped

    I am trying to make a Web Service client on my jakarta tomcat server....
    I used JDeveloper for generating my client .java file but i dont know which jar to include for oracle.jdeveloper.webservices.runtime.WrappedDocLiteralStub.
    Somebody pls tell me which jar file i need to copy for this thing to run successfully .... thx

    Hi,
    After compatibility problems between stub generated with JDeveloper 10.1.3 and Oracle Application Server 10g (9.0.4), i decide to downgrade the project to JDeveloper 10.1.2, then more problems... the wsdl wich JDeveloper 10.1.3 accept perfectlly was not so well interpreted by JDev 10.1.2, and i have to do some adjustments on wsdl, then the code generated didn´t format well the soap message (namespaces).....and i made my self some code at the stub class....uffff.
    Now I have the java.lang.NoClassDefFoundError: oracle/jdeveloper/webservices/runtime/WrappedDocLiteralStub when the application run´s at the Application Server, and yes i include the jdev-rt.jar (included on 'JDeveloper Runtime' library)
    Any clues (changing the technology is not an option ...for now)?
    Thank´s

  • Problem with JDBC driver for Oracle 10g

    Hi.
    I've successfully accessed a MySQL database via a DataSource from a servlet (that uses a DAO). However, when I try to do the same with an Oracle 10g Database, I get the error message:
    Cannot load JDBC driver class 'oracle.jdbc.driver.OracleDriver'
    I'm using J2SE1.5.0/5.0 and ojdbc14.jar, the latter of which I downloaded this afternoon as the latest driver JAR available on the Oracle site. As with the MySQL driver, I've placed it in the commons\lib folder within Tomcat. (I've also, of course, made the necessary modifications to server.xml and web.xml.)
    Upon examining the ReadMe file at the top of the Oracle download page, I found that the oracle.jdbc.driver package is now deprecated and all references to oracle.jdbc.driver should be replaced with oracle.jdbc. However, I got a similar error message when I tried this modification. Upon examining the contents of ojdbc.jar, I found that the driver was there and that it was, in fact, still oracle\jdbc\driver\OracleDriver!
    It appears as though the Oracle site has not been updated with a driver that matches its latest documentation. However, this does not explain why the driver is not even being loacted when it is in the correct place. Can anybody shed any light on this? Any help would be much appreciated.
    Thanks in anticipation.
    Cheers.
    Jan

    I've successfully accessed a MySQL database via a
    DataSource from a servlet (that uses a DAO). However,
    when I try to do the same with an Oracle 10g
    Database, I get the error message:
    Cannot load JDBC driver class 'oracle.jdbc.driver.OracleDriver'
    That's different from a ClassNotFoundException.
    >
    I'm using J2SE1.5.0/5.0 and ojdbc14.jar, the latter
    of which I downloaded this afternoon as the latest
    driver JAR available on the Oracle site. So you got ojdbc14.jar or ojdbc14_g.jar under the 10g drivers?
    As with the
    MySQL driver, I've placed it in the commons\lib
    folder within Tomcat. I think it's a better idea to put in the WEB-INF/lib directory of your Web app rather than commons/lib. WAR files are a very good idea, too.
    (I've also, of course, made the
    necessary modifications to server.xml and web.xml.)So you're using a JNDI data source? It sounds to me like that's where the problem is.
    You should not have to edit the server.xml at all. If you put the <ResourceParams> in a context XML file with the same name as your WAR file into the TOMCAT_HOME/webapps directory it'll be picked up automatically. (It might also be accessible in the META-INF directory for your app, but I haven't done it that way.)
    Upon examining the ReadMe file at the top of the
    Oracle download page, I found that the
    oracle.jdbc.driver package is now deprecated and all
    references to oracle.jdbc.driver should be replaced
    with oracle.jdbc.
    However, I got a similar error
    message when I tried this modification. Upon
    examining the contents of ojdbc.jar, I found that the
    driver was there and that it was, in fact, still
    oracle\jdbc\driver\OracleDriver! The fully-resolved class name you should be using MUST match the class that's in the ojdbc14.jar that you're using. Look in the JAR for the definitive answer: the one that I downloaded is still using the oracle.jdbc.driver package for OracleDriver.class. Ignore the docs - use the name that's in the JAR.
    It appears as though the Oracle site has not been
    updated with a driver that matches its latest
    documentation. That often happens with docs.
    However, this does not explain why the
    driver is not even being loacted when it is in the
    correct place. Can anybody shed any light on this?
    Any help would be much appreciated.I think the problem lies in your web.xml and server.xml
    I'd recommend that you decouple the JDBC from the Web app for now. See if you can connect to Oracle using a simple desktop app and leave the Web piece out of the equation for now. Once you can do that, you'll be certain that the parameters you're using are correct and you can turn your attention to getting the Tomcat configuration right.
    PS - I'm using Oracle 9.2.0.1 and Tomcat successfully right now, so it can be done.

  • 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....
    %

  • How can I use custom WLST commands for Oracle SOA Suite in Weblogic

    Hi There,
    I'm trying to view and search the weblogic log files using WLST on a Solaris/Unix system.
    I have come across this "custom WLST commands for Oracle SOA Suite" and thought of using the custom logging commands to get my task done.
    However, my WLST shell is not recognizing the commands and giving me the NameError!
    wls:/devDomain1/domainRuntime> listLogs()
    Traceback (innermost last):
    File "<console>", line 1, in ?
    NameError: listLogs
    I tried the commands listLogs, displayLogs, getLogLevel & setLogLevel but in vain!
    I have followed the instructions as per the oracle recommendation of using Custom WLST commands (http://docs.oracle.com/cd/E29597_01/core.1111/e10105/getstart.htm#ASADM10692) as below
    - Launched the WLST shell from Oracle Home.
    cd ORACLE_HOME/common/bin
    ./wlst.sh
    - Tried to run the listLogs command from domainRuntime()
    I would like to know if I need to import any additional libraries to run the custom WLST commands for Oracle SOA Suite in my WLST shell?
    I have only weblogic 10.3.1 server installed on my Solaris 10 machine on which I have deployed the OSB application software.
    There is no SOA Suite installed.
    Or is there any other way I can browse the Server Log file and get the list of log messages? Basically I would like to use this feature in my script to customize it according to my requirement of listing specific error logs which I can work it out if I know how to make these commands work.
    Please advise if this is possible and how?
    Cheers.
    Satish

    I have tried on my OSB installation (no SOA Suite here), the command listLogs() works (I was in online mode, after a connect), and the classpath is:
    CLASSPATH=/opt/oracle/fmw11_1_1_5/patch_wls1035/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/opt/oracle/fw11_1_1_5/patch_ocp360/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/usr/lib/jvm/java-1.6.0-sun-1.6.0.33.x6_64/lib/tools.jar:/opt/oracle/fmw11_1_1_5/wlserver_10.3/server/lib/weblogic_sp.jar:/opt/oracle/fmw11_1_1_5/wlserver_10./server/lib/weblogic.jar:/opt/oracle/fmw11_1_1_5/modules/features/weblogic.server.modules_10.3.5.0.jar:/opt/oracle/fmw111_1_5/wlserver_10.3/server/lib/webservices.jar:/opt/oracle/fmw11_1_1_5/modules/org.apache.ant_1.7.1/lib/ant-all.jar:/optoracle/fmw11_1_1_5/modules/net.sf.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.jar::/opt/oracle/fmw11_1_1_5/oracle_common/moules/oracle.jrf_11.1.1/jrf-wlstman.jar:/opt/oracle/fmw11_1_1_5/oracle_common/common/wlst/lib/adfscripting.jar:/opt/oracl/fmw11_1_1_5/oracle_common/common/wlst/lib/adf-share-mbeans-wlst.jar:/opt/oracle/fmw11_1_1_5/oracle_common/common/wlst/lb/mdswlst.jar:/opt/oracle/fmw11_1_1_5/oracle_common/common/wlst/resources/auditwlst.jar:/opt/oracle/fmw11_1_1_5/oracle_cmmon/common/wlst/resources/igfwlsthelp.jar:/opt/oracle/fmw11_1_1_5/oracle_common/common/wlst/resources/jps-wlst.jar:/optoracle/fmw11_1_1_5/oracle_common/common/wlst/resources/jrf-wlst.jar:/opt/oracle/fmw11_1_1_5/oracle_common/common/wlst/reources/oamap_help.jar:/opt/oracle/fmw11_1_1_5/oracle_common/common/wlst/resources/oamAuthnProvider.jar:/opt/oracle/fmw111_1_5/oracle_common/common/wlst/resources/ossoiap_help.jar:/opt/oracle/fmw11_1_1_5/oracle_common/common/wlst/resources/osoiap.jar:/opt/oracle/fmw11_1_1_5/oracle_common/common/wlst/resources/ovdwlsthelp.jar:/opt/oracle/fmw11_1_1_5/oracle_comon/common/wlst/resources/sslconfigwlst.jar:/opt/oracle/fmw11_1_1_5/oracle_common/common/wlst/resources/wsm-wlst.jar:/optoracle/fmw11_1_1_5/utils/config/10.3/config-launch.jar::/opt/oracle/fmw11_1_1_5/wlserver_10.3/common/derby/lib/derbynet.ar:/opt/oracle/fmw11_1_1_5/wlserver_10.3/common/derby/lib/derbyclient.jar:/opt/oracle/fmw11_1_1_5/wlserver_10.3/common/drby/lib/derbytools.jar::
    The wlst.sh I have used is /opt/oracle/fmw11_1_1_5/osb/common/bin/wlst.sh
    I hope this can help

  • OIM 9.1.0 install connector for "Oracle Database 10g"

    Hello,
    Is anybody here who succeeded to install the connector for Oracle Database 10g into OIM 9.1.0?
    If yes please give me a hint
    Have a nice day!

    Thanks guys for the quick responses.
    But I have tried both the options for putting the jar in Third Party and also by uploading using the OOTB utility UploadJar.sh.
    But it is giving the same error.
    I have tired rebouncing the server and also Purge cached, but no success.
    Just to mention again, I have tried with all the last 3 postgres JDBC4 driver available on the site (u mentioned).
    So, any other clue?
    Thanks in advance.

  • Loading of a JAR into Oracle 9i Database

    Development Environment for Java: JDK 1.4.2, Eclipse 3.2, JAWIN Java-COM Bridge, Windows XP.
    Database Environment: Oracle 9i on Windows XP.
    Tools - MapPoint 2006
    As seen from the above environment, we make use of certain native libraries of JAWIN Java-COM bridge alongwith certain standard dependency JARS for accessing the mappoint tool. The code was developed and tested in Eclipse environment with JDK 1.4.2.
    The entire code was packaged into a JAR for deployment and use from within Oracle 9i PL/SQL procedures. At this point we are encountering "class resolution errors" and "Class Not well formed errors" while running the loadJava command in Oracle 9i. Hence the JAR is not able to be deployed on the Oracle 9i Server.
    Please do the needful

    Well, Oracle9i ships with java version 1.3.1 so you will NOT be able to run java 1.4.2 application under the database.
    If you want this to be a version 1.4.2 app, you will need to upgrade to Oracle 10G.

  • What is the password for 'oracle' user created during XE installation?

    Hi,
    What is the password for 'oracle' user automatically created when XE is installed?
    I installed XE on Linux and it's created under 'oracle' user, but I don't know 'oracle' password. So, I cannot stop TNS listener.
    During configuration, it prompted me to enter SYS and SYSADMIN password but it didn't ask me to enter 'oracle' user password.
    Please let me know or point me to the document.
    Thanks,
    N

    Hi Jari,
    I tried your suggestion, but it didn't work unfortunately.
    When I type (sudo su -oracle) as follows, it still prompts the password. When I hit Enter key w/o anything, it seems to proceed and the prompt shows up in the following line. So, I thought it was successful, but when I checked 'whoami', it's not logged in as 'oracle'.
    So, I created the password for 'oracle' and logged in as 'oracle' using a new password. Then, I stopped TNS listener to uninstall XE.
    It would be nice if it's documented in XE document somewhere... since it's created by XE installation, I assumed some kind of default password was used.
    Thanks,
    N

  • In search of XDK for Oracle 8i.

    In some Application (what I am devbeloping) I need to fetch data from Oracle 8i and embed it into an XML for further processing.
    I read that XSQL Server pages is capable to generate XML with data embedded in it. For this operation XDK is Required. I don't know where I can get the XDK software for Oracle 8i. Please help.
    Thanks in advance.
    Vivek.
    E-mail:- [email protected]

    I downloaded xsu from 9i, and have no problem accessing 8i database. U may want to use XSU12_817.jar.

Maybe you are looking for

  • "error while printing" when saving

    A really odd thing started happening today: when I hit Apple + S to save a document, it first pops up the save progress box, but after a few seconds a 2nd box appears with a mesage saying "Print. error while printing." I'm just trying to save, not to

  • How do I share folders to other people using iCloud Drive?

    I would like to replace DropBox. How do I share a link to folders in iCloud Drive to other people? Does it have this capability?

  • Consolidated result on Bex Report

    Hi Experts, I have 10 reports of Goods Stock and Ageing of the Stock of various Plants. I want to view only the total value / summary in one report and up of the click of one result that should take me to the detail report of that particular value. C

  • My local BestBuy store won't let me price match with Walmart because Walmart's price is too low

    as what title said(NOT clearance item) I was supposed to get the movie tonight here is the movie at BestBuy: Titanic (4-Disc)(Blu-ray/DVD Combo Pack)(with e-copy) 1997 BestBuy Link SKU: 5401018      BestBuy is selling $21.99 Here is the SAME ITEM at

  • UCCX 7 : Report calls answer before & after SLA

    Hi all, There's a default report (CSQ Activity Report) available which is able to calculate the above based on the SLA set (for that CSQ say 30 seconds), is there a way to differentiate it based on other SLA (for example 20 or 40 seconds)? Thanks! -J