Oracle Standard Edition and OLAP

Hi all,
Am I correct in thinking that datawarehouse and OLAP style features are only available as an extra option when you have purchased Oracle Enterprise edition?
Are there any OLAP related features that come with Standard edition, or do you have to go the whole hog just to make a basic cube?
Many thanks
Simon

[email protected] wrote:
Are there any OLAP related features that come with Standard edition, or do you have to go the whole hog just to make a basic cube?Define 'cube'.
If you mean Multidimensional OLAP cube, then yes it is only available in the OLAP option that extends Enterprise Edition. But few people need that kind of power.
Or do you mean 'cube' or 'rollup' described http://download.oracle.com/docs/cd/E11882_01/server.112/e10810/aggreg.htm#DWHSG8648 which os a completely different animal. A LOT of ROLAP capability, including cube and rollup, even exist in Express Edition.

Similar Messages

  • Database link between Oracle Standard Edition and Oracle Enterprise Edition

    Hi,
    I am looking at setting up a data transfer process between an Oracle 11g Enterprise Edition database and an Oracle 11g Standard Edition database. Database links would be required each way.
    I heard once that this is not permitted as connecting Standard to Enterprise via a DB Link means that the Standard Edition database would now need an Enterprise license.
    I have searched around but can't find anything to confirm this. Am I being mislead by this information? Is it permitted to
    connect Standard to Enterprise via a DB Link?
    John

    John O'Toole wrote:
    Hi,
    I am looking at setting up a data transfer process between an Oracle 11g Enterprise Edition database and an Oracle 11g Standard Edition database. Database links would be required each way.
    I heard once that this is not permitted as connecting Standard to Enterprise via a DB Link means that the Standard Edition database would now need an Enterprise license.
    ============================================================================
    Where did you hear that?
    --- On the internet
    And you believed it?
    --- Sure. They can't put anything on the internet that isn't true
    Where did you hear that?
    --- On the internet.
    ============================================================================
    I have searched around but can't find anything to confirm this. Am I being mislead by this information? Is it permitted to
    connect Standard to Enterprise via a DB Link?I would be shocked if it were not permitted due to licensing issues. When a db-1 has a link pointing to db-2, as far as db-2 is concerned db-1 is just another client .. no different than sqlplus. If you have an Enterprise Edition database, of course it will need to be properly licensed. But that doesn't mean all of its clients (including a SE database) have to be EE licensed.
    But even my reply is just something you read on the internet. Licensing questions can only be definitively answered by Oracle itself. Ultimately you will need to put your hands on an official Oracle document or a written statement from someone authorized to make such statements.
    >
    John

  • Oracle Standard Edition and GoldenGate for replication?

    The Question:
    Can GoldenGate run in a Standard Edition RAC ==> Enterprise Edition standalone environment and perform the required rule-based replication without requiring an upgrade of our RAC Standard Edition to RAC Enterprise Edition?
    The environment:
    Source System: 2-node RAC running Standard Edition 10.2.0.5 (RHEL5 x86-64)
    Target System: 1-node running Enterprise Edition 11.2.0.1 (RHEL5 x86-64)
    The requirement:
    Lossless one-way replication in "real time" of selected schema while excluding selected DDL/DML based on multiple rules.
    Present solution:
    LogMiner, but there is a known LogMiner bug (p8977287) that causes data loss when one RAC node goes down or is evicted from the cluster. The bug is reportedly patched in 11.2.0.2 and is slated to be fixed in 12.x.
    Thx.

    Yes. Simple enough, it can extract from SE, even XE!

  • About Standard Edition and Standard Edition one

    Good day people.
    I 'm not sure if this question has been asked, excuse me if I haven't noticed it.
    Where I currently work are planning the implementation of an software running over Oracle DataBase, but they are unsure for which DB version to choose.
    1. What are the main differences between Oracle Standard Edition and Oracle Standard Edition one? (besides that the second doesn't support RAC or clusters.)
    2. I am still unsure if license for processors are counted as processors or cores, for instance 1 processor with 4 cores (means 1 processor? or 4 processors or a factor multiply)?
    3. Is it true that EVERY license I buy MUST have 1 first year as support?
    And 4. Is Windows Server 2008 supported? (64bits)
    Gracias, a lot.

    Hi;
    Firstly for license its better to contact wiht your local oracle sale representative which you can get exact answer.
    1. What are the main differences between Oracle Standard Edition and Oracle Standard Edition one? (besides that the second doesn't support RAC or clusters.)Please see below:
    http://download.oracle.com/docs/cd/B28359_01/license.111/b28287/editions.htm#CJACGHEB
    2. I am still unsure if license for processors are counted as processors or cores, for instance 1 processor with 4 cores (means 1 processor? or 4 processors or a factor multiply)?See:
    Licensing-Oracledb
    Query Regarding Oracle Installation
    Oracle Licensing
    Re: Licensing Technology
    3. Is it true that EVERY license I buy MUST have 1 first year as support?Yes
    And 4. Is Windows Server 2008 supported? (64bits)What is DB version?
    Check certification matrix and also see:
    Master Note For Oracle Database Server Installation [ID 1156586.1]
    Regard
    Helios

  • Selection on Oracle 8i Standard Edition and Enterprise Edition

    I have seen "Oracle8i: A Family of Database Products" which states the feature difference between oracle8i standard and enterprise edition, for example, failover, parallel server, ...
    However, if I only use one databse in my application then it seems that there is no difference between standard and enterprise edition.
    Is there any significant difference between those that I must use enterprise edition one, e.g. performance???

    Hi,
    Can anybody give me a short explaination about the differences between the Standard Edition and the Enterprise Edition. Is the standard edition a fully qualified development and production environment?
    Regards,
    Joshua The diff between SE and EE has to do with what you license. SE for example, is not licensed for REP and Parallel Server but that might not stop someone from implementing them ? I consider SE and EE to be 'fully qualified development and production environment' but that is just my opinion.
    RP.

  • Differences between Oracle Personal Edition and Enterprise Edition

    What are the differences between the databases of Oracle Personal Edition and the Oracle Enterprise Edition..?

    I have just looked at the metalink document and see that Oracle are still blatantly lying about the availability of analytical functions.
    We chose standard edition on the basis of this document and were very annoyed to find we could not use analytical functions.
    The document is about 8i. Of course we are all on 9i these days aren't we ?

  • GoldenGate on Oracle Standard Edition

    Hi,
    GoldenGate supports extract from an Oracle Standard Edition One database, but I have not yet managed to create an extract queue.
    I have read the manuals, I have searched Oracle forum and I have also searched Oracle Support pages, but I haven't found anything how it should be done.
    Please guide me.
    I have tried to create the extract with several different commands. Here are some of them:
    add extract ggsrc, tranlog, begin now, threads 1
    add extract ggsrc, tranlog, begin now, passive
    Here is the error message I receive:
    2011-11-10 12:14:00 WARNING OGG-01756 Cannot register EXTRACT GGSRC with database because of the following SQL error: OCI Error ORA-00439: feature not enabled
    : Streams Capture
    ORA-06512: at "SYS.DBMS_CAPTURE_ADM_INTERNAL", line 453
    ORA-06512: at "SYS.DBMS_CAPTURE_ADM", line 289
    ORA-06512: at line 1 (status = 0). See Extract user privileges in the Oracle Gol
    denGate for Oracle Installation and Setup Guide. You can manually register this
    group with the REGISTER EXTRACT command.
    EXTRACT added.
    As you can see the command is trying to use an option which is not enabled in the Standard Edition One. It is using some Streams functionality which is standard in Enterprise Edition.
    Regards
    Kjell Magne Kvinnesland

    Have you seen this?
    Adding an Extract Fails with OGG-01756 Cannot Register EXTRACT (Doc ID 1330577.1)

  • Difference between standard edition and enterprise edition?

    Is there any document describing the feature differences between Oracle 9i standard edition and enterprise edition?
    Specifically is Oracle Text bundled with the standard edition?
    Thanks a lot
    James

    Hi,
    Check this document:
    http://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=112591.1
    Apart from the features that are present in E.E. and not in S.E., there is little difference (except the license price...).
    Note that some seperately purchased options are only available with E.E., not S.E. (e.g. Partitioning, Enterprise Manager Packs).
    MB

  • Difference between Oracle9i Standard Edition and Oracle9i Enterprise Editio

    Hi,
    Can someone please tell me what is the difference between the Oracle9i Standard Edition and Oracle9i Enterprise Edition.
    Regards

    First, if you want Enterprise Options like Partitioning, you need to have Oracle Enterprise Editions. Note that partitioning is not included in an Enterprise Edition license ! You have to buy the option separatly (+25% of price).
    A good reason to use EE is the ability to scale to more than 4 cpus...
    Note that on some systems like Solaris 10, you can use SE with a multi-cpu machine, you just need to create projects and allocate at most 4 cpus for the oracle user.
    Check with your sales representative for some coefficients per core depending on your architecture .
    Message was edited by:
    Laurent Schneider

  • Oracle standard edition vs. enterprise edition

    Hi all
    Due to cost constraints, we have had to downgrade our 8i Database Enterprise Edition installation to Standard Edition.
    My question is: do we have to re-create our database under Standard Edition, to make it a 'Standard Edition' database, or can we just re-open our existing database (created under Enterprise Edition) with the Standard Edition?
    I installed 8i SE and opened our database but, of course, SELECT BANNER FROM V$VERSION suggests we're still running the EE.
    Are we breaking the terms of our licence by using this existing database?
    Very many thanks
    Andrew

    Hi!
    My impression is during the database creation time, Oracle incorporates in data dictionary the options available for each product edition in that time.
    Try to execute a specific operation that needs an E.E. license just like parallel query, advanced replication, and Partitioning.
    Execute this query:
    select * from v$option;
    And compare to the Database Feature and Option Availability ( notes available on metalink ):
    Differences Between Standard Edition and Enterprise Edition in 8i
    Note:112591.1
    Differences between Oracle 8.1.x Personal, Standard and Enterprise on NT/2000
    Note:70059.1
    As long as this is only my impression, try opening a SR to make it sure.
    HTH
    Best regards.
    RK

  • What is the difference between 9i standard edition and enterprise edition

    hi,
    who can tell me what is the difference between ora 9i standard edition and enterprise edition?? relevant http links are also appreciated. thank you!
    regards,
    iron teung.

    If your 'professor' really said that then I think you need to find a new college!I agree. 11g is a superset of 9i. In fact,you can tell 11g to run in 9i compatibility mode.
    >
    I firmly believe that you would do well starting with
    9i and then going through the new features with each
    release to 11g.Since 9i is officially about to start it's second year in 'Extended Support' (which, due to the surcharge in support fee, will likely see a drop-off in adoption) I would encourage anyone studying Oracle database to start with 10g.
    But the idea of starting at 9i is not bad.
    >
    'Client' is the software required to
    access/interact/maintain an Oracle database remotely
    from a client machine. Different features become
    available as you progress from Personal to Standard
    to Enterprise editions. They are cost related to
    whichever license you buy in a production environment.One point of confusion is that Personal Edition really is targeted for the Developer and therefore includes all capabilities, features and options of Enterprise Edition turned on and included in the license. (Except RAC and OEM packs) When I draw a picture, I put Personal Edition at the top as most capable.

  • Weblogic 10gR3 standard edition and enterprise edition

    Difference between weblogic 10gR3 standard edition and enterprise edition ??

    WebLogic Server software is the same in all of the various download distributions available that vary on platform and 32/64 bit architecture. However, which features are licensed for use vary by the edition customers license, which is covered here:
    http://download.oracle.com/docs/cd/E14571_01/doc.1111/e14860/products.htm#i1041725
    That link is for WLS 11g, but it applies generally to WLS 10.3.0 as well.

  • Standby Database with Oracle Standard Edition

    Hi,
    my customer wants to create a standby database for his production database (Oracle Standard Edition 11g R2 @ Windows 2008 R2 64 Bit). Now has somebody a proof-of-concept which explains shortly the concept and how to achieve it.
    Many thanks in advance.
    Best Regards,
    Martin

    Hi
    We have the following options :
    1. Oracle Enterprise Edition (EE) - Will have automatically 'Oracle DataGuard' option. No extra license for Oracle DataGuard. We have to purchase Oracle EE for both the sites.
    2. Oracle Standard Edition (SE) - Will not have 'Oracle DataGuard' option. So we can't implement Standby database.
    3. Oracle Standard Edition (SE) - Will not have 'Oracle DataGuard' option. If you want to implement disaster recovery site we have to purchase Oracle GoldenGate for both the sites. But we have to Oracle GoldenGate license for both the sites
    Thanks
    LaserSoft

  • Oracle Standard Edition databases are based on a maximum number of sockets

    Can someone explain this further?
    I need install Database in RAC.
    I have:
    1. Named User Plus Licenses.
    2. Oracle standard Edition Database.
    3. Two servers with 2 processors Dual Core 64-bit Intel® Xeon® Processor 7140M.
    4. Each server has 4 sockets, 2 are occupied and 2 are unoccupied.
    My question is:
    I need upgrade Oracle Enterprise edition database because I will have 8 socket, although only will use 4 sockets.
    I need more information on these sockets, specially in Database SE, User Named plus and multi-chip
    processors.
    I have contacted Oracle Sales and they/the sales person also do not have
    these information.
    Thanks in advance.
    Regards
    Carl

    Try reading through http://www.oracle.com/corporate/pricing/databaselicensing.pdf, and then http://www.oracle.com/corporate/pricing/sig.pdf (page 11) - also pass those URLs to your Oracle sales guy and ask for clarification.
    Note that any answers you get here will be quite useless in a court of law, if you and Oracle decide to have different opinions. So it is important you get an answer from Oracle - in writing.

  • Oracle Standard Edition & Enterprise Edition

    Hi Experts, I want to know if I can install Oracle Enterprise Edition and Standard Edition database on the same windows 2000 server box?

    In different Oracle Homes, sure.
    Justin
    Distributed Database Consulting, Inc.
    http://www.ddbcinc.com/askDDBC

Maybe you are looking for

  • I uninstalled my newest version of iTunes for Windows

    Hello my name is Wendy Reddy, and I got my iPod nano Model No. A1320 a couple years ago. My computer crashed and I backed up the entire iTunes library and was able to restore it to my computer after I got it running again. However i had to reinstal i

  • File attachment via SOAP

    Hi, I have a ZIP file which I need to send it to the 3rd party via SOAP adapter with an attachment. Is this feasible to implement?

  • Daisy-chaining within an LMS

    I am trying to run a web based training I created with Captivate 2 in a Meridian Global LMS. I created the WBT in segments (daisy chaining them together so that the end of one jumps to the beginning of the next). When I upload and try to make the par

  • Sign In Not Working

    I have purchased loads of music and audiobooks, the last on was in April...Now when I sign in, it flips me to the billing info screen, my info has not changes, I add in the security code, click done. When I go to buy again, the same thing happens. An

  • Customer Service - lost the will to live

    Knowing my BTBA mobile contract ran/runs out sometime this month I thought "Better ring up and check that the old contract continues". BT should have told me "In 2days it runs out and you will get a text message" but started on a marketing call - dur