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

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

  • 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;

  • 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

  • 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

  • Difference Between OBIEE 10g and OBIEE 11g

    Hi everyone,
    I have a doubt when choosing two versions of OBIEE, 10g and 11g.
    Actually, is there any big difference between 10g and 11 version ?
    From the point of view of easiness finding tutorial in internet, simplicity of using the tool, and other considerations, which one is better ?
    I hope you guys could also explain with your arguments.
    Thanks

    Hi,
    Few differences..
    Architectures-
    OBIEE 11g architecture...http://www.rittmanmead.com/2010/07/09/obiee-11gr1-architecture-and-use-of-weblogic-server/
    OBIEE 10g architecture....http://gerardnico.com/wiki/dat/obiee/obiee_overview
    Features-
    New features in OBIEE11g...Re: OBIEE 11g
    http://blogs.oracle.com/robreynolds/2010/07/new_administration_features_of.html
    I have a doubt when choosing two versions of OBIEE, 10g and 11g.If you are new to OBIEE its best to start with 10g,there are lot changes in 11g.It takes time to get used to it and you many not get enough docs or material to read,may face some new issues also.
    Actually, is there any big difference between 10g and 11 version ? Yes there are some differences between them...you can see them in above links.(many things like graphs,server)
    From the point of view of easiness finding tutorial in internet, simplicity of using the tool, and other considerations, which one is better ?For sure obiee 10g as 11g is new many of them just started using it,so you may get less help on this if you face issues & may not get enough tutorial in internet and OBIEE10g is bit easy to use.
    Its best to you go for OBIEE10g,parallely you can try 11g.
    Regards,
    Srikanth
    Edited by: Srikanth Mandadi on Oct 7, 2010 11:08 AM

  • Differences between OCA 10g and OCA 11g

    Hi,
    I am currently studying the OCA 10g Administration I but I have not taken the exam yet. I am also taking the SQL Expert exam but I dont think that is version specific.
    I would like to know how different or what the differences are between the OCA 10g and 11g exams are as I fear that 10g will be out of date soon. I am considering just taking the 11g exam even though I have only studied 10g.
    I had a look at both the syllabuses and they look pretty similar and was hoping someone could add some personal notations of their experience. I suspect and hope that the major differences would come at the OCP level.
    I don't want to go to do OCP as I am only doing to obtain a good foundation for working on the functional side of financials.
    Thanks in advance.
    Luke

    differences are between the OCA 10g and 11g exams
    Different version different new features discussed. example : no ADR in the 10g, no invisible index in 10g, DRA etc.
    Syllabus maybe the same, but features is different.
    I suspect and hope that the major differences would come at the OCP level.
    OCP is deeper than OCA. mostly OCA cover all features of the Oracle, and the OCP discussed about more advanced technique like RMAN, ASM, Memory Management, etc. but again 10g and 11g have different features.
    That's why for 10g OCP who wants to upgrade become 11g OCP, has to follow 11g new features exam.
    HTH
    Edited by: HGDBA on Jan 14, 2011 1:17 PM

  • Difference-  Architenture of 10g  and 11g

    Hi All,
    Pls just let me know is ther any huge difference between architecture of Oracle 10g and 11g ?.
    Kindly suggest in very brief or just yes/no.
    Thanks,

    Nimish Garg wrote:
    There r no major difference b/w 10g & 11g Architecture
    check this link out for new features of 11g
    http://www.dba-oracle.com/oracle11g/oracle_11g_new_features.htm
    I'm sure I've mentioned before about being careful when using that site to demonstrate answers. It's notoriously lacking information and only gives partial answers, mainly because it's trying to get people to purchase the books it sells for complete answers.
    Far better would be to link to Oracle's own resources... e.g.
    http://www.oracle.com/technology/pub/articles/oracle-database-11g-top-features/index.html

  • Diffrence between OBIEE 10g and 11g Architecture

    Hi
    Please help me by providing either the differences between the OBIEE 10g and 11g Architecture or a pointer/link.
    Thanks

    Hi,
    There are some!!
    Check here;
    http://www.rittmanmead.com/obiee11g/
    http://www.biconsultinggroup.com/images/VideoAlbum/WhitePapersFAQ10-31-10.pdf
    http://blogs.oracle.com/robreynolds/2010/12/security_in_obiee_11g_part_1.html
    http://blogs.oracle.com/robreynolds/2010/12/security_in_obiee_11g_part_2.html
    This will give an indication of all the changes.
    Cheers,
    Daan Bakboord
    http://obibb.wordpress.com

  • 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

  • Is there Any difference Between OBPM 10g And AlBPM 6.0

    Hello Friends
    I would like know is There any difference between the Oracle BPM 10g and ALBPM 6.0 . ??
    The second one is Difference between AlBPM5.7 and ALBPM 6.0
    Thanks In Advance
    with Regards
    Sandeep
    Edited by: user12036530 on Oct 18, 2009 9:08 PM

    For 10g Differences, check out: http://download.oracle.com/docs/cd/E13154_01/bpm/docs65/upgradeguide/deliverables/upgrade_guide/c_Head_Reference.html
    And other 10g Documentation: http://download.oracle.com/docs/cd/E13154_01/bpm/docs65/index.html Specifically: Upgrade Guide, Process API Differences (if you use PAPI)
    For 6.0 Differences, check out the Documentation: http://download.oracle.com/docs/cd/E13165_01/albsi/docs60/index.html Specifically: ALBPM 6.0 New Features Overview
    Hope this helps,
    -Kevin

  • Global temp tables difference in oracle 10g and 11g

    Hi All,
    we are planning to upgrade metasolv applications from 6.0.15 (currently suing 10g) to 6.2.1(currently using 11g).We are using the Global temp tables in 10g .i just want to know is there any impact if we upgrade the Global temp tables from 10g to 11g.if so can u please explain me clearly ?
    Please and thanks.

    FAQ on new features: Re: 14. What's the difference between different versions of the database?
    This can be used as a reference for all your queries..

  • What are the major differences between oracle 10g and oracle express 10g

    Hi
    Can anyone tell, What are the major differences between[b] oracle 10g and oracle express 10g.
    Or if you know any URL, then please do let me know.
    Advance Thanks
    JC

    Dear sir,
    here it is.
    http://www.oracle.com/database/product_editions.html

  • What are the differences between ESB 10g and OSB 10g

    Hi,
    I'm newbie to OSB 10g. I have installed OSB 10g.
    I came to know after Oracle acquired BEA, the ALSB is renamed as OSB.
    I'm curious to know what are the differences between ESB and OSB.
    If there are many differences, please post any links which provide the required information in detail.
    Thanks in advance.
    Regards,
    Udaya

    the 'old' esb has been renamed to mediator and is now only used as component in your sca application.
    the two service buses can't really be compared since the osb (former alsb) has way more functionality in it.
    Oracle gave it it's own place in his soa portfolio and the old esb can only be used als mediator in your sca application.
    On top of your sca application you could use the OSB to complete your architecture design.
    the difference between both.
    esb (now used as mediator) can only be used in your sca application
    in here you will use it mostly for routing/transformation, and there is some functionality for assign/java callouts conditional routing
    the osb is complete product with a lot of functionality in it. Everything you used the old 'esb' for can be done in the OSB and with a lot of extra's.
    routing/transformation/service call outs/java callouts/transport virtualization/security/and more and more
    you should read the guides of the OSB to get an idea of everything it can do for you.
    http://www.oracle.com/technetwork/middleware/service-bus/overview/index.html

  • Difference between OBI apps and OFSAA

    Hi,
    In my next project I need to work on OFSAA, so I did some google and found some related topics like OBI apps and OFSAA. Can anyone put some light on the differences among two. What I got if from some blogs/article about these terms are like:
    OFSAA: Oracle Financial Services Analytical Applications Infrastructure is the complete end-to-end Business Intelligence solution that is easily accessible via your desktop. Its single interface lets you tap your company's vast store of operational data to track and respond to business trends.
    OBI Apps: It is a complete end to end BI environment covering BI platform (BI server including ETL and reporting tool) and pre-packaged analytic applications (pre-built reports, dashboards, alerts using OBIEE).
    As from the above definition, I can not find out the major and distinctive differences between the two so could anyone help me in putting some light to these terms.
    Your help would really be appreciated.
    Thanks.

    I believe these are 2 completely separate and unrelated systems/solutions. OFSSA is an acquisition Oracle made ONLY for pure play BANKING software. It has its own technology and metadata stack. This includes Risk Management, etc.
    Check here for details: http://docs.oracle.com/cd/E28033_01/books/Infrastructure/OFSAAI_7.3_User_Manual.pdf
    OBIA is a pre packged DW solution from Oracle for ALL ERPs (PSoft, EBS, JDE, etc) for multiple industry areas (Financials, Human Resources, CRM, etc)
    Oracle will probably try to integrate OFSSA with more Oracle technologies in the coming future (FMW, Exalytics, etc). For now, these are 2 unrelated solutions and systems.
    Pls mark correct if this is helpful

Maybe you are looking for

  • Error while Activating a process chain

    Hi, I have just modified the existing process chain with the new info package for loading into ODS and then delta update into the Info Cube. when i am clicking on the option schedule and activate. Its giving error as : "InfoPackage ZPAK_49RJW545FSO2M

  • Have moved Itunes library to external HD, now can't burn cd's to anywhere?

    I have recently moved the music folder to: F:\Backed Up music, and now when i burn cd's they don't seem to go anywhere. i check the backed up music folder and they don;t show up there, and i search the computer for the files, and they don't show up a

  • No sound from avi files - soundtrack is ms format?

    Anyone know how to get qucktime to play avi files where the soundtrakc element is 'ms' format. the video part is mp4 and i think the whole file is divx

  • Swing 1.4x and Deadlocks / Freezes

    Upgrading from 1.3x to 1.4.1/2, deadlock-sensitivity in Swing has increased quite extreme. This might be due to programmer's bug as to doing -anything- on jcomponents in sep. thread outside event-thread, but is this not truely certain, with the amoun

  • Flash Catalyst Indexability?

    Having built my site using Catalyst to avoid having to learn code, I now read that the software lacks indexability because all text is converted to flash so it is therefore not searched and therefore not indexed by search engines - is this true?  Is