10g AS Support for jdk1.5

Hi ,
I want to know whether jdk1.5.0 is supported on Oracle 10g Application Server or not

10.1.3. the most accurate date we can say right now is H2CY05 - which means before the end of the year.

Similar Messages

  • Support for JDk1.3+ in J2ME

    Hi,
    Can somebody tell me if j2ME supports all classes written using JDk1.3 and JDK1.4? I mean if we write some java classes using Jdk1.3 will they run seamlessly on a PDA or mobile device that supports the latest version of J2ME? (By seamlessly i mean that we wont have to introduce any changes in them just because some classes of jdk1.4 are not supported by J2ME...)
    Tahir.

    I suppose that if you don't use classes that aren't supported by J2ME and are supported by JDK1.3+ you won't have a problem.
    Everething Depends on the J2ME technology you are using. For example if you are using Personal Java your classes should be compatible with JDK1.2 or less.
    Hope that helps...

  • WebLogic 8.1 SP4 support for 10g R2

    Hi,
    We are looking to upgrade Oracle Server 8i to the latest version ie. 10g R2. We are running Weblogic 8.1 SP4. On BEA's site the product documentation doesn't specify the 10g R2 support, instead only list support for 9.2.0 and later versions for SP4. Has anyone tried running WL 8.1 SP4 with Oracle 10g R2. We are not looking to upgrade to RAC version of this.
    Thanks.

    This is targeted by coming June.

  • JDBC 10g - Support for TNS name entries

    Hello,
    I found the following statement:
    JDBC-Thin support for TNSNAMES.ORA Lookup: similar to JDBC-OCI, both client-side and server-side JDBC-Thin can now read the local TNSNAMES.ORA file to resolve service name or TNS alias. Consequently Java in the database will also be in position to reference external Oracle database, using service name. See the JDBC documentation for more details.
    in the Oracle white paper "What’s New for Java DB, JDBC, and Database Web Services in Oracle Database 10g". However, I have found several statments/notes in the accompanying 10g JDBC documentation that appear to directly contradict the statement above. For example, the following note:
    Note:
    Because the JDBC Thin driver can be used in applets that do not depend on an Oracle client installation, you cannot use a TNSNAMES entry to set up a Thin driver connection.
    Does anybody know if the JDBC Thin driver supports connection via a TNSNAMES entry? If so, can you direct me to the documentation on how to use it.
    FYI, I have managed to establish a connection using a TNS alias and JDBC-OCI as follows:
    OracleDataSource ods = new OracleDataSource();
    ods.setTNSEntryName("MyTNSAlias");
    ods.setUser("scott");
    ods.setPassword("tiger");
    ods.setDriverType("oci8");
    Connection conn = ods.getConnection();
    However, if I set driver type to "thin" instead of "oci8", I get the following error:
    Exception in thread "main" java.sql.SQLException: Io exception: SO Exception was generated
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:179)
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:333)
    at oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java:404)
    at oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.java:468)
    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:314)
    at java.sql.DriverManager.getConnection(DriverManager.java:525)
    at java.sql.DriverManager.getConnection(DriverManager.java:140)
    at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:169)
    at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:108)
    at prototype.TNSTest.main(TNSTest.java:36)
    Thanks in advance.

    Hi,
    I wrote the white paper in question and am in position to confirm that in 10.2, JDBC-Thin does indeed support tnsnames.ora; you need to specify the location (i.e., directory) of the tnsnames.ora file in the oracle.net.tns.admin system property
    java -Doracle.net.tns_admin=$ORACLE_HOME/network/admini have working examples in my book.
    I'll have it fixed in the online doc, our printed doc is sometimes out of sync.
    Kuassi http://db360.blogspot.com

  • Support for 10g database target

    When can we expect OWB10g with support for the Oracle 10g database as a target? Is the only option available to use OWB with a 10g target simply to wait for this release? Patience may be a virture, but it an expensive virture.

    Yes, the upcoming 10g Warehouse Builder release will support the 10g database as a target. Expect Warehouse Builder 10g to release approximately one week after the database 10g for Windows is being released.
    Sorry you have to wait.
    Thanks,
    Mark.

  • Which axi version is the supported and compatible version for JDK1.4?

    Hi,
    Can any body tell me Which axi version is the supported and compatible version for JDK1.4.Thanks in advance.
    Regards,
    Lokesh Kumar Pattajoshi

    Hi Jürgen
    Please be advised that the customer is correct.
    Please see the following note:
    539188 TREX installations for E-Selling
    For all E-Commerce and ICSS scenarios using
    SAP Web Application Server Java 6.40  TREX 6.1. is recommended.
    Hope this will be of assistance.
    Kind regards Peter
    Edited by: Peter Murphy on Jan 23, 2009 3:01 PM

  • CMP support for Weblogic 8 in Oracle 10g?

    Is the CMP support for Weblogic 8 included in Oracle Toplink 10g?

    I am using 10g and have problem compiling CMP EJB for WL 8.1. I got the following exception:
    Exception in thread "main" java.lang.NoSuchMethodError: weblogic.ejb20.persistence.spi.RoleSource.getName()Ljava/lang/String;
    at oracle.toplink.internal.ejb.cmp.wls.WlsDescriptorBuilder.getEjbNameForRoleSource(WlsDescriptorBuilder.java:219)
    at oracle.toplink.internal.ejb.cmp.wls.WlsDescriptorBuilder.buildRelationshipRoleDescriptor(WlsDescriptorBuilder.java:206)
    at oracle.toplink.internal.ejb.cmp.wls.WlsDescriptorBuilder.buildRelationshipDescriptors(WlsDescriptorBuilder.java:177)
    at oracle.toplink.internal.ejb.cmp.wls.WlsDescriptorBuilder.buildRelationships(WlsDescriptorBuilder.java:157)
    at oracle.toplink.internal.ejb.cmp.api.impl.DescriptorBuilder.buildDescriptor(DescriptorBuilder.java:153)
    at oracle.toplink.internal.ejb.cmp.wls.WlsDescriptorBuilder.addOldDescriptors(WlsDescriptorBuilder.java:33)
    at oracle.toplink.internal.ejb.cmp.wls.WlsProjectDeployment.convertOldEntityDescriptors(WlsProjectDeployment.java:65)
    at oracle.toplink.internal.ejb.cmp.PersistenceManagerBase.initialize(PersistenceManagerBase.java:72)
    at oracle.toplink.internal.ejb.cmp.wls.WlsCMPDeployer.initializePersistenceManager(WlsCMPDeployer.java:135)
    at weblogic.ejb20.deployer.CMPInfoImpl.setup(CMPInfoImpl.java:112)
    at weblogic.ejb20.ejbc.EJB20CMPCompiler.generatePersistenceSources(EJB20CMPCompiler.java:64)
    at weblogic.ejb20.ejbc.EJBCompiler.doCompile(EJBCompiler.java:245)
    at weblogic.ejb20.ejbc.EJBCompiler.compileEJB(EJBCompiler.java:476)
    at weblogic.ejb20.ejbc.EJBCompiler.compileEJB(EJBCompiler.java:397)
    at weblogic.ejbc20.runBody(ejbc20.java:519)
    at weblogic.utils.compiler.Tool.run(Tool.java:146)
    at weblogic.utils.compiler.Tool.run(Tool.java:103)
    at weblogic.ejbc.main(ejbc.java:29)
    I looked in the weblogic.ejb20.persistence.spi.RoleSource class and see the method getEjbName, but no method getName found. What am I missing ? Thanks
    -Tuan

  • End of support for DB version 10g r2

    Hi All,
    can any 1 tell me till when we have Extended end of support for below versions
    Oracle 10g r2 Database  10.2.0.3
    Oracle 10g R2 Application server  10.1.2.0.2
    Oracle 10g R2 Client 10.2.0.4
    Oracle 10g R2 Forms & reports developer tool set  10.1.2.0.2
    Oracle 10g client (desktop) 10.2.0.4
    Thanks & regards. 

    You'll can find information under:
    https://websmp106.sap-ag.de/~form/sapnet?_SHORTKEY=01100035870000632622&
    SEM 4.0 is in NW2004, do the end of Maintenance in March 2010. The extended Maintenance in March 2013
    Others info in:
    https://websmp106.sap-ag.de/upgrade-nw
    Regards,
    Sergio

  • Oracle 10g support for EM64T and Windows 64-bit

    Is there support for this configuration either in a patch release for 10g or is it planned for the near future?

    Hi,
    Oracle 10gR1 is certified for Tru64 UNIX 5.1b.
    Certification of Oracle 10gR2 for Tru64 UNIX 5.1b.is planned for 1st quarter 2006.
    If it does not support directly, is there a patch available etc..No idea, perhaps can you create an iTAR to post the question.
    But if you read the metalink note 283751.1 Pre-Install checks for 10gR1 RDBMS (10.1.x) - Tru64 Platforms, you can see that no workaround provide...
    Nicolas.
    Message was edited by:
    N. Gasparotto
    Adding metalink note reference.

  • ADF 10g support for Internet Explorer 8

    hi
    Working with Oracle support (in SR 7732252.994) we first reached this conclusion ...
    "Microsoft Internet Explorer 8 is not a supported for the ADF Faces applications built using JDeveloper 10.1.3.5.0"
    When I subsequently asked ...
    "Will there be a JDeveloper 10g release (post 10.1.3.5.0) that will support IE8 ?"
    ... the answer was ...
    "Jdeveloper 10.1.3.5 is the last release in the Jdeveloper 10g branch and there will be no more releases after 10.1.3.5.
    Therefore, there will be no support for IE 8 in the Jdeveloper 10g branch."
    question
    (q1)What is supposed to happen to ADF 10g production applications deployed in an environment that allows little control over the browser that is used (extranet/internet)?
    many thanks
    Jan Vervecken

    Thanks for your reply Shay.
    We plan to officially support IE8 with the next patch release to JDeveloper 11g - currently planned for later this year.That matches what I wrote in my initial post in this forum thread about IE8 support.
    We usually only certify browsers after they officially go production.That does not really answer my question (q1) in this forum thread.
    It is more like, how can I assess that Oracle will support any successor(s) of IE8 or successor(s) of any currently supported browsers for ADF 11g applications in the future? How long will Oracle support "commonly used browsers" for an ADF 11g application I build today, so how long will I be able to use that application?
    How do I answer such questions for ADF 11g applications that should be deployed on the internet (where, as some extranet environments, you typically have not that much (or no) control over which browsers your users use ... although some would like to argue with that, see forum thread "ADF Faces RC browser support and browser market share")?
    (By the way, do you have any feedback for the forum thread "ADF 10g support for Internet Explorer 8"?)
    regards
    Jan

  • Does anybody know how much support can jdk1.3 give for UTF8?

    I am having problem displaying spanish content using jdk1.3 internationalization. But the same program is working with jdk1.2.2. Does anyone know anything about how much support can jdk1.3 give for utf8 and i18n.
    I have submitted a bug to sun. Here is the bug id #4698270
    Please get me an answer, if you know one...

    i think all you have to do is use DataInputStream and DataOutputStream with readUTF() and writeUTF(String str)

  • Does jdk1.6 supports for MAC os also?

    hi,
    does does jdk1.6 supports for MAC os also? becuase we have implemented some of the methods of jdk1.6 in my application.for example to find the free space i used getFreeSpace() method of jdk1.6.like this i used some the methods of jdk1.6.
    please clarify me regarding this?
    how can we free space of windows,linux and mac os with java1.4 or 1.5?
    does it possible with java to find the free space?
    if not with which one can we find the free space windows,linux and mac os ?
    i think with native code it is possible.
    i f any person already impleamented to find the free space of windows,linux and mac o/s please give me the code.
    thanks,
    prasad

    I gave you some time to either edit one of the duplicate posts out or point one to the other by posting a simple link, like this:
    THIS IS A DUPLICATE POST. PLEASE DO NOT REPLY HERE -- reply to the other one instead at:
    http://forum.java.sun.com/thread.jspa?threadID=5204340
    But I guess it's too much to ask for you to have done that yourself, eh?

  • Lack of Migration support for 6.0 & 10g users

    Hi,
    One of the 1st things we wanted to do with the beta as an existing customer is to validate migrating a project from our existing Production version (6.0) to 11g.
    While the import appears to work, opening any imported diagram throws an XML parsing exception.
    After raising an SR, it turns out that migrating from previous versions is unsupported until 11gR2.
    This puts me in a tricky spot as one of the main business drivers to adopt 11g is product upgrade.
    I am very surprised to see existing customers nt being catered for in the new version, as running multiple versions in Prod is not a realistic option for most.
    Backwards compatability is therefore very important to the existing user base!
    So, questions for Oracle:
    1. Can you please reconsider the lack of migration support for R1?
    2. if this feature cannot be working for R1, what is the expected release date (even if its just a quarter) for R2?
    3. To save my time, is there a list of what other features are not for going to be available in the Beta / R1 release?
    As a Beta tester my time is precious, and I need to know what I can expect to work, rather than report issues only to then find out that its not supported...
    Thanks,
    Ian
    .

    Hi Ian,
    You are right in the sense that upgrade will be supported in BPM 11gR2. More specifically, the upgrade will support OBPM 10gR3 to BPM 11gR2. Customers in older versions of OBPM and ALBPM will need to upgrade to OBPM 10gR3 before attempting the upgrade to BPM 11gR2. To upgrade to OBPM 10gR3, there are a series of pointers in our documentation on how to do this. I can explicitly provide links if you are interested in this mandatory upgrade before moving to BPM 11g.
    As per the reason for not being able to support upgrade in this first version of BPM 11g, it simply boils down to time to create the new unified BPM platform which in itself is a major undertake from an Engineering perspective. Once the foundation is complete (this is the objective for BPM 11gR1), we will start working on completing the delta to upgrade OBPM 10gR3 projects to BPM 11gR2 as best as possible. There is a document we have been sharing with customers with Best Practices for implementing OBPM 10gR3 projects with idea of an upgrade to BPM 11g. We do have significant knowledge on some pieces that we will be able to automate from a migration perspective and some others that will be hard to upgrade. If you are interested in this document, we can provide this to you.
    If you have any other questions, please let me know. I would be more than happy to assist with migration questions with the most up to date knowledge I have on this front.
    Regards,
    eduardoc.

  • Support for rwrun?  (10g)

    When we create reports we are using rwrun and is not using reportserver. How long will it be supported in 10g or more correct, how long will 10g be supported? Could not find any information about it anywhere.
    We are considering to change our system and use the reportserver but want some information to decide how soon we have to do it.
    - Terje

    Hello,
    Reports is part of "Oracle Fusion Middleware"
    All the info about support in the document :
    Oracle Lifetime Support Policy
    Oracle Fusion Middleware
    http://www.oracle.com/support/library/brochure/lifetime-support-middleware.pdf
    Regards

  • Dropping support for Internet Explorer 8,  and  Firefox 20.x or below

    Starting April 30th, we will discontinue support for all Internet Explorer 8 versions and all Firefox 20 versions and below. In order to continue using Business Catalyst Admin user interface without problems, you and your clients need to upgrade to a more recent browser:
    Download Internet Explorer
    Download Safari
    Download Chrome
    Download Firefox

    Thanks for your reply Shay.
    We plan to officially support IE8 with the next patch release to JDeveloper 11g - currently planned for later this year.That matches what I wrote in my initial post in this forum thread about IE8 support.
    We usually only certify browsers after they officially go production.That does not really answer my question (q1) in this forum thread.
    It is more like, how can I assess that Oracle will support any successor(s) of IE8 or successor(s) of any currently supported browsers for ADF 11g applications in the future? How long will Oracle support "commonly used browsers" for an ADF 11g application I build today, so how long will I be able to use that application?
    How do I answer such questions for ADF 11g applications that should be deployed on the internet (where, as some extranet environments, you typically have not that much (or no) control over which browsers your users use ... although some would like to argue with that, see forum thread "ADF Faces RC browser support and browser market share")?
    (By the way, do you have any feedback for the forum thread "ADF 10g support for Internet Explorer 8"?)
    regards
    Jan

Maybe you are looking for

  • Export To PDF in CRYSTAL REPORT XI Release 2

    I am using Crystal report XI release 2. Font Size is decreasing when I am exporting Crystal Report to PDF. It was working fine previously but i don't know what messed it up. Please help.

  • Opacity mask is also knocking out drop shadow. Grrr.

    Hi everyone, I'm having a problem with Illustrator CS6 that's really bugging me and there must be a simple fix that I'm missing. I have editable text with a linked opacity mask. The opacity mask contains strokes with an art brush applied to 'scratch'

  • How to see my video not just hear it ?

    i have loaded a video to my ipod and when i play it i can hear it but not see it ? can someone help me please ?

  • About Adobe CS3 Design Premium Software Package Plz Help.

    Hi All, I am doing a course in Designing Websites With Dreamweaver my lecturer has told me to buy the Adobe CS3 Design Premium Software package as I would like to be self employed selling my own websites, my question is: how often will I need to upgr

  • JNDI :: LDAP :: SSL :: howto trust all certificates

    hi @ all, currently i'm writing a jndi ldap wrapper java package which is intended to capsulate all the jndi stuff for the user of it so he only need to configure it's settings through a xml configuration file. now i'm on the point that i want to ena