JDBC level of support

I currently use the JDBC drivers from classes12.jar to access our 8.1.6 database from my Java programs. We're planning on upgrading to Oracle 9.2. My question is, is there a newer version of classes12.jar (ie. classes13.jar) or will classes12.jar handle all of my Java connection needs for the forseeable future? Management would like to see some kind of matrix of JDBC driver support for Oracle database versions.
Thanks,
Mark Brown

I suspect you are looking for this
http://download-west.oracle.com/docs/cd/B10501_01/java.920/a96654/getsta.htm#1008206
Requirements & Compatibilities for Oracle JDBC Drivers
Justin
Distributed Database Consulting, Inc.
http://www.ddbcinc.com/askDDBC

Similar Messages

  • JDBC Thin Driver Support for Data Encryption and Integrity

    Hello JDev Team,
    I am trying to implement JDBC Thin Driver Support for Data Encryption and Integrity.
    It works fine with java.sql.Connection and java.util.Properties like in the following code:
    DriverManager.registerDriver(new oracle.jdbc.driver.OracleDriver());
    Properties props = new Properties();
    int level = AnoServices.REQUIRED;
    props.put("oracle.net.encryption_client", Service.getLevelString(level));
    props.put("oracle.net.encryption_types_client", "( RC4_40 )");
    props.put("oracle.net.crypto_checksum_client",Service.getLevelString(level));
    props.put("oracle.net.crypto_checksum_types_client", "( MD5 )");
    Connection conn = DriverManager.getConnection ("jdbc:oracle:thin:@localhost:1521:main", props);
    etc...
    But I am developing an application with InfoSwing components and it has a different way to connect to Oracle database using oracle.dacf.dataset.connections.Connection, like this:
    sessionInfo1.setAppModuleInfo(new ModuleInfo("bc", "BcModule"));
    sessionInfo1.setConnectionInfo(new LocalConnection("JDBCThin"));
    sessionInfo1.publishSession();
    My question is:
    Is there any way to implement DataEncryption and Integrity into this type of connection?
    Thanks a lot in advance.
    Victor Bykov
    null

    Victor,
    No, you can't do this from DAC, but I've been discussing it with the developer, and we both think this capability would be useful to have, so I've logged it as an enhancement request.
    I do have a question for you. Once you've made the JDBC connection, do you need access to the Connection object afterwards? We're thinking of how the change could be implemented, and one way would be to allow you to pass in a Properties object when creating your own NamedConnection.
    Thanks
    Blaise

  • OpenSQLException: JDBC driver not supported?

    Hi @ all,
    I need to connect to a DataSource with the WebAS 7 via SQLJ. As I try to connect to it with the SQL Engine set to "Vendor SQL" I get:
    "The given connection "com.sap.engine.services.dbpool.cci.ConnectionHandle" is not an Open SQL connection"
    As I try to get a connection to the dataSource via SQLJ with SQL Engine set to "Open SQL" or "Native SQL", I get the following Exception:
    ResourceException in method ConnectionFactoryImpl.getConnection(): com.sap.engine.services.dbpool.exceptions.BaseResourceException: SQLException thrown by the physical connection: com.sap.sql.log.OpenSQLException: JDBC driver not supported for MS_SQL_SERVER database.
    How can I get the SQLJ- Support?
    Kind regards,
    Uwe
    Message was edited by:
            Uwe Kunath

    Hi Uwe, all,
    for using Native SQL/JDBC or Open SQL/JDBC, the database itself and the JDBC driver must be recognized as being in the supported set. The answer to that depends on what you mean in detail by "Web AS 7". Roughly speaking, it should be the JDBC driver released by Microsoft.
    Open SQL/SQLJ is only available with a Open SQL/JDBC data source. Hence, there is no way around using Open SQL/JDBC.
    Now, Open SQL/JDBC and Open SQL/SQLJ both requires tables (and other database objects) to be deployed via the Open SQL for Java Dictionary. Up to and including WebAS Java 7.1, the Open SQL/Dictionary supports deployment to the system database, i.e. the database (and schema) used by the installed server itself.
    Given the above, the JDBC driver for a Open SQL/JDBC data source must already be present, because it must be the driver used by the server itself. When defining data sources, it is referred to as "system driver".
    This leaves us with a Open SQL/JDBC data source to the system schema. You can then also consider to establish a data source alias to the server's system datasource.
    Hope this helps. Best Regards, Dietamr

  • CSS Level 2 Support for RGB Hex Abbreviation

    when creating a style sheet during the tutorial in
    Flash 8: Training from the Source, i abbreviated my hex
    colors as usual when i have repeating pairs (in this particular
    case #999 instead of #999999) and the publised Flash page would not
    display the correct color. it displayed black text instead of gray.
    after changing the #999 to the full #999999, the republished
    Flash page displayed the page correctly. I understand from the book
    Flash 8 does not support level 2 CSS, which includes more than my
    simple abbreviation issue.
    when do you (Adobe Flash Team) expect to incorporate CSS
    level 2 support into the product? is it supported by Flex 2, as I
    am not too familiar with that platform yet?
    thank you,

    Hi Mike,
    OHJ uses the ICE Browser, which we license from a company named ICESoft. It generally compares favorably with other Java-based browsers, although it is not as complete as a native browser such as IE or Firefox.
    There is a list of what is and is not supported in CSS:
    http://www.icesoft.com/developer_guides/icebrowser/htmlguide/featuresappendix3.html#86328
    We recently finally resolved the licensing issues that were holding us back from releasing a version of OHJ with JavaScript support. The current versions don't support JavaScript, but our next major release will.
    Depending on your needs, we also have OHW, which is a server based help system, that uses the client's native browser.
    Regards,
    Jeffrey Stephenson
    Oracle

  • ** JDBC Sender Adapter support custom module ...?

    Hi friends,
    Does JDBC Sender Adapter support custom module ? If it is how it wil work ?
    Kind Regards,
    Jeg P.

    Hi Kulwinder,
    We want to separte the records (1:n) returned by JDBC sender adapter XML. ie. Split/Parse the records in XML and then send to BPM (one by one) instead of whole message . For that purpose, we want to write an adapter module.
    Is this possible ?
    Kind Regards,
    Jeg P.

  • JDBC---RFC will Support Sync?????????

    Hi All,
    Wil JDBC--RFC Senario supports for Sync Comunication with out using BPM???
    Regards
    Vamsi

    Hi Vamshi,
    For JDBC (Sender/Receiver )Scenario we have to Install the JDBC Drivers on XI Server.
    Use those Driver name and Connection in JDBC Adapter to connect to the Database.
    For RFC Sender Adapter we have to create the Program ID in SAP R/3 side.
    For RFC Receiver no need of any Extra settings.
    step by step RFC to JDBC scenario
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/xi/step%2bby%2bstep%2brfc%2bto%2bjdbc%2bscenario
    Tips and Tutorial for Sender JDBC Adapter
    /people/yining.mao/blog/2006/09/13/tips-and-tutorial-for-sender-jdbc-adapter
    http://help.sap.com/saphelp_nw04s/helpdata/en/22/b4d13b633f7748b4d34f3191529946/frameset.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/22/b4d13b633f7748b4d34f3191529946/content.htm
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/3867a582-0401-0010-6cbf-9644e49f1a10
    Also you can look at this scenario --> File to JDBC:-
    /people/sap.user72/blog/2005/06/01/file-to-jdbc-adapter-using-sap-xi-30
    /people/yining.mao/blog/2006/09/13/tips-and-tutorial-for-sender-jdbc-adapter
    /people/sameer.shadab/blog/2005/10/24/connecting-to-ms-access-using-receiver-jdbc-adapter-without-dsn
    /people/saravanakumar.kuppusamy2/blog/2005/01/19/rdbms-system-integration-using-xi-30-jdbc-senderreceiver-adapter
    SENDER RFC
    Registered server program name which is maintained in the ABAP should be called in the program ID.
    for more information follow this links
    /people/michal.krawczyk2/blog/2005/03/29/configuring-the-sender-rfc-adapter--step-by-step
    /people/shabarish.vijayakumar/blog/2008/01/08/troubleshooting--rfc-and-soap-scenarios-updated-on-20042009
    How to test the RFC to Flat File scenario
    Type 3 ABAP Connection :
    ex 1) If we want to execute any function module from one SAP system in another , we need type 3.
    We define an RFC destination say ECC6CLNT100 with required parameters.
    and to test it go to SE37, select any common sap function module and when you execute that it will ask
    for RFC destination. you provide this destination and the function module will be executed in the target
    system.
    ex2) when you create a partner profile, you need to create a port and for creating a port, we need to
    specify an RFC destination. here also we use type 3.
    Type H.
    ex1) when we need to send xml messages from an SAP system to any other system, we need this.
    For example when we send messages using proxy from SAP system to the integration engine of XI, we
    need type H.
    Type T.
    ex1) To we make an RFC call from R/3 to XI , we use sender RFC adapter in XI.
    In R/3 system we need to create an RFC destination of type T.
    Different types of RFC are :-
    Asynchronous RFC - aRFC
    Synchronous RFC - sRFC
    Transactional RFC - tRFC
    Queue RFC - qRFC
    Parallel RFC - pRFC
    Chk this link also:
    Link :http://help.sap.com/saphelp_nw04/helpdata/en/6f/1bd5b6a85b11d6b28500508b5d5211/content.htm
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1685 [original link is broken] [original link is broken] [original link is broken]
    Please go through the following links.
    /people/bhavesh.kantilal/blog/2006/07/03/jdbc-receiver-adapter--synchronous-select-150-step-by-step JDBC Receiver Adapter -- Synchronous Select – Step by Step
    /people/yining.mao/blog/2006/09/13/tips-and-tutorial-for-sender-jdbc-adapter Sender JDBC adapter
    /people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit
    FILE- RFC-FILE Synchronous (Using BPM)
    /people/shabarish.vijayakumar/blog/2008/01/08/troubleshooting--rfc-and-soap-scenarios-updated-on-20042009 Trouble Shooting RFC and SOAP Scenario
    Regards,
    Vinod.

  • Release 600, Level 11 (support pack SAPKGPAD11) vs Release 604, Level 03 (s

    Hi,
    We are moving into the SAP ECC enviroment and need to understand the difference between the 2 Support Packs Release 600, Level 11 (support pack SAPKGPAD11) vs Release 604, Level 03 (support pack SAPK-60403INEAAPPL).
    Can anyone give us an indication in terms of functionality what we should be looking out for? During the testing we already came across and issue regarding double invoicing but this was fixed with a OSS note.
    From a coding, functionality, intergration and process perspective,how do we know what the differences are? Is there a document that lists these difference as a quick comparison between the two releases.
    Thanks in advance

    Hi,
    There is lot of difference btween 2. ECC System with EHP4 (Release 604 Level 3), ECC package will be on 604 release and level represents the support pack level of 604 release. If your system is on this level then it means that your system is with Enhancement packages but if your ECC components are on release 600 then it is without Enhancement packages.
    Enhancement packages has been delivered a lot of new things like New GL etc. More information for what extra features ECC 6.0 with EHP4 has: can be checked on http://service.sap.com/erp-ehp.
    To take your system from 600 release to 604 release requires a lot of effort because you have to upgrade your system to bring at this release.
    Thanks
    Sunny

  • Level 2 support can't read.

    Really ****** off with BT now.
    BT india can only go so far with there things, but Level 2 support is just a joke.
    Ive said multiple times to ring my mobile as its difficult to get hold of me on the landline.
    What do they do? Ring the landline.
    They say they will ring back in 30 mins but they never do.
    BT india has appolagised but its not really enough and has made notes on the thing to ring my mobile by 5PM tomorrow. but if they do not I will not be happy and will really consider just terminating broadband with BT and transfering my phone line to the post office and will not pay the termination fees as my contract does not expire until april 2013.
    THen get a new phone line and broadband with SKY since they seem to actually have customer service when I have problems with there TV service.

    what problem are you having?
    do remember that regardless of which supplier you go to it will be openreach supplying and maintaining the line also BT will still charge the cancellation fee and if needed will put it in the hands of debt collectors and that will cost you more i am sure with more detail the mods can resolve your problem for you
    If you want to say thanks for a helpful answer,please click on the Ratings star on the left-hand side If the reply answers your question then please mark as ’Mark as Accepted Solution’

  • What is a patch level in supporting package?

    hai pals,
            can u pls help me out know , what is an patch level in supporting packages ?.
            right answers will be appreciated.
    with regards,
    raj

    Hi Raj,
    A Support package is a collection of corrections for an SAP product and the level specifies the version of an SAP system with regard to the Support Packages that have previously been imported.
    Bye
    Dinesh

  • Levels of support

    Hi,
    What are the levels of support project?

    Hi
    In Support project, generally there are 3 levels of support
    L1, L2 & L3.
    L1 - support is basically provided by key user (super user) at client location. It is related to basic issues.
    L2 - Any process related issue which is not resolved by key user.
    L3 - change request or any enhancement is required in the existing process.
    Generally consulting companies provide L2, & L3 support.
    thank you

  • Error Isolation Level not supported

    Hi,
    During a launch of a package, I have this error
    0 : null : java.sql.SQLException: SnpsConnection: isolation level not supported
    During the execution of a pl/sql procedure.
    When I run this one, I have no problem, but It doesn't work inside the packege.
    This is the configuration:
    Tecnology: Oracle
    Isolation level: not specified
    Contest: Global
    Transaction: Autocommit
    Schema: DB_Target
    Commit: not specified
    I have already tried other Isolation Level settings as: None,Default .... but no one works.
    Thanks for all and best regards.

    I guess you are taking Isolation level: None
    If it is, make it Undefined and run your package.
    Bhabani
    http://dwteam.in

  • What are the roles in L1,L2 ,L3 and L4 support levels in support porject

    HI,
    What is the difference between L1,L2 ,L3 and L4 support levels in support porject.
    tahnk you

    Generally Level 1 and 2 support may be initial approach support like user id maintainenace, basic extension of IDs, workflow conordination etc.Batch job triggering
    Level 3 and 4 will have enhancements and post implementation support.
    BR,
    Krishna

  • Does Microsoft SQL Server 2k JDBC Driver SP3 support "trusted connections"?

    I get the following error when attempting to connect to a SQL Server instance via JDBC :-
    [Microsoft][SQLServer 2000 Driver for JDBC][SQLServer]Login failed for user '<username>'. Reason: Not associated with a trusted SQL Server connection.
    Does Microsoft SQL Server 2000 JDBC SP3 Driver support "trusted connections"?

    No, the MSDE instance I'm trying to connect to from my J2 application is configured as "Integrated Windows Authentication" ONLY (i.e not "mixed mode" and deliberately so) hence my search for a JDBC driver that supports o/s-based authentication.
    I appear to have found one now however at it appears that DataDirect's JDBC driver supports NTLM and Kerberos authenicaiton on Windows (although I haven't got it working yet).
    Thanks for your reply tho'

  • JDBC 2.0 support

    I'm trying to determine Oracle's support for JDBC 2.0 (and JDBC
    3.0 which I don't think is available). I'm specifically
    interested in Oracle's thin driver.
    In the Oracle 9 documentation I have found the following
    statement:
    "A comprehensive set of JDBC 2.0 drivers, including an OCI client
    driver, 100% Java thin driver, a server-side driver and an "Ultra
    thin" client-side proxy driver, an ANSI ISO-compliant SQLJ
    translator and optimized Java stored procedures support for data
    access and management."
    Is JDBC 2.0 supported with Oracle 8.1.x? When was the JDBC 2.0
    functionality introduced into the Oracle thin driver?
    Any insight will be greatly appreciated.
    Thanks

    Hi,
    I am currently trying to use a driver that (possibly) is supplied with Oracle 8.1.6 and complies with JDBC 2.0. Do you know where I could find it and how to include it in my Java application.
    Please help me if you can.
    Thanks
    Katrin

  • Aggregation level doesnt support non-cumulative kf

    hello
    IP planer generates an error "Infoobject 0AMOUNT (version A) is not compunded" when I include non-cumulative kf into aggregation level of infoprovider.
    KF ZAMOUNT is non-cumulative and depends on 0AMOUNT. Both kf are active.
    I need non-cumulative kf just for informative purposes, i dont want to plan with this kf.
    Does anyone know is it possible to use non-cumulative kf in aggregation level of multicube?

    Hi,
    no non-kumulative key figures are not supported in aggregation levels.
    But one can use a MultiProvider on the cube with the non-cumulative key figure. Create an aggregation level for the objects you want to plan and use this aggregation level also in the MultiProvider. Then you can integrate the 'plan objects' and the non-cumulative key figure in a query defined on the MultiProvider.
    Regards,
    Gregor

Maybe you are looking for

  • Help please - iTunes disc burner or software not found... with full troubleshooting details

    In iTunes 11.1.3.8 on my Windows 8 HP Laptop, when trying to "Burn Playlist to Disc", I get the Burn Settings window "E: hp DVD A DS8A9SH", then I select MP3 CD and click "Burn", I unfortunately get the dreaded iTunes "disc burner or software not fou

  • Upgraded to iOS 7.1 & now Windows 7 no longer recognizes iPhone 4

    I upgraded to iOS 7.1 yesterday and now Windows 7 no longer recognizes my iPhone 4.  I've tried resetting both devices, alternate USB ports & updating drivers to no avail

  • Tutorial for "aggregate based on dimensions"?

    Hi, has anyone seen a detailed, step by step explanation of how to use the "aggregate based on dimensions" functionality? I easily understand how this is used in "time based" examples - i.e. average balances over time, beginning and ending balances,

  • Weird compression issues

    I have been trying to compress some animation material for DVD. It is mostly flat colors with black outlines. The past few weeks I've been having trouble exporting to compressor via Final Cut (the connect to background process bug) and so I have been

  • Can't get Itunes/Quictime to open

    When I first got this computer two years ago, QuickTime worked perfectly. Now after I installed Itunes it still worked... Until recently... Every time I click on QuickTime It pops up as if working properly and It'll show the window, but below the app