Key differences between 11g r1 and 11g r2

What are key differences between Oracle EE 11g r1 and 11g r2?
Also, there seems to be a typical perception that 11g R1 has "lot of bugs". Is that a statement out of proportion?
Thanks,
R

Rich V wrote:
What are key differences between Oracle EE 11g r1 and 11g r2?For this, you would need to measure and compare the New Feature's guides from both the releases. There are lots of features and depending on a person's domain, there can be a big list.
Also, there seems to be a typical perception that 11g R1 has "lot of bugs". Is that a statement out of proportion?That's not meant only for 11gr1 or 11gr2. There would be always bugs with the new features introduced in any X version which would be taken care in Y version and then there would be new features introduced and thus the cycles goes on.
Aman....

Similar Messages

  • Important differences between oracle 10g and 11g

    Hi friends, can anyone tell me (pointwise) what are the major (and minor) differences between Oracle 10g and 11g.
    Please point me to some documents if possible.
    Thanks in advance

    The name of the link says it all: "top_features."
    In short it is Oracle's list of what they have for marketing and sales reasons designated "top features."
    It is not intended to be, and is not, a complete list of features. Often the features Oracle does not
    talk about are the most important.
    Let me give you some examples. I have never seen Oracle announce DBMS_XPLAN as a new feature
    yet you should not run an explain plan without it. Neither have I ever seen Oracle announce the new
    NO_DATA_NEEDED predefined exception. I have listed literally hundreds of new features you will not
    find in Oracle's new features docs.
    I did a presentation at OpenWorld this year as part of the unconference titled "New Features in
    Database 11gR2 that Oracle will not announce." It was easy to prepare a one hour presentation with
    little fear of being proved incorrect. As I turned out only one of the features I presented was mentioned
    by Oracle.
    You can find the presentation slides here:
    http://www.morganslibrary.org/pres/oow09_ucnf.pdf

  • Differences between Oracle 9i and 11g

    Hi,
    We are planning to migrate various PLSQL objects from Oracle 9i to Oracle 11g.
    We have around 200 packages and Staored procedures Oracle 9i, can some one let me know if there are any specific items to look before we migrate from Oracle 9i into 11g so that everything works fine after the migration.
    Please let me know major differences amognst in-built functions between Oracle 9i and 11g.
    Thanks.

    Oracle 11g has many advanced features in PL/SQL over Oracle 9i.
    refer here,
    http://www.oracle.com/technetwork/database/features/manageability/9i-to-11g-real-world-customer-exper-133754.pdf
    http://www.oracle.com/global/de/upgradecommunity/artikel/upgrade11gr2_workshop2.pdf
    http://www.compuworks.com/events/view/233.pdf
    http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getCourseDesc?dc=D52601GC10&p_org_id=15942&lang=US
    Thanks

  • Validate_layer_with_context -- differences between version 10g and 11g

    I have a spatial table that validates without issues under v10.2.0.4.0. This table was replicated to a new database running v11.2.0.2.0. Under this environment, the validation reports an "ORA-13366: invalid combination of interior exterior rings" issue. Has anyone else experienced this situation and does anyone have an explanation?
    Thanks,
    David

    Hi David,
    Not sure if I actually solved your issue. Any incorrect ring rotation has always thrown ORA-13367 as long as I have been around, 10g or 11g. In 10g you should never have seen true if any of your rings were originally backwards. And indeed its a big polygon but for example I have been doing some testing with "uber" polygons and just the other night was running SIMPLIFY on a polygon with 1.2 million vertices and it took a while (I went to bed) but in the morning it was done.
    How are you testing ring rotation? I put a quickie function below. Are you doing things similarly? TO_CURRENT will actually reallocate rings from inner to outer if one is inside the other. But as part of the rearranging will always correct the ring orientation. In your case that seems not to have happened which is very odd. But perhaps this has something to do with the sheer number of polygons in the collection and how they interact (raw speculation). I would first try removing that particular polygon with SDO_UTIL.EXTRACT and see if there is anything squirrelly about it by itself.
    Cheers,
    Paul
    CREATE OR REPLACE FUNCTION inspect_ordinate_rotation(
       p_input       IN  MDSYS.SDO_GEOMETRY,
       p_lower_bound IN  NUMBER DEFAULT 1,
       p_upper_bound IN  NUMBER DEFAULT NULL
    ) RETURN VARCHAR2
    AS
       int_dims      PLS_INTEGER := p_input.get_dims();
       int_lb        PLS_INTEGER := p_lower_bound;
       int_ub        PLS_INTEGER := p_upper_bound;
       p_area        NUMBER;
       num_x         NUMBER;
       num_y         NUMBER;
       num_lastx     NUMBER;
       num_lasty     NUMBER;
    BEGIN
       IF int_dims IS NULL
       THEN
         int_dims := 2;
       END IF;
       IF int_ub IS NULL
       THEN
          int_ub  := p_input.SDO_ORDINATES.COUNT;
       END IF;
       IF int_lb IS NULL
       THEN
          int_lb  := 1;
       END IF;
       p_area  := 0;
       num_lastx := 0;
       num_lasty := 0;
       WHILE int_lb <= int_ub
       LOOP
          num_x := p_input.SDO_ORDINATES(int_lb);
          num_y := p_input.SDO_ORDINATES(int_lb + 1);
          p_area := p_area + ( (num_lasty * num_x ) - ( num_lastx * num_y) );
          num_lastx := num_x;
          num_lasty := num_y;
          int_lb := int_lb + int_dims; 
       END LOOP;
       IF p_area > 0
       THEN
          RETURN 'CW';
       ELSE
          RETURN 'CCW';
       END IF;
    END inspect_ordinate_rotation;

  • Difference between OBIA 10g and 11g

    hi all
    Can anyone tell me the new modules which are added in OBIA 11g  as compared to 10g.
    Any help deeply appreciated.
    Thanks
    Bivin

    Check all 4 links from New Features for Oracle Business Intelligence Users - 11g Release 1 (11.1.1)
    If helps mark
    ~ http://cool-bi.com

  • Diff between odi 10g and 11g

    Hi,
    Can some one reply the important and main differences between ODI 10 and 11g.Urgent!!!
    Thanks,
    Pop...

    quickly :
    * new user interface : ODI studio with new functionnalites (open object on tabs, save button, cancel button...)
    * new object : load plan
    * new agent architecture : JEE agent
    * integration with weblogic ; ODI console instead of Metadata Navigator
    * support of union/intersect/... in interfaces
    * news KM and index improvment
    * support of "derivated table" in yellow interface (ie : use sub request instead of creating the yellow table)
    * lookup functionnality for interface
    * simulation of code without executing the interface
    * support of tables partitions
    * global scope KM
    * best tool for export/import

  • Diff between 10g AS and 11g AS

    Hi,
    What are major differences between 10g AS and 11g AS? is 11g AS called fusion middleware?

    as application server level oracle 11g WebLogic Server is the new generation of AS10g ,and sure it's the world best application server for building and deploying enterprise Java EE applications with support for new features for lowering cost of operations, improving performance and supporting the Oracle applications portfolio,
    the Oracle Fusion Middleware consists of several software products from Oracle Corporation. OFM spans multiple services, including Java EE and developer tools, integration services, business intelligence, collaboration, and content management. OFM depends on open standards such as BPEL, SOAP, XML and JMS.
    Oracle Fusion Middleware provides software for the development, deployment, and management of service-oriented architecture (SOA). It includes what Oracle calls "hot-pluggable" architecture, designed to facilitate integration with existing applications and systems from other software vendors such as IBM, Microsoft, and SAP AG

  • Key Differences between Essbase System 9 and 11

    Hi,
    I understand that there are several architectural underpinnings that are different between system 9 and system 11. The other day a business user asked me to point out key differences between system 9 and 11.
    the first thing that jumped at me was the thin client architecture, where you dont have to install EAS or Studio on to user system..
    Can anyone help me tabulate the key differences interms of end user functionality and in terms of developer interfaces.
    any inputs would be really appreciated.
    Thanks in advance

    Hi,
    Here are some things I particularly like about System11 Essbase
    <li>Ability to store text and dates as measure values (intersection data)
    <li>Lifecycle Management & Lifecycle Management API
    <li>Single click backup and restore
    <li>Attributes that can be changed over time to preserve historical data
    <li>ASO Maxl data slice clearing & inversion
    <li>Ability to use Environment Variables
    <li>Implied Share override
    <li>@DateDiff and @DatePart
    Here is a comprehensive list of the System 11 new features:
    http://download.oracle.com/docs/cd/E12825_01/epm.111/esb_new_features/esb_new_features.htm
    Regards,
    Robb Salzmann

  • Gereral differences between 4.7 and ECC 6.0 from FI/CO view

    Hi Guys
    Can any one tell me key differences between 4.7 and ECC 6.0 from FI/CO view.
    In interview what i must tell?
    Thank you.

    Please visit the following links:
    [http://service.sap.com/erp]
    [http://solutionbrowser.erp.sap.fmpmedia.com/ (Functional prespective)]
    [http://service.sap.com/instguides] --> mySAP Business Suite Applications --> mySAP ERP --> mySAP ERP 2005 --> Upgrade
    [http://help.sap.com/printdocu/core/Print46c/en/data/pdf/LOVC/LOVC.pdf]
    For Functionality Differences pls refer to the below site -
    [http://solutionbrowser.erp.sap.fmpmedia.com/]
    After opening the site, please select the Source Release Version which is 4.6 b Then Select the Target Release Version which is "mySAP ERP 2005" or ECC 6.0
    Select the Solution Area like Financials, Human Capital Management, Sales....
    Select module like MM, PP, SD, QM.....
    Click on Search
    Then it displays the Release Version and the Delta Functionality. which can be downloaded to a word document if required.
    and also check the release notes of ECC 6.0 in service.sap.com.
    Regards,
    Ajit

  • Difference between like profile and relignment

    Hello Friends,
    Difference between like profile and relignment ?
    useing like profile we can generate stat forecast for new product ,where as in relignment we can generate new cvcs if iam wrong pl correct me and iam looking for more details

    Sivaram,
    The Key differences between Like profile and Realignment are:
    1. For Like profile to work, you need to have CVCs for the new product in place before you can execute it. 
    In realignment, you can create the new CVCs and then copy the data from Old CVC to the new CVC during a realignment run.
    2. Like profile does not actually copy the demand history of one product to another and store it in livecache, it merely used the history by referring to the history KF and then generating forecast in the forecast number which does gets written to live cache.
    Whereas using realignment, you can do copy history from old CVC to the new CVC or for that matter any KF data can be copied from old CVC to new CVC that throughout the history and forecast horizons.
    3. Like profile works hand in hand with Statistical forecasting functionality of APO.
    Whereas Realignment is independent of Forecasting.
    Hari

  • Main differences between 3.5 and 7.0

    Can someone outline the key differences between 3.5 and 7.0 and if possible any MM or Inventory specific benefits? Thanks

    hi,
      refer this link
    http://help.sap.com/saphelp_nw2004s/helpdata/en/b2/e50138fede083de10000009b38f8cf/frameset.htm
    regards
    assign points if helpful.

  • Difference between 11g R1 and 11g R2

    Team,
    Could you please share the major difference between 11g R1 and 11g R2? I have gone through the oracle document but didn't get much.
    Thanks for your help.
    Thanks,
    Robin

    Pl identify and post a link to the oracle document you are referring to.
    Pl review Contents
    HTH
    Srini

  • Re: Diff between Oracle Applications 11g rel1 and 11g rel2

    Hi ,
    Please guide me through some doc.Id which can tell me the difference between 11g rel1 and 11g rel2.
    Regards.

    This topic was discussed many times in the forum before, please see old threads for details.
    Technical Difference between 11i and R12
    https://forums.oracle.com/forums/search.jspa?threadID=&q=Technical+AND+Difference+AND+11i+AND+R12&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Functional Difference between 11i and R12
    https://forums.oracle.com/forums/search.jspa?threadID=&q=Functional+AND+Difference+AND+11i+AND+R12&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    AR in R12 and R11i
    R12 Content Documents
    https://forums.oracle.com/forums/search.jspa?threadID=&q=Content+AND+Document+AND+R12&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • Diff between oracle 10g and 11g

    Can any one could tell me what is the main diff between oracle 10g and 11g ?
    Thanks in Advance
    Venkat

    Hi,
    You can read
    http://www.oracle.com/technetwork/articles/sql/index-082320.html
    http://www.oracle.com/technetwork/articles/sql/index-099021.html
    Anand

  • Key functional differences between SRM 7 and SRM 5

    Dear All,
    I urgently need to put togther a comparison document thst list key functional differences between SRM 7 and SRM 5.
    NB. i donot have access to service marketplace.
    sheena.roberts(AT)yahoo
    Thanks
    Edited by: Sheena Roberts on Jan 18, 2011 11:21 AM

    Hi Sheena,
                        Go to  difference between srm 5.0 and 7.0
    Regards
    Vishal Pd

Maybe you are looking for