Help!: JDBC driver classes12.zip

I use Oracle8i v. 8.1.6 release 2 under Linux platform (RH 7).
I found out that there's no 'classes12.zip' file (the JDBC Driver supports JDK1.2) in my $ORACLE_HOME/jdbc/lib. It only got:
classes111.zip
classes111_g.zip
jndi.zip
jta.zip
nls_charset11.zip
What should I do?
Is there any download/cure for this?
Thank you.

Hi,
download at http://otn.oracle.com/software

Similar Messages

  • Help- JDBC driver installed, can't register driver

    1) I downloaded 175012_12.zip, classes12.zip, nls_charset12.zip
    2) I initially extracted zip files into C:\Program Files\ and they ended up in oracle subdirectories directories
    3) I followed patch instructions for 175012_12
    4) I couldn't find any Oracle Installation instructions(where are they?) so I found one http://home.clara.net/dwotton/dba/jdbc_test.htm. It said to put the driver in jdbc/lib. I had no lib directory so I created one. I think I did have a driver directory but I'm not sure if it really matter where it is, just that you point to it.
    5) I put the driver in:
    C:\Program Files\oracle\jdbc\lib\classes12.zip
    6) Set/Verified the CLASSPATH = "C:\Program Files\oracle\jdbc\lib\classes12.zip"
    7) I restarted Eclipse and put the following test code in:
    import java.sql.*;
    // Load Oracle driver
    DriverManager.registerDriver (new oracle.jdbc.driver.OracleDriver());
    8) I get the following error:
    oracle cannot be resolved to a type

    Hi
    I never set CLASSPATH with Eclipse. I simply define a library in the "Project Properties" under "Java Build Path". Notice that if you want to use JDBC thin, you can store the driver where do you want.
    HTH
    Chris

  • CLASSPATH=$ORACLE_HOME/jdbc/lib/classes12.zip not recognized

    I have included classes12.zip in my CLASSPATH for the user oracle but everytime I try to compile JdbcCheckup.java,
    I get the error
    Can't find type "oracle/jdbc/driver/OracleDriver"
    why can't my Linux machine recognize the driver inside classes12.zip?
    Do I need to unzip it and put it in the proper path.
    (I tried that with OracleDriver.class , but then I get some other error
    i.e
    java.lang.NoClassDefFoundError: antlr/collections/AST
    at at.dms.kjc.Main.beautifyParseError(Main.java:692)
    at at.dms.kjc.Main.parseFile(Main.java:488)
    at at.dms.kjc.Main.run(Main.java:119)
    at at.dms.kjc.Main.compile(Main.java:449)
    at at.dms.kjc.Main.main(Main.java:432)
    Somebody, anybody help.
    p/s I had the same problem when I was using 8.1.6.2. I have since installed 8.1.7 and JDK 1.2.2, and I still have the same problem.

    Sasan,<br>
    The file translation.zip is supposed to be located at the mentioned folder.<br>That was right till 9.2. That does no more the case from 10g. <br>Translator.zip was replaced by translator.jar.<br>
    Download JPublisher 10g Release 10.2, you will find translator.jar which you need to add at your CLASSPATH instead of translator.zip.<br>
    <br>
    Nicolas.

  • Oracle 9i Driver (classes12.zip) WL 6.1

    I have added the classes12.zip into the CLASSPATH of WL and configured the connection pool to point to an Oracle 9i database. WL starts up with no problem, but here's my 2 questions:
    1. How can I be sure that WL is really using the Oracle 9i JDBC driver instead of the 8i version (included with WL)? Is there a command that I can type to find out?
    2. On some instance of WL, after I point it to an Oracle 9i WL automatically adds dll=ocijdbc9 to the properties text box, but on some WL instance it doesn't add the dll=ocijdbc9 to the properties text box. I am using type 3 driver and not type 2 driver so dll=ocijdbc9 doesn't really matter, just curious on why WL sometime automatically add the dll=ocijdbc9 and sometime it doesn't.
    Any inputs from anyone will be greatly appreciated.
    Thanks!
    Robert

    Hi Robert,
    weblogic should work with any JDBC 2.0 compatible driver.
    Generally certification means that the driver has passed all
    weblogic tests and thus officiall support is provided for related
    issues. In other words, the fact that driver for 9.2 has not been
    certified for weblogic 6.1 doesn't mean that it can not be used
    with 6.1.
    Regards,
    Slava Imeshev
    "Robert Simpson" <[email protected]> wrote in message
    news:3d949c5a$[email protected]..
    Thank you Joe for your response. I really appreciate it! Two morequestions please....
    >
    I believe WL6.1sp2 is not certified to work with Oracle 9.2 and WL7.0sp1is certified to work with Oracle 9.2, am I right?
    >
    So the certification is referring to the internal WL type 2 driver(jdriver) and not referring Oracle 9.2 database and if that's the case, we
    can still download the classes12.zip (Oracle JDBC driver), but since this is
    a 3rd party JDBC driver, WL still do not officially certified it?
    >
    Bottomline if we want to use Oracle 9.2 we should use WL7.0sp1 since thisis officially certified by BEA. Am I right?
    >
    Thanks again!
    Robert

  • Oracle Driver classes12.zip  oci8   Error

    Oracle 9iR2 database.
    I use oci8 in a java application.
    I get the error: java.lang.UnsatisfiedLinkError: free_c_state at oracle.jdbc.oci8.OCIDBAccess.free_c_state(native method)
    I changed the Oracle-Client on the computer where the
    application is running. (from R1 to R2).
    Since this time the error occurs.
    Any idea?
    Thanks in advance
    peter eisert

    Thank you for your promptly response.
    ----I have checked my oracle client computer once again:
    LD_LIBRARY_PATH: /opt/oracle/product/901/lib
    ----In Java program:
    DRIVER: oracle.jdbc.driver.OracleDriver
    URL: jdbc:oracle:oci8:@fizt_zille.local
    ----and I get the following error messages, different than before. Do you have any new idea ?
    java.lang.NoSuchFieldError: OCIEnvHandle
    at oracle.jdbc.oci8.OCIDBAccess.make_c_state (Native Method)
    at oracle.jdbc.oci8.OCIDBAccess.logon(OCIDBAccess.java:309)
    at oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java:307)
    at oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.java:442)
    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:321)
    at java.sql.DriverManager.getConnection(DriverManager.java:517)
    at java.sql.DriverManager.getConnection(DriverManager.java:177)

  • Java.lang.OutOfMemoryError using JDBC thin driver (classes12.zip)

    I am facing a strange situation trying to reading an Oracle User Defined Type.
    First I have defined the following UDT:
    TYPE FILE_COMP AS OBJECT
    NOME_FILE VARCHAR2(1024)
    , FLAG_COMPRESS CHAR(1)
    Then I wrote a Java class that implements the CustomDatum, CustomDatumFactory interfaces in order to read FILE_COMP columns from the database.
    When I try to read data from the table I get the following error:
    Exception occurred during event dispatching:
    java.lang.OutOfMemoryError:
    at oracle.jdbc.oracore.UnpickleContext.read_bytes(UnpickleContext.java:72)
    at oracle.jdbc.oracore.UnpickleContext.apply_patches_per_type(UnpickleContext.java:159)
    at oracle.jdbc.oracore.UnpickleContext.apply_patches(UnpickleContext.java, Compiled Code)
    at oracle.jdbc.oracore.OracleTypeADT.unpickle(OracleTypeADT.java:728)
    at oracle.jdbc.oracore.OracleTypeADT.unpickle(OracleTypeADT.java:684)
    at oracle.jdbc.oracore.OracleTypeADT.unlinearize(OracleTypeADT.java:665)
    at oracle.sql.StructDescriptor.toArray(StructDescriptor.java:275)
    at oracle.sql.STRUCT.getOracleAttributes(STRUCT.java:250)
    at oracle.jpub.runtime.MutableStruct.getLazyDatums(MutableStruct.java, Compiled Code)
    at oracle.jpub.runtime.MutableStruct.getAttribute(MutableStruct.java:76)
    at sctra.ValConfig.FileCompDatum.getNomeFile(FileCompDatum.java)
    at sctra.ValConfig.FileCompRenderer.getTableCellRendererComponent(FileCompRenderer.java, Compiled Code)
    at javax.swing.JTable.prepareRenderer(Unknown Source)
    at javax.swing.plaf.basic.BasicTableUI.paintCell(Unknown Source)
    at javax.swing.plaf.basic.BasicTableUI.paintRow(Unknown Source)
    at javax.swing.plaf.basic.BasicTableUI.paint(Unknown Source)
    at javax.swing.plaf.ComponentUI.update(Unknown Source)
    at javax.swing.JComponent.paintComponent(Unknown Source)
    at javax.swing.JComponent.paint(Unknown Source) ...
    The strange thing is that all works fine if I run the same code against the test database (I have two databases, one for tests and one for operations).
    The two databases are identical (same version, same content).
    The only difference is that the operation database is 64 bit.

    sounds like you have a memory leak
    i doubt MySQL has anything to do with it
    make sure you are releasing database and other
    resources properly?
    if that's not the case, maybe you are literally
    piling up too many records in memory? how many
    records are you dealing with?Hi,
    thanks for your answer. At this moment I found my (dumb ;-) mistake.
    I tried to release database resources properly but it did not work because of a NullPointerException.
    Regards
    Hendrik

  • Couldnot connect JBuilder 6 to ORACLE 8i , JDBC driver problem

    Hi guys
    I am trying to connect to the oracle 8i database from jbuilder 6 using a simple select statement , but it gives the following error
    Root cause:
    java.lang.NoClassDefFoundError: oracle/jdbc/driver/OracleDriver
         at _0002ftestEmployee_0002ejsptestEmployee_jsp_1._jspService(_0002ftestEmployee_0002ejsptestEmployee_jsp_1.java:83)
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:119)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.jasper.servlet.JspServlet$JspCountedServlet.service(JspServlet.java:130)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.java:282)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:429)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:500)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:405)
         at org.apache.tomcat.core.Handler.service(Handler.java:287)
         at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)
         at org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:812)
         at org.apache.tomcat.core.ContextManager.service(ContextManager.java:758)
         at org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpConnectionHandler.java:213)
         at org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416)
         at org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:501)
         at java.lang.Thread.run(Thread.java:484)
    plse help me how to connect jbuilder to oracle to access the data. I followed jbuilder doc like from the menu (Tools �� enterprise setup �� database driver ��)
    but could not select the driver since it is marked as red (uninstalled). How can I made jdbc driver to available to jbuilder.?. I am using oracle 8i. Will oracle 8i supports jdk 1.3 b��cos I have noticed the jbuilder supports from jdk 1.3 onwards. So plse correct me if I am wrong
    waiting for reply
    sumesh

    thanks for u'r reply.
    you mean to say i need to install the new JDBC driver (Classes12.zip and nls_charset12) to the oracle/ora8i/jdbc/lib folder.currently this folder contains only classes102 and classes11.zip files and the corresponding charset only.After instaling the new classes12.zip file do i need to set the classpath?.

  • Adding Oracle JDBC driver to Analyzer 6.5

    Hi all,We're currently trying to establish an Oracle Relational Database connection from Analyzer 6.5 (running on DB2 as repository). Unfortunately Analyzer 6.5 did not include Oracle JDBC driver with the installation (it claims it did in the docs). Does anyone know how to add the Oracle JDBC driver (classes12.zip) to Analyzer 6.5 existing installation?ThanksGerd

    Never mind. I found out the solution. Turns out that we had to rename classes12.zip to classes12.jar and add it to classpath and copy it to appserver/webapps/Analyzer6_server/WEB-INF/lib.I guess this applies to all JDBC drivers.

  • Oracle jdbc driver class and classes12.jar whether deprecated.?

    Hi All,
    1. In one of the post, it has been told that oracle.jdbc.driver.OracleDriver will be deprecated and also recommended to used oracle.jdbc.OracleDriver.
    According to that post, I changed the driver class name in my code as below:
    Class.forName("oracle.jdbc.OracleDriver");
    Then to check the driver name, I insert the below code:
    Enumeration<Driver> driverEnum = DriverManager.getDrivers();
    +while (driverEnum.hasMoreElements()){+
    System.out.println("driver : "driverEnum.nextElement());+
    +}+
    Below is the output:
    driver : oracle.jdbc.driver.OracleDriver@addbf1
    Even after specifying the driver class name to be used as oracle.jdbc.OracleDriver, why it is taking oracle.jdbc.driver.OracleDriver..?
    INFO : The Oracle JDBC Driver (classes12.jar) version is 10.2.0.4.0.
    2. We are using classes12.jar for developing all JDBC code. In Oracle Database 11g Release 2 (11.2.0.2.0) JDBC Drivers, there is no classes12.jar. Is this deprecated? Which jar can be used instead of classes12.jar?
    Thanks in advance.

    In Oracle Database 11g Release 2 (11.2.0.2.0) JDBC Drivers, there is no classes12.jar. Is this deprecated? Which jar can be used instead of classes12.jar?For JDBC 4.0 features ojdbc6.jar with JDK 6.0.
    For JDBC 3.0 support ojdbc 5.jar with JDK 5.0
    http://www.oracle.com/technetwork/database/enterprise-edition/jdbc-112010-090769.html

  • Error oracle.sql.* and oracle.jdbc.driver.* not found when using oracle as a database

    I am using oracle as database and weblogic 4.5. I have copied the classes12.zip file in lib directory of weblogic. I am getting the error that oracle.sql.* and oracle.jdbc.driver.* not found when i am importing these packages in a jsp file. what i need to do to import oracle driver packages?I put it in the classpath also.
    Please Advice!
    Thanks in advance
    AnuPama

    Hi Anupama,
    First of all I would be surprised if you would not like to use the connection pooling feature of weblogic (in which case you might not be needing the import the classes directly), and would like to open direct connections to your database. Anyways for doing that I would recommend you to check out the readme doc that ships
    along with the jdbc oracle (classes12.zip etc). I am giving an excerpt over here:
    These are a few simple things that you should do in your JDBC program:
    1. Import the necessary JDBC classes in your programs that use JDBC.
    For example:
    import java.sql.*;
    import java.math.*;
    2. Register the Oracle driver before before calling other JDBC APIs.
    (This is not needed if you are using the JDBC Server-side Internal
    Driver because registration is done automatically in the server.)
    To register the Oracle driver, make sure the following statement
    is executed at least once in your Java session:
    DriverManager.registerDriver(
    new oracle.jdbc.driver.OracleDriver());
    3. Open a connection to the database with the getConnection call.
    Different connection URLs should be used for different JDBC
    drivers. The following examples demonstrate the different URLs.
    For the JDBC OCI8 Driver:
    Connection conn = DriverManager.getConnection(
    "jdbc:oracle:oci8:@<database>",
    "scott", "tiger");
    where <database> is either an entry in tnsnames.ora or a SQL*net
    name-value pair.
    For the JDBC Thin Driver, or Server-side Thin Driver:
    Connection conn = DriverManager.getConnection(
    "jdbc:oracle:thin:@<database>",
    "scott", "tiger");
    where <database> is either a string of the form
    <host>:<port>:<sid> or a SQL*net name-value pair.
    For the JDBC Server-side Internal Driver:
    Connection conn = DriverManager.getConnection(
    "jdbc:oracle:kprb:");
    Note that the trailing ':' character is necessary. When you use
    the Server-side Internal Driver, you always connect to the
    database you are executing in. You can also do this:
    Connection conn
    = new oracle.jdbc.driver.OracleDriver().defaultConnection();
    Hope this helps,
    Thanks,
    Anupama wrote:
    I am using oracle as database and weblogic 4.5. I have copied the classes12.zip file in lib directory of weblogic. I am getting the error that oracle.sql.* and oracle.jdbc.driver.* not found when i am importing these packages in a jsp file. what i need to do to import oracle driver packages?I put it in the classpath also.
    Please Advice!
    Thanks in advance
    AnuPama--
    Apurb Kumar

  • Wher should i keep classes12.zip file

    Hi,
    I am new to java and oracle.I want to connect to database to database using thin driver, but i am un able to connect.I am using j2sdk1.4.2_10 and oracle 8i.
    I have downloaded classes12.zip but don't know where to keep .Can any one help me regarding this issue.
    If possible tell me how many ways we can connect to oracle using java.
    Ashok.

    Ashok,
    The Oracle database distribution should include the JDBC driver. It should be in directory:
    ORACLE_HOME/jdbc/lib
    Where "ORACLE_HOME" is an environment variable, so for a Windows platform it would be:
    %ORACLE_HOME%\jdbc\lib
    And for a UNIX/linux platform it would be:
    $ORACLE_HOME/jdbc/lib
    In any case, it doesn't matter where the "classes12.zip" file is located, you just need to tell java where it is located. There are several ways to do this and the best way depends on the type of application you are using. If you are using a simple, stand-alone java class, then simply use the "-classpath" option of the java command, for example (using UNIX):
    java -classpath $ORACLE_HOME/jdbc/lib/classes12.zip:. YourJavaClass(Note that I have assumed that "YourJavaClass" is in the current directory.)
    Good Luck,
    Avi.

  • JDBC,Oracle - java.lang.ClassNotFoundException: oracle.jdbc.driver.Oracle

    I am using JBuilder5 which comes with jdk1.3. I have installed oracle 8.1.7 Enterprise version.
    I am using Win NT 4.0.
    I have set the PATH variable as E:\oracle\ora81\lib; and
    CLASSPATH as : E:\oracle\ora81\jdbc\lib\classes12.zip;E:\oracle\ora81\jdbc\lib\nls_charset12.zip;
    My JDBC code is
    package sample2;
    import java.sql.*;
    public class Two {
    Connection con;
    Statement st;
    public Two() {
    try{
    Class.forName("oracle.jdbc.driver.OracleDriver");
    con = DriverManager.getConnection("jdbc:oracle:oci8:@First","scott","tiger");
    st = con.createStatement();
    ResultSet rs = st.executeQuery("Select * from Book");
    while(rs.next())
    System.out.print(rs.getInt("ID")+"\t");
    System.out.print(rs.getString("title")+"\t");
    System.out.print(rs.getString("author")+"\t");
    System.out.print(rs.getString("subject")+"\t");
    System.out.println(rs.getInt("copies")+"\t");
    st.close();
    con.close();
    catch(Exception ex)
    System.out.println("Exception : " + ex.toString());
    public static void main(String[] args) {
    Two two1 = new Two();
    I am getting this exception:
    Exception : java.lang.ClassNotFoundException: oracle.jdbc.driver.OracleDriver
    I can understand that the classpath for the driver is the problem here.
    Also, I tried to run this file without JBuilder as a independent file on a notepad. Even then this exception is thrown.
    I have set the PATH to E:\oracle\ora81\bin and also to E:\oracle\ora81\lib.
    I ran "echo %classpath%" from my command prompt and this is what i am getting.
    E:\JBuilder5\jdk1.3\lib\tools.jar;E:\JBuilder5\jdk1.3\dt.jar;E:\oracle\ora81\jdbc\lib\classes12.zip;E:
    \oracle\ora81\jdbc\lib\nls_charset12.zip;
    I searched solution for this probldem in Sun JDC Forum itself. Many of them suggested to unzip classes12.zip and create jar file and add it in the classpath. Alos, some have suggested to copy the classes12.zip in home directory and then include this path in the classpath. I tried those solutions also. But, nothing seem to work.
    Somebody help me fix this problem.
    Thanks in advance.

    Jbuilder5 uses a different means of loading dependent classes. Use menu : Tools -->Configure Libraries - Click New and setup a new named library that points to classes12.zip .
    Then include this in u'r required Libraries of your project using menu Project --> Project Properties - required Libraries tab.
    I don't thnk Jbuilder5 even refers to CLASSPATH set in Windows NT environement. Path may need to be set to include oracle/ora81/bin directory though.
    Hope this helps.

  • JDBC driver register issue in iAS.

    I currently turn to EJB development, and I encountered a problem when running a CMP sample in iPlanet. My develop environment list below:
    Windows 2000 Server
    iPlanet 6.0 SP3 (Installed in G:\iplanet\ias6\ias )
    Oracle8i,
    Forte for Java 3.0
    I learn CMP Bean by study the Product sample in iPlanet ( G:\iplanet\ias6\ias\ias-samples\j2eeguide\product ). I ran the script in G:\iplanet\ias6\ias\ias-samples\j2eeguide\product\src\schema\setup_ora.bat. It register a ORACLE-OCI ,the type 2 driver. But I want to register a type 4 driver. So I start kregedit ,
    removed the type 2 , and register a type 4 driver and datasource use iASAT. The entries list following:
    Oracle Type4 Driver Register
    DriverType:oracle-type4
    Driver ClassName:oracle.jdbc.driver.OracleDriver
    Driver Classpath:D:\oracle\ora81\jdbc\lib\classes12.zip
    DataSource configuration
    JNDI Name:bankDS
    DriverType:oracle-type4
    DatabaseUrl:oracle:thin:@192.168.188.31:1521:PhilipW
    Username:philip
    Password:tiger
    Then, I run the client (both servlet and rmi), all successfully. But few days later. When I run it a exception raise to indicated that the iAS can't find jdbc driver. Message in KJS Process window list below:
    ==================First KJS Process window================
    Engine running on Java HotSpot(TM) Server VM 2.0fcs JVM supplied by Sun Microsy
    stems Inc.
    Connected to LDAP server on top-philip port 389
    iPlanet Application Server is running in international mode
    Initializing LDAP cache from server top-philip port 389
    LDAP cache initialization completed successfully.
    [25/&#20108;&#26376;/2002 16:05:53:6] info: ENGINE-ready: ready: 8787
    eng =com.kivasoft.types.enumSubKeysIGDSKey@288051
    eng =com.kivasoft.types.enumSubKeysIGDSKey@45eb
    eng =com.kivasoft.types.enumSubKeysIGDSKey@6e7a14
    eng =com.kivasoft.types.enumSubKeysIGDSKey@10cb03
    [25/&#20108;&#26376;/2002 16:06:18:9] error: EB-001: Unable to locate interface IGXTxnAssocMgr
    [25/&#20108;&#26376;/2002 16:06:19:0] info: PROT-006: new connection established
    ================Second KJS Process Window ==================
    [25/&#20108;&#26376;/2002 16:05:44:0] info: ENGINE-ready: ready: 10819
    [25/&#20108;&#26376;/2002 16:06:19:0] info: PROT-006: new connection established
    [25/&#20108;&#26376;/2002 16:06:19:0] info: REQ-012: thread add
    java.sql.SQLException: No suitable driver
    at java.sql.DriverManager.getDriver(DriverManager.java:208)
    at com.netscape.server.jdbc.DataSourceImpl.loadDriver(Unknown Source)
    at com.netscape.server.jdbc.DataSourceImpl.getConnection(Unknown Source
    at com.netscape.server.jdbc.DataSourceImpl.getConnection(Unknown Source
    at com.netscape.server.ejb.SQLPersistenceManager.getConnection(Unknown source)
    at com.netscape.server.ejb.SQLPersistenceManager.start(Unknown Source)
    at com.netscape.server.ejb.SQLPersistenceManager.start(Unknown Source)
    at com.netscape.server.ejb.SQLPersistenceManager.create(Unknown Source)
    at com.netscape.server.ejb.EntityDelegateManagerImpl.doPersistentCreate(Unknown Source)
    at com.netscape.server.ejb.EntityDelegateManagerImpl.create(Unknown Souce)
    at com.kivasoft.eb.EBHomeBase.create(Unknown Source)
    at com.titan.cabin.ejb_home_com_titan_cabin_CabinBean.create(ejb_home_cm_titan_cabin_CabinBean.java:76)
    at com.titan.cabin.ejb_kcp_skel_CabinHome.create__com_titan_cabin_Cabin_int(ejb_kcp_skel_CabinHome.java:208)
    at com.kivasoft.thread.ThreadBasic.run(Native Method)
    at java.lang.Thread.run(Thread.java:479)
    I am sure the classes12.zip (the Oracle type4 jdbc driver ) is on the iAS's classpath. I guess maybe this caused by the type2 driver. I had reinstalled iAS, even the OS. but I can't resolve this problem. I
    really feel crazy! Do you have any idea?
    Thanks in advance.
    Shuhao Wang

    Shouldn't the database URL be
    "<B>jdbc:</B>oracle:thin:@192.168.188.31:1521:PhilipW"? And it could also be a good idea to add the path to classes12.zip to appserver/6.0/java/classpath using kregedit...

  • Time out connection in the classes12.zip

    Hello,
    How can I change the time out connection to my database in Java ? I use the JDBC thin driver (classes12.zip) to connect to an 8.1.6 standard Oracle edition on an NT Server.
    I tested a network problem connection removing the network cable and then my application waits 20 minutes to raise an exception.
    Thanks
    Guillaume Facon

    You need to set a tcpip timeout at the os level. Oracle jdbc does not support timeouts.

  • Jdbc driver for oracle8i(8.1.5) on Linux with JDK1.2.2

    I am looking for a JDBC Driver.
    Does anybody know where I can get it?
    Thanks in advance.
    null

    Java Development Quote:
    You can download the JDK 1.2 version of the 8.1.6 Thin driver from this site. It is 100% Pure Java and will run on Linux.
    As you replied, I downloaded 8.1.6 Thin driver(classes12.zip) and installed it in the Linux server where Oracle 8.1.5 resides at.
    I wrote a test program, and it compiled without errors. But when I excuted it, I get the error message below:
    java.sql.SQLException: Io exception: Connection refused(DESCRIPTION=(TMP=)(VSNNU
    M=135286784)(ERR=12505)(ERROR_STACK=(ERROR=(CODE=12505)(EMFI=4))))
    Below is the test program I used:
    import java.sql.*;
    import oracle.jdbc.driver.*;
    public class Test
    public static void main (String args [])throws SQLException
    //DriverManager.registerDriver(new oracle.jdbc.driver.OracleDriver());
    try{
    Class.forName("oracle.jdbc.driver.OracleDriver");
    catch(ClassNotFoundException e){
    System.out.println("Cannot load the Driver");
    Connection conn = DriverManager.getConnection ("jdbc:oracle:thin:@207.207.148.132:1521:DR_DEV","crunchy", "imcrunchy");
    // Create a Statement
    Statement stmt = conn.createStatement ();
    // Select the ENAME column from the EMP table
    ResultSet rset = stmt.executeQuery ("select sysdate from dual");
    // Iterate through the result and print the employee names
    while (rset.next ())
    System.out.println (rset.getString (1));
    I'd appreciate if you give me some insight.

Maybe you are looking for

  • Contract and billing question.

    I'm leaving to Basic Combat Training in mid September and I'm getting a phone beforehand so I can keep contact with people when they start allowing phone time, and so I can keep contact through Advanced Individual Training. I don't have a job so I've

  • Installing AUTHENTIC windows 7 ultimate 64bit on Macbook Pro - ERROR, help!

    I am trying to install windows 7 ultimate 64bit (not the beta or RC, this is an authentic windows 7 DVD -- signature edition) on my macbook pro using Bootcamp. When the computer tries to reboot, i get a message that says: 1. 2. select cd-rom boot typ

  • Error Occured in Extractor

    Dear Friends, Can anybody help me on this , One of the Process chain showing error...in the data loading. in the process monitor error shows as "error occured in the source system and in the further analysis its showing error occured in the extractor

  • Af:query date attributes BUG in TP3

    Hello, I have found another bug in the af:query component. The date selectors that are rendered for every date attribute don't work, the calendar doesn't open when I click the calendar icon. Thanks, Marc

  • Adobe Acrobat Reader X 10.x MUI ohne Sprachabfrage

    Hallo, Ich versuche den Acrobat Reader in einer Firmenumgebung zu installieren. Nach der Installation startet der Reader mit einer Sprachabfrage in der das Programm laufen soll. Wie kann ich das verhindern? Kann ich die Standardeinstellung (z.B. deut