JDeveloper version numbers and OC4J version numbers

Hi all,
I know that the version numbers of the Oracle application server and the OC4J plugin are the same the default, but how is that with JDeveloper compared to the OC4J version of the embedded JDeveloper application server.
Is it the same always and if not where can I find a mapping table. E.g. is for JDeveloper version 10.1.3 also the OC4J container version 10.1.3 etc.
regards,
Ronald

Ronald,
yes, Oracle JDeveloper versions are in synch with OC4J and 10.1.3 JDeveloper uses OC4J 10.1.3.
Frank

Similar Messages

  • +E.164 alternate numbers and enterprise alternate numbers

    Hi,
             In CUCM version 10.X there's the settings "+E.164 alternate numbers and enterprise alternate numbers".  Can these be used instead of configuring each DN as a E164/+E164 number?  Preventing the required translation patterns needed for abbreviated dialing ?  If so are there any Caveats?  Or are these only for ILS/GDPR ?
    Thank you..

    Hi James,
    As Nadeem mentioned the /.+/ will do the trick.
    Pattern Match with Wildcards
    These tables define wildcard and wildcard combinations and show some       examples.
    Wildcard Definition
    Any single digit
    0 to 9,*,#
    Any specific character
    [0-9]
    Any range or sequence of characters
    Modifier—match none or more occurrences
    +
    Modifier—match one or more occurrences
    Modifier—match none or one occurrence
    Wildcard Combination Definition
    Any digit followed by none or more ocurrences. This is                     effectively anything, including null.
    .+
    Any digit followed by one or more ocurrences. This is                     effectively anything, except null.
    ^$
    No digits, null

  • Fatal error C1900: Il mismatch between 'P1' version '20080116' and 'P2' version '20070207'

    Hi all,
    I have a Team Foundation Build Agent that has Visual Studio Team System 2008 Test Edition installed. One of the solutions that I compile with that Build Agent gives me the following errors:
      VCBUILD : fatal error C1047: The object or library file '.\bin\Release\main.obj' was created with an older compiler than other objects; rebuild old objects and libraries
      LINK : fatal error LNK1257: code generation failed
      VCBUILD : fatal error C1900: Il mismatch between 'P1' version '20080116' and 'P2' version '20070207'
      LINK : fatal error LNK1257: code generation failed
    I've searched online and found that other people have experienced the same problem:
    http://software.intel.com/en-us/forums/intel-c-compiler/topic/62516/
    http://nuicode.com/issues/266
    In the second posting one states "I had the same Error! After installing Service Pack1 for VS2008 it worked!". Thats great for him but I don't see any such update for the Test Edition of Visual Studio Team System 2008 - Test Edition.
    What can I do to get rid of that problem?
    Thanks!

    Hello ACKH
    I once handled a similar case in newsgroups. That case exhibit a almost same symptom. Please check out my summary below:
    Problem
    In that case, the customer has a DLL project that you had built on a machine where VS 2008 SP1 was installed. You then attempted to rebuild that project on a machine without SP1, and got a fatal compiler error C1900 “IL mismatch between ‘P1’ version ‘20080116’ and ‘P2’ version ‘20070207’”, and then LNK1257 “Code generation failed”. He found that rebuilding your static library alleviated the errors, but cannot accept this as a workaround because your clients will not have the ability to rebuild the libraries you distribute before they use them.
    Cause
    You had built the static library with the /GL (Whole Program Optimization) compiler switch, which requires Link Time Code Generation (/LTCG) when the static library is subsequently linked. These features require that all linked modules be built by the same version of the compiler. In fact, if precompiled headers are used, the same machine must build and link all the involved object code. Therefore, it is highly recommended that static libraries not be built with the /GL switch, since their intended use is quite frequently to support reuse by others.
    Solution
    You rebuilt the static library on your VS2008 SP1 machine without the /GL switch, and you no longer encounter this problem.
    Please let me know if this info is helpful to you or not.
    Regards,
    Jialiang Ge
    MSDN Subscriber Support in Forum
    If you have any feedback of our support, please contact [email protected]
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.
    Welcome to the All-In-One Code Framework! If you have any feedback, please tell us.

  • Query Version worksheet and Exportable Version worksheet

    Hi,
    can somebody tell me whats the difference between Query Version worksheet and Exportable Version worksheet in Discoverer Desktop??
    And how can i create a query version worksheet?
    Thanks in advance.
    --Kumar                                                                                                                                                                                                                                                                                                                                                                                                                                           

    Kumar,
    Exportable version worksheet is something whose data can be exported( for example to excel sheet).
    This query version worksheet is something which basically lumps like info together.
    Jim

  • Why do we have indian numbers (١٢٣٤٥) and not arabic numbers (1234..)with arabic keyboard?

    Why do we have indian numbers (١٢٣٤٥) and not arabic numbers (1234..)with arabic keyboard?
    Thank you for asking and if possible telling me how I can fix it

    Thanks this is a workaround.
    We hope to see Arabic numbers http://en.wikipedia.org/wiki/Arabic_numerals in arabic keyboard :
    - first because it makes sense
    - second ١٢٣٤٥٦٧٨٩٠ are Hindi numbers

  • What are the major release version numbers and what versions are not considered major releases?

    I manage a QA team that tests websites in all major browsers. I need to know what versions of Firefox are considered major releases and which versions are just incremental or minor updates. With new versions being released almost every month, I can't afford to test on the latest 6 versions for my projects, so I need to make an educated decision as to what the major releases are and determine this on a regular basis.

    The ESR is a Extended Support Release channel (meant more for Enterprise users in mind) where it is currently 17.0.3esr (released when 19.0 was) and will only get allowed security and stability updates until oh some twelve weeks after 24.0 release where a new ESR version will be based on 24.0 release as 24.0esr.
    X.0.*
    X is the Major release while the * are the chemspill updates if it was deemed important (Usually for security or a crash/regression issue for example) and cannot wait for the next release. These Major versions are released without intending to have updates as for example the Firefox 11.0 and 12.0 releases never had updates.
    Firefox 10.0 was released on [http://www.mozilla.org/en-US/firefox/10.0/releasenotes/ January 31, 2012] and Firefox 19.0 was released on [http://www.mozilla.org/en-US/firefox/19.0/releasenotes/ February 19, 2013]. The releases are about six weeks except for the short delay of 18.0 due to holidays.
    http://www.mozilla.org/en-US/firefox/releases/

  • JDBC Problem with Oracle 8.1.7. and OC4J  Version 2

    I use the following connection statement with Oracle 8.1.7. and JDeveloper 3 and Apache Server. It works fine.
    String user = "scott/tiger";
    DriverManager.registerDriver(new oracle.jdbc.driver.OracleDriver());
    Connection conn = DriverManager.getConnection("jdbc:oracle:oci8:"+user+"@RDL");
    The same program does not obtain the connection with JDeveloper 9i, OC4J Version 2 and Oracle 8.1.7. I do not receive any error message, no exception is thrown.
    Please help me.

    Hi Avi,
    I had already tried the thin Diriver but after yout help I try again.
    With this thin driver, I received a SQLException which helps me.
    As usual, there were a lot of different problems. The main one was that my default configuration do not use the jdbc/lib817 main jdbc/lib. There is a classe12.jar in these libs that are apparently different.
    Finally, I obtain the connection with the "thin" driver.
    Thank you very much Avi!
    Reni

  • BPEL and OC4J version 11g

    Does anybody know if Oracle BPEL process manager is available for OC4J Version 11g. If it is not the case, does anybody know if a new version will be available for OC4J V11 and when ? Where can I find the road map ?
    Thanks for your answer. Yvan

    I do not known anything about release dates on SOA 11g.
    Currently Oracle support the AS servers:
    - Oracle AS
    - WebSphere
    - JBoss
    - BEA Weblogic
    http://download.oracle.com/docs/cd/E10291_01/doc.1013/e10538/toc.htm
    Regards,
    Marc
    http://orasoa.blogspot.com

  • ITunes Version 6 and Quicktime version 7.0.3

    I am able to run the install for iTunes + Quicktime from the site and when I save it on the hardrive. I'm on a PC running Windows XP. The portion that installs iTunes seems to go through fine, but once the installation for Quicktime is done I get an error. "Quicktime installation failed: Error Code: -1". I then get the error "1628: Failed to Complete Operation." I was able to download and install version 7.0.2 of Quicktime, but I get the message that iTunes requires version 7.0.3 or later when I try to open iTunes. I'm not sure where to go from here. Any help would be appreciated. Thanks.

    I see no one got to reply, but as a FYI to anyone who is haves the same issue, I got the issue corrected. I downloaded and installed the stand-alone version of Quicktime 7.0.3 and then it was fine. Good luck to all that are having similar issues.

  • 9iAS and OC4J versions

    Hi all,
    I am currently running 9iAS 9.0.3 (Portal 9.0.2.6) with OC4J 9.0.3. I have a requirement for OC4J 9.0.2 (an Oracle portlet that doesn't run on 9.0.3 yet!). So now I have the following questions:
    - Can I keep my current 9iAS installation as is, but in addition have a OC4J 9.0.2 instance?
    - Can I upgrade only my OC4J to 9.0.4?
    Regards & TIA
    Anton.

    I have encountered a similar problem. This is how I worked around it.
    I have Forms applications for which I installed 9iAS 902 into one Oracle home on my server. I also have JDeveloper 9032 applications which I was told require 9iAS 903 to run. So I installed a second instance of 9iAS (903) into a separate Oracle home. The later version becomes the Enterprise Manager and must be left as such.

  • I want to revert to Firefox Version 4 (and remove Version 5). How do I do this?

    I just downloaded the newest Version of Firefox (5.0) and now my McAfee Site Advisor won't work.
    For that reason, I wish to go back to the older 4.0 Version.
    How do I go about doing this?

    Version 4.0.1 has serious security issues that were fixed in Firefox 5. It would be more secure to roll back to 3.6.18.
    Regarding McAfee, an update for Site Advisor is expected next month, according to this recent thread: [https://support.mozilla.com/en-US/questions/840209 What happened to the Mcafee Site Advisor?].
    First, I recommend backing up your Firefox settings in case something goes wrong. See [https://support.mozilla.com/en-US/kb/Backing+up+your+information Backing up your information]. (You can copy your entire Firefox profile folder somewhere outside of the Mozilla folder.)
    Next, download and save Firefox 3.6 to your desktop for future installation. http://www.mozilla.com/firefox/all-older
    ( For other versions, see the ftp server at ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/ )
    You could install Firefox 3.6 over Firefox 5 or you could uninstall Firefox first. If you uninstall, do not remove your personal data and settings, just the program.
    Unless you have installed an incompatible add-on, Firefox 3.6 should pick up where you left off. If there are serious issues, please post back with details.
    Note: I haven't actually tried this myself!

  • JDeveloper 9i RC and OC4J virtual directory

    Hi,
    How can I configure the following tags from my tomcat/catalina "server.xml" file to JDeveloper OC4J?
    <context path="/images" docBase="c:\images"/>
    <context path="/javascript" docBase="c:\javascript"/>
    <context path="/styles" docBase="c:\styles"/>
    I have tried adding the following entries to the "%JDEV_HOME%\jdev\system\oc4j-config\global-web-application.xml" without success.
    <virtual-directory real-path="c:\images" virtual-path="/images" />
    <virtual-directory real-path="c:\javascript" virtual-path="/javascript" />
    <virtual-directory real-path="c:\styles" virtual-path="/styles" />
    As a work-around I have copied these directories to the default-web-app root directory.
    Your assistance would be greatly appreciated.
    Thanks,
    David

    Try this in the orion-web.xml for your web application.
    Assuming you all your images in a directory called e:\pictures and you want to add this /img virtual directory you have to edit the orion-web.xml file for your web application as follows:
    <virtual-directory
    virtual-path="/img"
    real-path="/e:/pictures/" />
    regards
    Debu panda
    Oracle

  • CN41, CNS41 don't work on planning version 001 and project version

    Iu2019ve an issue:
    Iu2019m working on release ECC 6.0.
    I did the overall planning, costs and revenues (structure planning on Project), then I saved data on project version and on planning version 001.
    When I run the CN41 or CNS41 with plan data in plan version 001 (costs and revenues) and plan data (costs and revenues) in project version, the report doesnu2019t let me see the plan data in the Project version column neither in the planned cost/rev. 001 column.
    The hot patches on my system is on SAPKH60013.
    Any one could help me?
    Pierluigi.

    FYI for others searching on this issue, there are a few OSS Notes that explain this:
    Note 148971 - Planned values in Project Information System
    "4. The Planned costs column in the structure overview and the planning board corresponds to the Overall planned costs column in the hierarchy reports if you implemented Note 106823..
    If you implemented Note 106823 (included in the standard system as of Release 4.0B), only the annual values of the WBS elements, networks and orders are displayed. Column 'Planned costs' in the structure overview and planning board corresponds to the 'Total of year'. If this effect is not desired, Note 106823 has to be removed or should not have been implemented beforehand. In addition, if you implement Note 127521, you must remove the changes in object REPS LHFPLU08 of Note 127521 (this applies to Release 30D - 31I). Any other changes can remain."

  • When I was updating I Phone version 4  from iTunes. it got stuck in middle of updating, after uninstall the version 3 and new version 4 was not installed. Now iTunes is not detecting the iphone and my iphone is also not working n showing connection cable

    When i was updating i phone version 4 from Itunes. It got stuck in middle of updating, after uninstall the version3. But new version was not installed. Now itunes is not detecting the iphone and iphone is also not working and showing connection cable with itunes. Pls help..

    Check your system for possible Malware. But you have to do it in WIndows Safe Mode.
    (Do not use your own Anti-virus to SCAN)
    Start your computer in "Safe mode with networking", go to this link download a free version of Malwarebyte.
    http://www.malwarebytes.org/products/malwarebytes_free
    Install and perform update immediately, then do a full SCAN. Remove malware if it indeed finds any. Restart computer to regular windows to let Malwarebyte complete the removal.
    To start your computer in safe mode
    Press and hold the F8 key as your computer starts. You need to press F8 before the Windows logo appears. If the Windows logo appears, you'll need to try again by waiting until the Windows logon prompt appears, and then shutting down and restarting your computer.
    On the Advanced Boot Options screen, use the arrow keys to highlight the "safe mode with networking" option, and then press Enter. Log on to your computer with a user account that has administrator rights.
    When your computer is in safe mode, you'll see the words Safe Mode in the corners of your screen. To exit safe mode, restart your computer and let Windows start normally.

  • Is there any way to display document page numbers and section page numbers at the same time?

    Hi, I have different sections within my document starting the page numbering at 1. Besides the section page numbers I would also like to display the actual document page numbers in the header (eg. you are on page 10 of the document and page 4 of the section). Is there any way to do that? Thanks

    You can maybe use the Find/Change
    Command+i
    See if that can work for you.
    But like Steve said it is good practice to use Paragraph Style whenever you have lots of Type, I just get lazy sometimes.. lol
    Thanks

Maybe you are looking for

  • ''iTunes was not installed properly'' - Error Message

    I got several attempts to download the iTunes in my Dell Laptop but still I keep getting this error message ''iTunes was not properly installed.If you wish to import or burn CDs you need to reinstall iTunes'' before it opens. What should I do with th

  • Flash Player 10:  Adobe Misses the Mark

    When I heard about the Flash Player 10 launch, I was initially excited: there was some buzz about GPU optimization. However, when I saw the new product demo, I was very disappointed. Yes, there is GPU compositing, (useful for video and alpha channel

  • Loising wifi on my iPhone 4. how do i get it back

    i really need help in explaing to me wifi i keep losing connection to the wireless routier in my home and that is how i save on using my data on my data plan...so what do i need to do in order to get it back and keep it connected...thanks for anyone

  • Editing images in Adobe Reader

    I have set up a form template in Indesign, using form fields, so that customers can edit their contact information and image.  I know that you can edit this information in Acrobat, but is it possible to edit these things in Adobe Reader?  I have open

  • Import from SLD into integration engine

    When I create a new SLD namespace (sld/dev) and copy all of sld/active into this, then i can define new entries (product, versions etc) in this SLD namespace. My problem is, how can I import these in the Design part of the integration builder. It loo