Compatibilty of classes111.zip with classes12.zip?

We are using classes111.zip for our application .( JDBC thin client being used on Oracle 8i , Application Server is WEBLOGIC )
We require scrollable resultset for one module , so for that we require classes12.zip.
Can i use it ?
If yes will it affect my programs using classes111.zip ?
null

In JDBC 8.1.6 almost all of the features (with the exception of support for java.sql.{Blob,Struct,Ref,Clob,SQLData}) of JDBC 2.0 are available in both, the classes111 and classes12 libraries.
However, if you use classes111.zip you'd need to cast to oracle.jdbc.driver.OracleXxxx entities instead of using java.sql.Xxxx.

Similar Messages

  • Usage of java.sql.Timestamp with classes12.zip and ojdbc14.jar  ?

    Hi all,
    If i'm using java.sql.Timestamp with classes12 it is functioning perfectly,
    if i'm using ojdbc14 and java.sql.Timestamp it is functioning in different way and failing to do the action..
    Example : update set xxx=yy where time = my Timestamp object set in Prepared statement
    Hope to see the answer

    http://forum.java.sun.com/thread.jspa?threadID=460615&messageID=2116517
    Timestamp insert problem
    Using the "classes12.zip" file that comes with the distribution for Oracle versions 8.1.6.x and 8.1.7.x, Oracle's DATE datatype is mapped to the "java.sql.Timestamp" class. However, the "ojdbc14.jar" driver maps DATE to "java.sql.Date", and "java.sql.Date" only holds a date (without a time), whereas "java.sql.Timestamp" holds both a date and a time.

  • How to match xsu12.jar with classes12.zip

    Can anyone tell me how to do it

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Steven Muench ([email protected]):
    Not sure what the question is.
    If you use classes12.zip in your classpath, use xsu12.jar in your classpath, too.
    If you use classes111.zip in your classpath, use xsu111.jar in your classpath, too.
    <HR></BLOCKQUOTE>
    Thank you! It works now.
    null

  • Difference between Classes111.zip and Classes12.zip?

    Hi!
    Earlier we used to use Classes111.zip now a days mostly we use classes12.zip.
    What is the comparison among the two?
    What are the special things that are achieved in Classes12.zip over Classes111.zip
    Can I have explanation about it?
    Thanks in Advance
    -Sagar

    classes111.zip is for JDK1.1 while classes12.zip id for JDK1.2 and above.
    Col

  • How to use thin drivers and classes111.zip?

    I'm using jdk1.2 and making connection with Oracle8 database using an applet. I resolved the issue
    of security by using the policytool. But now I want to know how can I use the Thin Driver to connect with the database?
    the code which I had written is :-
    import java.sql.*;
    try{
    DriverManager.registerDriver(new oracle.jdbc.driver.OracleDriver());
    con=DriverManager.getConnection("jdbc:oracle:thin:@localhost:1521:cbcpeter","scott","tiger");
    st=con.createStatement();     
    }catch(Exception e){System.out.println(e);}
    and it gives the following error "Class oracle.jdbc.driver.OracleDriver not found"
    So please tell me where to place the classes111.zip or classes12.zip and how to use them?
    I had tried with the jdbcodbc driver, but it gives me the error "Cannot load Resource File sqresus.dll"
    thanx in advance!

    well, i had the same problem some months ago, the READ ME OF HOW TO INSTALL IN THE ORACLE SITE IT IS INCORRECT!!! i cant remember it right, but the directory pertaining to the read me file is WRONG! im 100% sure because when i changed the directory to its correct path it WORKED!!! so u have to use common sense...
    also, if u r using tomcat 4.0.x try adding the location og the classes111.zip in the catalina.bat, coz when u run tomcat, it overrides the classpaths, etc that has been set in the autoexec.bat...
    also, dont unzip the file...
    i hope this helps... i had my code in another computer so i can post it here...

  • Classes111.zip for 9iFS

    I can only get connecton to 9iFS by using jdbc lib classes111.zip for my java program.
    Is there any way to use classes12.zip for both 9iFS programs and my entity ejbs running on OC4J?
    thanks for any advise.

    David,
    It depends on which version of the Thin-JDBC driver you want to
    use.
    For 8.1.4:
    aurora\lib\classes111.zip
    For 8.0.5:
    jdbc\lib\oci8\classes111.zip
    For 7.3.x:
    jdbc\lib\oci7\classes111.zip
    Even though the directories say 'oci', the classes111.zip files
    contain both OCI and thin drivers.
    I'm not sure what the translator.zip file is that you're trying
    to locate. This isn't mentioned in the JDBC doc.
    -L
    David DUPONT (guest) wrote:
    : In Jdeveloper 2.0,
    : Translator.zip
    : and classes111.zip for Thin-JDBC Doesn't exist.
    : Why?
    null

  • Translator.zip and Classes111.zip for Thin-JDBC

    In Jdeveloper 2.0,
    Translator.zip
    and classes111.zip for Thin-JDBC Doesn't exist.
    Why?
    null

    David,
    It depends on which version of the Thin-JDBC driver you want to
    use.
    For 8.1.4:
    aurora\lib\classes111.zip
    For 8.0.5:
    jdbc\lib\oci8\classes111.zip
    For 7.3.x:
    jdbc\lib\oci7\classes111.zip
    Even though the directories say 'oci', the classes111.zip files
    contain both OCI and thin drivers.
    I'm not sure what the translator.zip file is that you're trying
    to locate. This isn't mentioned in the JDBC doc.
    -L
    David DUPONT (guest) wrote:
    : In Jdeveloper 2.0,
    : Translator.zip
    : and classes111.zip for Thin-JDBC Doesn't exist.
    : Why?
    null

  • Oracle JDBC API for Classes111.zip

    Hi,
    Can any one tell where i could get the Java APIs for the classes111.zip.
    Thanks
    -Rao

    Rao,
    Javadocs for the JDBC drivers can be found here :
    http://otn.oracle.com/software/tech/java/sqlj_jdbc/software_index.htm

  • Jdbc thin classes111.zip and timeout

    Is it possible that there is a timeout on a connection to a
    database?
    I use oracle 8, IBM Websphere app server on NT IIS4.0 Service
    pack 5.0 and TOPLink 2.0
    the database accessor get disconnected after a 2nd user access
    the database.
    thank you all
    laurence
    null

    Laurence courdier (guest) wrote:
    : Is it possible that there is a timeout on a connection to a
    : database?
    : I use oracle 8, IBM Websphere app server on NT IIS4.0 Service
    : pack 5.0 and TOPLink 2.0
    : the database accessor get disconnected after a 2nd user access
    : the database.
    It looks like there're subtle differences between how
    connections from native OCI stuff and JDBC type 4 (native java)
    driver appear to Oracle session manager. In our case, after
    certain period of user (java app) inactivity, any subsequent
    attempt to do smth. causes SQLException "Connection closes by
    peer" to be thrown inside Oracle JDBC classes. So it looks like
    you have to do some sort of "ping" against a database periodicly
    (I guess every our or so) so that DB is sure your side is alive.
    I suspect that native OCI library silently does smth. similar.
    Hope that helps,
    Ernest
    null

  • Compatibilty of owb 10g with 11g repository

    hi grus!!!
    we are using owb 10.1 which repository is on database 10g(database name:teng)
    source is on another database (database name:source) which is also on 10g
    target is on third database (database name:dwh) also on 10g version
    things was going fine.....
    now we want to upgrade only teng database to 11g version..
    I want to ask that should owb 10.1 will remain compatible with upgraded repository
    thnks
    Edited by: user13179178 on Jan 24, 2013 2:55 AM

    No you can not install 10.1 in 11 g DB

  • Classes12.zip problem :-((

    Hi all, I had a problem when I open a jsp page when I use JDBC connection with classes12.zip. I currently have classes12.zip under c:\Oracle\Ora81\jdbc\lib and I set my environment variable:
    1st try to set: CLASSPATH=c:\Oracle\Ora81\jdbc\lib
    2nd try to set: CLASSPATH=%CLASSPATH%;c:\Oracle\Ora81\jdbc\lib
    3rd try to set: CLASSPATH=$ORACLE_HOME\jdbc\lib
    Then I reboot my machine and start my Tomcat Server. None of these setting is working at all. Here is the error that I get when I load my jsp page:
    org.apache.jasper.JasperException: Unable to compile class for JSP
    An error occurred at line: -1 in the jsp file: null
    Generated servlet error:
    [javac] Since fork is true, ignoring compiler setting.
    [javac] Compiling 1 source file
    [javac] Since fork is true, ignoring compiler setting.
    [javac] C:\Program Files\Apache Group\Tomcat 4.1\work\Standalone\localhost\_\t_jsp.java:8: package oracle.jdbc.driver does not exist
    [javac] import oracle.jdbc.driver.*;
    [javac] ^
    [javac] C:\Program Files\Apache Group\Tomcat 4.1\work\Standalone\localhost\_\t_jsp.java:59: cannot resolve symbol
    [javac] symbol : class OracleDriver
    [javac] location: package driver
    [javac]           DriverManager.registerDriver(new oracle.jdbc.driver.OracleDriver());
    [javac] ^
    [javac] 2 errors
    I read several classes12.zip problem that posted on this forum, but none of them help me at all. By the way my OS is Window 2000 and Tomcat 4.1, Oracle 8.1.7 Enterprise
    Please give me some advices how to fix this.
    Thanks

    Thanks for all your advices, I did try Weiming Zhao
    and 734 instruction, but still not working. By the way, when I do javap oracle.jdbc.driver.OracleDriver, I got the following:
    C:\Dev>javap oracle.jdbc.driver.OracleDriver
    Compiled from OracleDriver.java
    public class oracle.jdbc.driver.OracleDriver extends java.lang.Object implements
    java.sql.Driver {
    public static final char slash_character;
    public static final char at_sign_character;
    static final java.lang.String oracle_string;
    static final java.lang.String user_string;
    static final java.lang.String password_string;
    static final java.lang.String database_string;
    static final java.lang.String server_string;
    static final java.lang.String access_string;
    public static final java.lang.String protocol_string;
    public static final java.lang.String dll_string;
    public static final java.lang.String logon_as_internal_str;
    static final java.lang.String prefetch_string;
    static final java.lang.String row_prefetch_string;
    static final java.lang.String default_row_prefetch_string;
    static final java.lang.String batch_string;
    static final java.lang.String execute_batch_string;
    static final java.lang.String default_execute_batch_string;
    static final java.lang.String remarks_string;
    static final java.lang.String report_remarks_string;
    protected static java.sql.Connection m_defaultConn;
    static {};
    public oracle.jdbc.driver.OracleDriver();
    public boolean acceptsURL(java.lang.String);
    public java.sql.Connection connect(java.lang.String, java.util.Properties) t
    hrows java.sql.SQLException;
    public java.sql.Connection defaultConnection() throws java.sql.SQLException;
    public static java.lang.String getCompileTime();
    public int getMajorVersion();
    public int getMinorVersion();
    public java.sql.DriverPropertyInfo getPropertyInfo(java.lang.String, java.ut
    il.Properties)[] throws java.sql.SQLException;
    public boolean jdbcCompliant();
    There is a SQLException, is this normal? This classes12.zip stop me for the last 4 days. Please advise.
    Thanks

  • 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

  • Diconnect between readme file and zip file.

    Hi,
    For the drivers for oracle 8.1.6 the zip file (816classes12b.zip) contains file classes111.zip and classes102.zip. but no classes12.zip as the readme file (http://technet.oracle.com/software/tech/java/sqlj_jdbc/files/815readme.txt) says.
    What files do I need to get to Oracle 8.1.6 from jdk1.2? Where can I get them.
    Thanks,
    Prashant Rane

    Yeah but my freind if you are working with JDK1.1 or higher u need only classes111.zip
    null

  • Panama_core.zip

    I have been having problems getting Portal-to-Go up and running. I have noticed that when I do not include panama_core.zip in the jserv.properties file, test.jsp displays fine and login.jsp gives me a JSP error. If panama_core.zip is included, even test.jsp gives me an Internal Server Error. Does anyone know why this might be?

    Hi,
    Here are the values I put in my classpath
    (in my case it works)
    %ORACLE_HOME%\panama\server\classes;
    %ORACLE_HOME%\panama\lib\panama_core.zip;
    %ORACLE_HOME%\panama\lib\panama_papz.zip;
    %ORACLE_HOME%\panama\lib\server.zip;
    %ORACLE_HOME%\panama\lib\client.zip;
    %ORACLE_HOME%\panama\lib\jndi.jar;
    %ORACLE_HOME%\panama\lib\xmlparserv2.jar;
    %ORACLE_HOME%\panama\lib\classes111.zip;
    %ORACLE_HOME%\panama\lib\ojsp.jar;
    %ORACLE_HOME%\panama\lib\servlet.jar;
    null

  • BexAnalyser : compatibilty of WB created in Excel 2010 with Excel 2003

    Hi all,
    I'm trying to define the compatibilty of worbook created with BexAnalyser (Excel)  2003 with BexAnalyser 2010.
    When a workbook is created in 2003 version and saved with 2010 version and opened with BexAnalyser 2003, I'm loosing the textelement (available by the Information bouton).
    For displaying this information, I have to turn into creation mode and displaying the information by quoting the radio bouton in properties panel.
    In an other case, when i'm creating a worbook with Bexanalyser 2010, i cannot open it with 2003.
    Do you know if Worbooks that are created in BexAnalyser 2010 have a chance to be compatible (by two ways) with BexAnalyser 2003.
    For information, we installed FEP 200 and FEP 201 and the SAPGUI is 720.
    Thank you in advance.
    Cedric

    As an update...
    I verified the Control ID in Outlook 2003 to be 5621.
    I have also downloaded a handy tool which is a bit more friendly for figuring out all the MS Office 2010 control ID's: http://www.add-in-express.com/downloads/mapi-store-events.php
    However, the tool confirms that the ID for OOF in Outlook 2010 is STILL 5621.
    Just for grins, I disabled the MailBox Cleanup utility on the same page by identifying it's control ID (7092), grey's out no problem. But I can't get the OOF button to go grey.

Maybe you are looking for