Oracle8i & jdk 1.4 --- driver ??

Hi All,
we are using Oracle 8i and jdk 1.4..what driver should we use?? ojdbc14.jar ?
Thanks in advance,

Arvind,
I believe you will find the answers to your questions through the JDBC FAQ:
http://www.oracle.com/technology/tech/java/sqlj_jdbc/htdocs/jdbc_faq.htm
Good Luck,
Avi.

Similar Messages

  • Linux : Oracle 8.1.5 and JDK 1.2

    Hi!
    I want to access Oracle 8.1.5 with JDBC.
    I have seen that ODBC for 8.1.5 only works with JDK 1.0.* and 1.1.*, but not with
    1.2.*
    A JDK 1.2 - driver is only available for Oracle 8.1.6.
    The other driver which was proposed before (from http://www.openlinksw.com/) only runs under Windows, not under Linux.
    So the only thing I could do is:
    a) Use Oracle 8.1.6 -> is it available for Linux, if yes, where can I find it (or an Upgrad for 8.1.5)
    b) Use JDK 1.1.* -> (I do not want to do this ...)
    c) Find another third-party driver for JDK 1.2 under Linux -> does anyone know where I could get one?
    If anyone knows a solution for a-c, can you please answer?
    Thanks,
    Alex
    null

    Oracle8iR2's JDBC works fine with Oracle8.1.5.
    You can download the new JDBC driver.
    null

  • How to give jdk location path in windows 7 for odi installation

    I downloaded a file ofm_odi_generic_11.1.1.5.0_disk1_1of1 and ofm_rcu_win_11.1.1.5.0_disk1_1of1 .
    In ofm_rcu_win_11.1.1.5.0_disk1_1of1 file i found java in bin under jdk.
    In my pc Path is D:\OdiHome\rcu\rcuHome\jdk\bin
    The above same path i gave but it was not taking any thing and asking same question specify jdk location.
    Kindly provide me the details how to make this success .Thanks in advance.

    Hi
    The path is now managed by Windows 7 and not the autoexec.bat or autoexec.nt files. To change the system environment variables, follow the below steps.
    1.From the desktop, right-click My Computer and click Properties.
    2.In the System Properties window, click on the Advanced tab.
    3.In the Advanced section, click the Environment Variables button.
    4.Finally, In Environment Variable window User variables in Techno
    Click on Add button and provide below information
    Variable Name: JAVA_HOME
    Value: D:\Oracle\Middleware\jdk160_24
    Again Click on Add button and enter below details
    Variable Name: path
    Value: %path%;D:\Oracle\Middleware\jdk160_24\bin;D:\Oracle\Middleware\jre160_24\bin
    Again Click on Add button and enter below details
    Variable Name: ODI_JAVA_HOME (same jdk location should provide in odiparam.bat file in ODI_HOME\oracledi\agent\bin location)
    Value: D:\Oracle\Middleware\jdk160_24
    Note: Better Don't gove jdk path from D:\OdiHome\rcu\rcuHome\jdk\bin. Please give jdk path from Drive:\Oracle\Middleware\jdk160_24 (*eg: D:\Oracle\Middleware\jdk160_24*) for more details see below URL
    URL: http://geekswithblogs.net/renso/archive/2009/10/21/how-to-set-the-windows-path-in-windows-7.aspx
    Regards,
    Phanikanth
    Edited by: Phanikanth on Dec 25, 2011 11:48 PM
    Edited by: Phanikanth on Dec 25, 2011 11:49 PM

  • Oracle 11 driver causes problem in the day when the daylight saving starts

    Hi everybody,
    I'm facing a really weird problem with daylight saving stuff. So, let me explain:
    I have a table where stores some personal data, which one of the columns is a birth date.
    On this column there is a constraint like: TRUNC(BIRTHDATE) == BIRTHDATE to ensure that the is the same always.
    Now the problem starts:
    When a person is born when the daylight saving starts (+1 hour) (e.g: Belgium 22/04/1930) in our Java application
    that date is described like: Sun Apr 22 00:00:00 CEST 1923
    When the application tries to insert data into the table, it gets a constraint violation exception.
    The configuration I'm using:
    - JDK 6_0_21
    - Oracle driver: 11.2.0.1.0 (ojdbc6.jar)
    - Oracle database: 10.2.0.4.0
    Now the weird part: When I change back to the previous Oracle driver version (10.X), it works perfectly. I've seen this FAQ:
    http://www.oracle.com/technetwork/database/enterprise-edition/jdbc-faq-090281.html#08_01
    and tried both solutions: Set the mapDateToTimestamp property and change from DATE to TIMESTAMP type in the table. Unfortunately, both don't
    work.
    Anybody has an idea how to solve that? (Change back to the previous version is not an option for us, since we had transactional problems with it)
    Cheers,
    Bruno

    You might want to post on ODBC

  • Modifiy and maximize performance of Oracle JDBC driver

    Hello all,
    due to some boring errors I'm trying to modify and maximize my JDBC driver for oracle connection... in particular I've two questions:
    1. to substitute oracle driver with a newer version you have simply to upgrade the JDBC driver in $ODI_HOME/drivers/ORACLE or you have to add/modify the file named DriverRefV3.xml in sunopsis.zip. In particular I've checked DriverRefV3.xml but there's not reference to the file used for oracle connection so I do not know if ODI is using the ojdbc5.jar updated present in ODI_HOME/drivers/ORACLE
    2. Oracle JDBC driver supports some properties as inactivity-timeout. Usually these are related to connection pool opened to the database. I want to change these properties...it's possible?
    Thanks
    Stefano

    Hi Stefano ,
    If you have only 1 Oracle JDBC driver ie. ojdbc5.jar in $ODI_HOME/drivers the ODI have to use that driver only (provided you are using correct JDK for that driver )
    DriverRefV3.xml is for listing down the driver in the JDBC connection URL
    Unless and until you have the driver in $ODI_HOME/drivers , DriverRefV3.xml will not help you.
    Have no idea about timeout setting in JDBC .
    If you find answer then it will be very helpful if you can share the same in this forum .
    Thanks,
    Sutirtha

  • ODI 11g Installation Error(JDK).

    Hi
    I have a problem with installation ODI 11g under Widows 7 (64 bit). I have installed jdk(jdk1.7.0) 32 bit version.
    When I start setup.exe (run as Administrator), Oracle Universal Installer starts, but needs to specify path to JDK
    "Preparing to launch Oracle Universal Installer from C:\Users\*. Please wait ...
    Please specify JDK location ( Ex. /home/jdk ), <location>/bin/java should exist:"
    When I input a path like C:\Program Files (x86)\Java\jdk1.7.0\bin , it is giving msg like
    Please specify a valid JDK location:
    Thanks

    Michael Rainey - Thanks for your reply
    *1* . I have installed JDK in C Drive so that JDK path will not Contain any spaces.
    C:\Java\bin
    *2* . As per the Oracle documentation:
    I have used JRE Location to start the installer on command Prompt:
    D:\Work\Softwares\Odi Setup\ofm_odi_generic_11.1.1.6.0_disk1_1of2\Disk1\install\win64>setup.exe -jreLoc C:\Java\jre
    *3* . I have also set ClassPath as
    System Variables
    A . Variable Name: JAVA_HOME
    Variable Value: C:\Java\bin
    B . Variable Name: Path
    Variable Value: D:\app\UserName\product\11.1.0\db_2\bin;%SystemRoot%\system32;
    *%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;*
    C:\Java\bin;
    But Still it is not working.
    Please give me any suggestion
    Thanks
    Yogesh

  • Personal Oracle8.0 and Forms5.0

    Hi all,
    I installed Forms5.0 and Personal Oracle8.0 on my PC. I could
    connect to the Oracle instance using SQL*Plus8.0. But when I
    tried to connect to the Oracle Instance with Forms Builder I
    could not!. Well, I could connect to Personal Oracle7.0 with
    Forms5.0. But I need to know how to connect ot Personal
    Oracle8.0. Anyone can help please?!!
    null

    Hi Emad,
    here is your problem:
    Personal Oracle8 uses the Beaquent driver to connect to the
    database by default. This is why you can connect to the database
    from sql*plus but not from the developer/2000. The trick is to
    run the Net8 utility and create your very own tnsnames.ora,
    listener.ora and sqlnet.ora files. After you created those
    files, you will start the listener and then the database. The
    listener will listen at port 1521 for the database (by default).
    Then you will be able to connect from within the developer.
    Try and if you will still have problems send me an e-mail.
    Zafer
    Emad Kehail (guest) wrote:
    : Hi all,
    : I installed Forms5.0 and Personal Oracle8.0 on my PC. I could
    : connect to the Oracle instance using SQL*Plus8.0. But when I
    : tried to connect to the Oracle Instance with Forms Builder I
    : could not!. Well, I could connect to Personal Oracle7.0 with
    : Forms5.0. But I need to know how to connect ot Personal
    : Oracle8.0. Anyone can help please?!!
    null

  • How to connect to personal oracle using oracle thin driver on windows98

    Hi,
    i would like to know is it possible to connect to personal oracle8 using oracle thin driver on windows98.iam getting some exceptions when iam running ,could any one help me
    1.exception in thread main java.sqlexception:IOexception:the
    networkadapter could not establish the connection
    2.at oracle.jdbc.dbaccess.DBError.throws sqlexception(DBError.java)
    3.atoracle.jdbc.dbaccess.DBError.throws sqlexception(DBError.java)
    4.atoracle.jdbc.driver.oracleconnection.<init>(oracleconnection.java)
    5.atoracle.jdbc.driver.oracledriver.getconnectioninstance(oracledrive
    r.jva)
    6.atoracle.jdbc.driver.OracleDriver.connect(OracleDriver.java)
    7.atjava.sql.DriverManager.getConnection(unknown source)
    8.atjava.sql.DriverManager.getConnection(unknown source)
    9.at JEmp.main(JEmp.java:16)
    null

    http://www.orafaq.com/wiki/JDBC#Thin_driver

  • Applet connection with DB

    Hi Guys,
    I have designed an applet and have placed in the htdocs of Apache server that comes with Oracle 9iAS when I can login to the db within my Lan it works fine but when I try to login from outside LAN through a dialup modem I get following error:
    Error in Connecting to the Database java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
    I know applets can only communicate with the server they are downloaded from, I have the DB on this same server where I am downloading applet from!
    I am using a router to connect the server to the internet and have opened ports 7777, 4443 and 1521.
    Any1 Any ideas??????????????
    Thanx!

    The error you are getting is a client side error, you will find no log in the listener. The applet demo was tested. The only thing I can think of is the classpath, please make sure your HTML code is pointing to the right ones. Also, you may want to make sure your browser is compatible with the version of the classes you are using, I thought browsers today support jdk 1.1.
    -Soulaiman
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by kibito:
    Since two weeks we are trying to get
    a connection working within an applet with our db.
    Plattform: Linux RedHat 6.1
    Database: oracle8i
    jdk: 1.02 (the classes102.zip)
    webserver: Apache 1.3
    browser: netscape 4.6
    We have always the no suitable driver exception!
    We worked thought different tries:
    - with the JdbcApplet.java Sample from Oracle
    - with the DriverManager.registerDriver
    (new oracle.jdbc.dnlddriver.OracleDriver()); approach
    - with the Class.forName( "oracle.jdbc.dnlddriver.OracleDriver" ); approach
    - with the driver = new oracle.jdbc.dnlddriver.OracleDriver(); approach
    - we tried every possible kind of
    getConnection method
    Questions:
    1. Is it possible to connect from an applet (jdk1.02) to an oracle8i database running under redhat 6.1?
    2. The No suitable driver means for me,
    that the listener has not found a
    driver handling the TCP request for our
    connection. Is this correct?
    3. The listener works like the inetd.
    It gets a connection forks the
    requested process to handle the connection.
    Is this correct?
    4. Even if I check the listeners logs and
    traces, there is never a request arriving
    from my applet. What am I missing?
    Help would be great!
    <HR></BLOCKQUOTE>
    null

  • JDBC Adapter - Sender - Stored Procedure - SQLException Error

    Hi,
         I have created one stored procedure in our Oracle database. I give below that stored procedure.
    CREATE OR REPLACE PROCEDURE sp_stud
    IS
        l_row student%ROWTYPE;
        TYPE t_ref_cursor IS REF CURSOR RETURN l_row%TYPE;
        c_cursor t_ref_cursor;
    BEGIN
        OPEN c_cursor FOR
         SELECT *
         FROM student where readflag= ' ';
        LOOP
         FETCH c_cursor into l_row;
            EXIT WHEN c_cursor%NOTFOUND;
            DBMS_OUTPUT.PUT_LINE(l_row.id || ' : ' || l_row.name);
        END LOOP;
    close c_cursor;
    END;
    This is a procedure to retreive rows from the table student which is having the field read_flag = ' '; (Student table contains the fields ID, NAME, BIRTHYEAR, BIRTHMONTH, READFLAG).
    In JDBC Sender Adapter, I set the values for the following fields under Parameters tab.
    Query SQL Statement: EXECUTE sp_stud
    Update SQL Statement: UPDATE student SET readflag = 'Y' where readflag = ' '
    The scenario is every 5 minutes JDBC adapter checks the table whether any new row is inserted, if it is inserted and commit, it will send that record to File. This is the Scenario.
    In Runtime Workbench, Communication Channel Monitoring, it shows the following error, when JDBC Polls the table.
    Database-level error reported by JDBC driver while executing statement 'EXECUTE sp_stud'. The JDBC driver returned the following error message: 'java.sql.SQLException: ORA-00900: invalid SQL statement '. For details, contact your database server vendor.
    Note : If we execute the Stored Procedure ad SQL command level, it works fine.
    Kindly help friends to solve this, where the error is happened.
    Thanking you,
    Kind regards,
    Jegatheeswaran P.

    Hi,
    Not a Database expert. But , in case you have not seen the note pointed by Deepu,
    <i> The JDK 1.1.x, 1.2 and 1.3 versions (classes111. zip, classes12.zip, classes12.jar) of the driver are not compatible with the SAP XI JDBC Adapter. Use the JDK 1.4 driver (ojdbc14.jar) instead. For details, refer to Oracle MetaLink note # 203849.1.
               <b>Invoking Oracle stored procedures from within a JDBC sender channel is only possible for Oracle DBMS versions >= 10.2.x using so-called table functions:</b>
               Example:
    pkg1 -
    CREATE PACKAGE pkg1 AS
      TYPE numset_t IS TABLE OF NUMBER;
      FUNCTION f1(x NUMBER) RETURN numset_t PIPELINED;
    END pkg1;
    CREATE PACKAGE BODY pkg1 AS
    -- FUNCTION f1 returns a collection of elements (1,2,3,... x)
    FUNCTION f1(x NUMBER) RETURN numset_t PIPELINED IS
      BEGIN
        FOR i IN 1..x LOOP
          PIPE ROW(i);
        END LOOP;
        RETURN;
      END;
    END pkg1;
    pkg1 -
            <b>   This function has to be invoked from the sender channel configuration (SELECT statement) as follows:
               SELECT * FROM TABLE(pkg1.f1(5));</i></b>
    Check this, confirm your Oracle DB version and then use the Table Functions as described in this note.
    A Database Expert wil be able to crack this for sure.
    Regards
    Bhavesh

  • SQLRecoverableException: connection recovery

    Hi all,
    We're going to use SQLRecoverableException(JDBC 4.0 Feature) in our critical java server application with Oracle JDBC Driver 11.2.0.1.0
    (on Oracle 11.2 database)
    On top of this we want to use a small set of our own ORA-errors as Recoverable too which will compliment the standard SQLRecoverableException.
    My questions are:
    1. I failed to find all mapped ORA-errors to this subclass. Is there such a list on the net?
    2. Wondering is this the right thing to use SQLRecoverableException for connection recovery in Oracle JDBC Driver 11.2.0.1.0, Is the dirver stable in this regard?
    Thank you in advance,
    Ivan
    Edited by: 938072 on 01-Jun-2012 04:12

    >
    We're going to use SQLRecoverableException(JDBC 4.0 Feature) in our critical java server application with Oracle JDBC Driver 11.2.0.1.0
    (on Oracle 11.2 database)
    On top of this we want to use a small set of our own ORA-errors as Recoverable too which will compliment the standard SQLRecoverableException.
    My questions are:
    1. I failed to find all mapped ORA-errors to this subclass. Is there such a list on the net?
    2. Wondering is this the right thing to use SQLRecoverableException for connection recovery in Oracle JDBC Driver 11.2.0.1.0, Is the dirver stable in this regard
    >
    I can't find any document indicating that Oracle has added support for that feature so I doubt that the Oracle JDBC driver (ojdbc6.jar is latest) supports it.
    Here is the official Oracle JDBC page that shows the Oracle DB versions supported for each of the JDBC drivers available and also describes the JDBC jars and what JDK versions they support.
    http://www.oracle.com/technetwork/database/enterprise-edition/jdbc-faq-090281.html#02_01
    That link has a statement that the JDK 1.6 driver has full support for JDBC 4.0 but it is not clear what that means and I haven't found any additional documentation that indicates your particular feature is supported.
    The JDBC Dev Guide is
    http://docs.oracle.com/cd/B28359_01/java.111/b31224/jdbcvers.htm#CIHHDDHA
    Is has a section 'Support for JDBC 4.0 Standard' but this section does not mention support for that feature. The only additional Exception support is listed as
    >
    Enhanced Exception Hierarchy and SQLException
    JDBC 3.0 defines only a single exception, SQLException. However, there are large categories of errors and it is useful to distinguish them. This feature provides subclasses of the SQLException class to identify the different categories of errors. The primary distinction is between permanent errors and transient errors. Permanent errors are a result of the correct operation of the system and will always occur. Transient errors are the result of failures, including timeouts, of some part of the system and may not reoccur.
    New exceptions have been added to represent transient and permanent errors and the different categories of these errors.
    Also, the SQLException class and its subclasses have been enhanced to provide support for the J2SE chained exception functionality.
    >
    The JDBC 4 JSR mentions that the mappings supported are the SQL-2003 docs and these docs are available for sale but not publicly available.

  • Oracle 8i on NT: No more data to read from socket

    I'm using the thin JDBC to connect to Oracle 8i on NT. when i
    try to connect i get this exception:
    java.sql.SQLException: No more data to read from socket
    at oracle.jdbc.dbaccess.DBError.check_error
    (DBError.java:659)
    at oracle.jdbc.ttc7.MAREngine.unmarshalUB1(Compiled Code)
    at oracle.jdbc.ttc7.MAREngine.unmarshalSB1
    (MAREngine.java:687)
    at oracle.jdbc.ttc7.TTIpro.receive(TTIpro.java:134)
    at oracle.jdbc.ttc7.v8TTIpro.receive(v8TTIpro.java:93)
    at oracle.jdbc.ttc7.TTC7Protocol.connect
    (TTC7Protocol.java:1100)
    at oracle.jdbc.ttc7.TTC7Protocol.logon
    (TTC7Protocol.java:179)
    at oracle.jdbc.driver.OracleConnection.<init>
    (OracleConnection.java:142)
    at oracle.jdbc.driver.OracleDriver.getConnectionInstance
    (OracleDriver.java:214)
    at oracle.jdbc.driver.OracleDriver.connect
    (OracleDriver.java:193)
    at java.sql.DriverManager.getConnection(Compiled Code)
    at java.sql.DriverManager.getConnection
    (DriverManager.java:137)
    at org.apache.turbine.util.db.DBOracle.getConnection
    (DBOracle.java:82)
    at
    org.apache.turbine.util.db.ConnectionPool.getNewConnection
    (ConnectionPool.java:161)
    at
    org.apache.turbine.util.db.ConnectionPool.getConnection
    (ConnectionPool.java:139)
    at org.apache.turbine.util.db.DBBroker.getConnection
    (DBBroker.java:162)
    at org.apache.turbine.util.db.DBBroker.getConnection
    (DBBroker.java:119)
    at org.apache.turbine.util.db.BasePeer.initTableSchema
    (BasePeer.java:179)
    at org.apache.turbine.util.TurbineUserPeer.<clinit>
    (TurbineUserPeer.java:140)
    at
    org.apache.turbine.util.TurbineUser.retrieveFromStorage
    (TurbineUser.java:310)
    at org.apache.turbine.actions.LoginUser.build
    (LoginUser.java:103)
    at org.apache.turbine.modules.ActionLoader.exec
    (ActionLoader.java:115)
    at Turbine.doGet(Compiled Code)
    at Turbine.doPost(Turbine.java:356)
    at javax.servlet.http.HttpServlet.service
    (HttpServlet.java:521)
    at javax.servlet.http.HttpServlet.service
    (HttpServlet.java:588)
    at org.apache.jserv.JServConnection.processRequest
    (JServConnection.java)
    at org.apache.jserv.JServConnection.run
    (JServConnection.java)
    at java.lang.Thread.run(Thread.java:479)
    any one know how to fix this problem???
    -ScottTavares-
    null

    Scott C. Tavares (guest) wrote:
    : I'm using the thin JDBC to connect to Oracle 8i on NT. when i
    : try to connect i get this exception:
    : java.sql.SQLException: No more data to read from socket
    : at oracle.jdbc.dbaccess.DBError.check_error
    : (DBError.java:659)
    : at oracle.jdbc.ttc7.MAREngine.unmarshalUB1(Compiled Code)
    : at oracle.jdbc.ttc7.MAREngine.unmarshalSB1
    : (MAREngine.java:687)
    : at oracle.jdbc.ttc7.TTIpro.receive(TTIpro.java:134)
    : at oracle.jdbc.ttc7.v8TTIpro.receive(v8TTIpro.java:93)
    : at oracle.jdbc.ttc7.TTC7Protocol.connect
    : (TTC7Protocol.java:1100)
    : at oracle.jdbc.ttc7.TTC7Protocol.logon
    : (TTC7Protocol.java:179)
    : at oracle.jdbc.driver.OracleConnection.<init>
    : (OracleConnection.java:142)
    : at oracle.jdbc.driver.OracleDriver.getConnectionInstance
    : (OracleDriver.java:214)
    : at oracle.jdbc.driver.OracleDriver.connect
    : (OracleDriver.java:193)
    : at java.sql.DriverManager.getConnection(Compiled Code)
    : at java.sql.DriverManager.getConnection
    : (DriverManager.java:137)
    : at org.apache.turbine.util.db.DBOracle.getConnection
    : (DBOracle.java:82)
    : at
    : org.apache.turbine.util.db.ConnectionPool.getNewConnection
    : (ConnectionPool.java:161)
    : at
    : org.apache.turbine.util.db.ConnectionPool.getConnection
    : (ConnectionPool.java:139)
    : at org.apache.turbine.util.db.DBBroker.getConnection
    : (DBBroker.java:162)
    : at org.apache.turbine.util.db.DBBroker.getConnection
    : (DBBroker.java:119)
    : at org.apache.turbine.util.db.BasePeer.initTableSchema
    : (BasePeer.java:179)
    : at org.apache.turbine.util.TurbineUserPeer.<clinit>
    : (TurbineUserPeer.java:140)
    : at
    : org.apache.turbine.util.TurbineUser.retrieveFromStorage
    : (TurbineUser.java:310)
    : at org.apache.turbine.actions.LoginUser.build
    : (LoginUser.java:103)
    : at org.apache.turbine.modules.ActionLoader.exec
    : (ActionLoader.java:115)
    : at Turbine.doGet(Compiled Code)
    : at Turbine.doPost(Turbine.java:356)
    : at javax.servlet.http.HttpServlet.service
    : (HttpServlet.java:521)
    : at javax.servlet.http.HttpServlet.service
    : (HttpServlet.java:588)
    : at org.apache.jserv.JServConnection.processRequest
    : (JServConnection.java)
    : at org.apache.jserv.JServConnection.run
    : (JServConnection.java)
    : at java.lang.Thread.run(Thread.java:479)
    : any one know how to fix this problem???
    : -ScottTavares-
    scott --
    which jdbc versionare you using ??
    if not the 816sdk -- try it ...
    make sure you match up with the jdk version ...
    note: jdk 1.2 functionality is not in any of the orcl drivers
    yet.
    check out for this faq (3rd question -- i think) for more details
    on jdk 1.2 support :
    http://technet.oracle.com/tech/java/sqlj_jdbc/htdocs/jdbc_faq.htm
    in general -- this occurs due to several different conditions :
    verify that the connections string is correct :
    for thin -- the hostid:port:sid must match the listener you're
    trying to connect with -- and a tcp/ip connection on the server
    ust exist.
    for oci driver make sure the "tnsname" entry being specified
    exists and has the same information in its "entry" correct (i.e.
    matches the listener values)
    also make sure the listener and the orcl instance are started.
    also make sure you're using jdk 1.1.x with 8.1.5 or lower
    drivers.
    816sdk can be used with jdk 1.1 or 1.2 if you are using the
    correct jdbc driver version from otn to match the jdk version.
    only jdk 1.1.x functionality is available in the jdk 1.2 driver
    at this time.
    also make sure you're using a thin driver if in an applet.
    thin or oci in a servlet is ok if properly set up.
    without more info --
    i can't tell which of these "setup or condition" issues applies
    to your situation ...
    always provide :
    jdk details,
    applet vs. application vs. servlet,
    jdbc driver version number and type(thin/oci)
    also server version in all cases and if oci driver is being
    used -- the oracle client version,
    it's always better to provide too much detail with java
    issues than just an error message ...
    i hope this helps ...
    null

  • Web cam applet

    Hi everybody ,
    i have started to write in java , recently and now i want to make one applet.
    My applet will show and record video from web cam and also it will play the recorded video. Please give me some advices and tutorials ?

    I have been trying to do this as well. You have to use JMF.
    The problem I have is that I can no longer get the camera to work in an applet.
    I have posted in the JMF forum and have not recieved an answer.
    I created an application that worked a couple years ago, but after upgrading to the latest JMF and JDK and camera drivers, I can no longer get the camera to work in the browser.
    It works fine in the Appplet Viewer, but not a browser.
    I am using IE6 and JBuilder 2005 with a Logitech USB camera.
    It is not a jar signing issue - I get asked if I want to accept the certificate.
    I am not sure if it is an IE6 issue or something in the JMF, JDK, or camera driver updates.
    I also had web based cameras (Axis and Dlink) working, but have not had the luxury of time to test and see if these work with the latest JMF and JDK updates.

  • Jdbc/oci8 oracore8.dll problem

    Hi,
    I am using jdbc oci8 and facing the following problem.
    Server: Oracle 8.1.6.0.0 on Solaris
    JDK : JDK 1.2
    Driver: JDBC oci8
    Client: Oracle Client 8.1.5 on Windows NT
    With jdbc thin driver, I am able to connect to the database.
    But with JDBC OCI8, I am getting the following error:
    THE PROCEDURE ENTRY POINT SLZSETEVAR COULD NOT BE LOCATED IN ORACORE.DLL.
    My connection string is
    Connection conn = DriverManager.getConnection ("jdbc:oracle:oci8:@13.205.104.22:1521:dssdev2", "scott", "tiger");
    I have two questions.
    1. Is it possible to use jdbc oci8 driver for the configuration which I have?
    2. If yes, how do I get rid of this problem?
    Any help will be deeply appreciated.
    Thanks.
    null

    Hi ,
    I am facing the same problem with
    Oracle 8.1.5 on Windows NT.
    Driver : 8.1.6 JDBC OCI Driver
    JDK 1.2.2
    Any workaround / patch to solve this problem please ?
    Thanks,
    Shubhada

  • Screen refresh issue with SQL Developer 1.5.5 on Vista 64 bit

    I am using the latest version of SQL Developer.
    I have screen refresh issues in sql developer. On scrolling up and down the display gets jumbled, some time screen do not display at all. Its making working with SQL Developer very difficult. I don't have such an issue with any of my other editors.
    Is this something specific to Vista? Is there any know solution to this issue.
    Thanks
    Edited by: user5899685 on Sep 1, 2009 11:14 AM

    Specific? Not really, but judging from the posts here Vista is more prone. It usually indicates incompatibility between Java and video drivers.
    If updating your JDK or video driver doesn't work or isn't an option, just disabling DirectDraw in \sqldeveloper\bin\sqldeveloper.conf usually works too:
    AddVMOption -Dsun.java2d.noddraw=trueHope that helps,
    K.

Maybe you are looking for

  • Cinema Display (A1081) Wont Work with NEW 2011 Mac Mini

    Cinema display (A1081) woks fine with 2006 Mac Mini (has a DVI Connector on back) However same display does NOT work on mac mini 2011 (using Apples HDMI to DVI cable provided) It shows in the ABOUT Displays, but seems to not get a signal from the min

  • CAN NOT UPDATE iPOD. file or directory being corrupted.. help me!!

    I have no idea why my iPod won't sync, but when I try to sync it this message error comes up: The iPod "myiPodname" cannot be updated. The file or directory is corrupted and unreadable. Can you please help? I'm so confused. :/

  • NAT issue - (over same link) static-NAT works but PAT (for rest of hosts) does not !

    Hello fellow engineers! I have a puzzling situation implementing an Internet routing pilot project and I need someone with a fresh look at the matter because I cannot make-out what the problem is- Scenario description: 2901 router with two (one used)

  • Problem with stdafx.h

    when i include stdafx header it says you can not include windows.h  as it is already defined. I need to design my plugin with better fonts and styles but these features are limited in windows.h can anme.....??

  • MSI KM4M-V and Athlon XP2800

    When I boot this I just get a beep, every 3-4 seconds ish Tried it with everything out of the case, no memory, memory.any ideas ?different sticks of memory. (PC2100 DDR266) anyt ideas ? Could it be the power supply ?