Differences between different versions of Oracle Database 10 g

I have some questions about the Oracle Database 10g Release 2 that we download from Oracle web site.
1)Does the software that we download from Oracle web site is similar to Enterprise Edition or Standard Edition or Standard Edition One or to which edition? In other words, similar to which edition?
2)What are the differences between Enterprise, Standard, and Standard Edition one?
3)Are they any features included in the licensing Oracle Database that does not include in the free one that we download from Oracle web site?

The dowloaded software contains every of the four editions. You choose which edition you want during the installation process.
The differences and extra-cost options are described in this paper on OTN
http://www.oracle.com/technology/products/database/oracle10g/pdf/twp_general_10gdb_product_family_0605.pdf

Similar Messages

  • Dblink between different version of oracle databases

    Hi Oracle Database Gurus
    Is it possible to create a database link between 10.x and 11.x oracle database.
    Could somebody pinpoint a passage of oracle documentation connected with that topic.
    Regards
    Zibi

    zibi wrote:
    OK thanks, but is there a documentation where we can find some constraints ???
    ZibiRemember that there is nothing "magic" or special about dblinks. When using the link, the database in which the link is defined (source) is just another client to the target of the link. It uses all of the same tns pieces, and the constraints between versions would be the same as for any other client / database connection. So all you need to reference are the standard docs on what client versions are compatible with what db versions. Nothing special for the dblink.

  • Differences between different  versions of BW 2.1C,3.0A and 3.5

    Can anybody tell me the differences between different versions of BW.
    I m new to SAP BW,i directly learned in BI7.0.So please anybody let me know the difference in implementation of features in 2.1C, 3.0A ,3.5 ,if possible BI7.0 also

    please read this:
    http://help.sap.com/saphelp_nw70/helpdata/en/b2/e50138fede083de10000009b38f8cf/frameset.htm

  • Table difference between different versions

    how do i find out which sap tables has been changed between 4.6C and ecc 6.0 version.  Is there a program I can run? website?

    you can look at transaction se03,
    select the first option (search object in change request),
    fill in type "TABL", value *
    mark the check-boxs:
    1. modifiable
    2. also recursive
    you will find out all changes that done to any table (including Z tables)

  • Differences between WRT54G versions

    Dear all,
    What are the differences between different version of WRT54G? eg, v1.0, v2.0, V3.0... V8.0, etc
    thanks.
    Solved!
    Go to Solution.

    See wikipedia for details.

  • Differences between different IR versions

    Can you please tell me the differences between different IR versions?
    Thanks

    Here are the 11.1.2 specific IR changes: from the R&A Readme:
    Interactive Reporting
    Support for SFTP
    SFTP protocol is now supported for distribution outputs generated by jobs and schedules. For more information, see the Hyperion Reporting and Analysis Framework Administrator’s Guide.
    Interactive Reporting Roles
    Two new roles, IR HTML Viewer and IR WebClient Viewer, have been added for Interactive Reporting. For additional information, see the EPM User and Role Security Guide.
    Removal of CMC
    CMC is no longer a separate web application. All functionality has been merged into the Administer module. For more information, see the Hyperion Reporting and Analysis Framework Administrator’s Guide.
    There are also several Workspace changes which would could impact IR users as well, depening on your particular set up , it might be worthwhile reviewing those as well.
    Cheers, Iain

  • Which version of Oracle database is best for Windows 7 Home Premium?

    Any input as to which version of Oracle database is best for Windows Home premium? Is there a major difference between the express edition and 10g itself as far as the interface/learning purposes goes?

    EssbaseApprentice wrote:
    Any input as to which version of Oracle database is best for Windows Home premium?That's easy to answer, none . No oracle database version was released for Home(Premimum) series. There are several blog posts/articles which do mention that they have installed oracle releases over Home(Premium) platforms but whether it would work or not, it would be just a lottery and help regarding troubleshooting would not be there.
    Is there a major difference between the express edition and 10g itself as far as the interface/learning purposes goes?You mean 10g Express Edition and 10g Enterprise, Standard Editions? If yes, then there is indeed difference. The Express edition is more like a developer's playground with a good looking GUI even there to administer it. EE or SE are the production releases , meant for being used in a very busy, highly concurrent environments. There would be additional features like RAC and Dataguard that would come with EE and wont be there in the XE. So if you are learning to become a production DBA, you should right away use EE or SE IMO .
    HTH
    Aman....

  • TRUNC() giving wrong data in different versions of Oracle DB

    Hi All,
           I have two oracle data base versions. I need to insert into one temp table with select statement. When i use the same query in both environment am getting different results. Can you please help me on that.
    Version:1
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - Prod
    PL/SQL Release 10.2.0.4.0 - Production
    CORE 10.2.0.4.0 Production
    TNS for 32-bit Windows: Version 10.2.0.4.0 - Production
    NLSRTL Version 10.2.0.4.0 - Production
    Version: 2
    Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bi
    PL/SQL Release 10.2.0.5.0 - Production
    CORE 10.2.0.5.0 Production
    TNS for IBM/AIX RISC System/6000: Version 10.2.0.5.0 - Productio
    NLSRTL Version 10.2.0.5.0 - Production
    Query we used:
    insert into my_temp_table
    select v_name,trunc(d_charge_date)
    from table1;
    my_temp_table structure:
    v_name               varchar2(30),   
    d_charge_date     date;
    Note: Date columns represented with mm/dd/yyyy format....
    in table1 i have data like this....
    v_name
    d_charge_date
    xxx
    12/2/2012
    yyy
    10/23/2010
    abc
    9/29/2013
    after the insertion into temp table am getting the result like below...
    select * from my_temp_table;
    If i run this query in version 1 am getting the correct data..
    v_name
    d_charge_date
    xxx
    12/2/2012
    yyy
    10/23/2010
    abc
    9/29/2013
    but if i run the same insert query in version 2 getting the wrong data
    v_name
    d_charge_date
    xxx
    12/2/2011
    yyy
    12/2/2011
    abc
    12/2/2011
    If i remove the trunc from the insertion statement i didn't get the wrong data like above...
      I don't know the exactly reason. So can you please help me to identify this cause...

    Hi i think the global temporary table having this issue in version b what i have mentioned above.
    insert into /*+append*/global_temporary_temp
    (v_policy_no,n_seq_no,d_next_chgdue_date,v_charge_freq,v_cntr_stat_code,v_iu_au_base,d_cntr_start_date)
    select distinct a.v_policy_no,a.n_seq_no,trunc(a.d_next_chgdue_date),a.v_charge_freq,b.v_cntr_stat_code,c.v_iu_au_base,b.d_cntr_start_date
    from table_a a,table_2 b,table_3 c
    where a.v_status = 'A'
    and a.v_charge_freq is not null
    and trunc(a.d_next_chgdue_date) <= trunc(sysdate)
    and b.v_cntr_stat_code in ('NB010')
    and a.v_policy_no = b.v_policy_no
    and a.n_seq_no = b.n_seq_no
    and a.v_plri_code = c.v_plan_code
    and a.v_parent_event_code = c.v_parent_event_code
    and a.v_charge_pcode = c.v_charge_pcode
    and a.v_charge_code = c.v_charge_code

  • What is Difference between ANSI SQL and ORACLE SQL

    Hi,
    I am going to take the assesment test for ANSI SQL Programming before that i want to know any difference between ANSI SQL and ORACLE SQL?
    I am studying for SQL but the test will be ANSI SQL please let me give an idea about the both.
    Thanks
    Merina Roslin

    Basically there is syntax difference between both of them.
    Lets say i want to join two table EMP and DEPT based on DEPTNO.
    With Oracle SQL format its like this.
    select e.*
      from emp e, dept d
    where e.deptno = d.deptnoHere the joining condition goes in the WHERE clause.
    With ANSI SQL format its like this.
    select e.*
      from emp e
      join dept d
        on e.deptno = d.deptnoHere the join condition is mentioned separately and not in WHERE clause.
    Oracle supports ANSI SQL starting from 9i version.
    You can read more about the syntax difference Here

  • CE 7.1 Trial - Differences between the versions

    Hi there,
    I would like to check out the new BPM Feature within the NetWeaver    CE, but I'm a little confused about all the different versions available. There is a CE 7.1 Trial SP 3, CE 7.1 Trial SP 5 and a CE 7.1 Trial EHP 1...
    Whats the current Version and what are the differences between the Version?
    Does anyone know if ther will be a 64 Bit Version available soon?
    EDIT:
    Another question just occurred to me.... The installation guide says the system requirement is Windows XP SP2 (or higher). Does anyone have experience using the Trial with Windows 2008 (32bit)?
    thx in advance
    Matthias
    Edited by: Matthias Siegmund on Jan 5, 2010 11:07 AM

    Yes of course :
    CE 7.1.1 samples in SDN
    SAP NetWeaver Composition Environment Samples Center
    There is also some samples in the ES Workplace.
    http://esworkplace.sap.com/socoview(bD1lbiZjPTAwMSZkPW1pbg==)/render.asp?packageid=DEE98D07DF9FA9F1B3C7001A64D3F462&id=887E07910E364A239B6681699AC3A540
    Regards,
    Gilles.
    There is a server version of CE, this version should work on WS 2008 64 bits.

  • What is the difference between Open-Script and Oracle functional testing

    Hi All,
    Please help me in spotting out the difference between the Openscript and Oracle Functional Testing for Web Application.
    Does Oracle Functional Testing for Web Application have any special features when compared with Open-Script.
    Please help me out.
    Thanks in Advance,
    Nishanth Soundararajan.

    Nishanth
    OFT is the old version of OpenScript, which will no longer be part of ATS as per the next major realize 9.20.
    I would recommend to to spend any time looking at it.
    Regards
    Alex

  • Difference between Hyperion version 11.1.1.3 and epm 11.1.2.1

    Hi,
    Can anybody suggest me the difference between Hyperion version 11.1.1.3 and EPM 11.1.2.1?
    Thanks In Advance

    Take a look at the “Installation and Configuration Guide.”
    log file..start the server and see the log file
    The 11.1.2.1 release also includes new features for upgrading from previous versions. There are several new utilities and enhancements to make the upgrade process easier. You will see some of these new features during the configuration of the various products
    Apart from diffrance
    Ima not sure y Windows 2008 support in Hyperion 11.1.2 brought with it a host of new challenges..(atleast to make copyrighted windows copys now onwards lol)
    Windows 2008 introduced a new feature called User Access Control (UAC). while installing person need to have admin privillage other wise it HELL (nightmare ) and some unexpectedly problematic issues though security is good but .................
    Have a read on this
    oracle-hyperion-epm-system-certific-131801.xls(google u will get it) at least u get some idea what are new hardware req and software reqs
    Some Support answers as well
    https://support.oracle.com/CSP/main/article?cmd=show&type=NOT&doctype=TROUBLESHOOTING&id=1313155.1#aref3
    hope u get some idea

  • Differences between BEA's and Oracle's own drivers

    I am trying to understand the various ways and technical differences to
    connect to an Oracle database from WLS 6.1. As far as I can tell, here
    is the list of drivers:
    THIN:
    1. the bundled, old Oracle thin driver in weblogic.jar
    2. the latest Oracle thin driver to prepend to my classpath
    OCI:
    3. the bundled, old Oracle OCI driver in weblogic.jar
    (+ matching Oracle DLL in PATH)
    4. the latest Oracle OCI driver to prepend to my classpath
    (+ latest Oracle DLL in PATH)
    5. Weblogic's own OCI driver in weblogic.jar
    (+ WebLogic's own DLL in PATH)
    I understand that (1) and (3) are 'obsolete'. But what about the others?
    Especially, what are the advantages of (5) over (4) or (2) ?
    Can Joe^H^H^H anybody share some light on this? ;-)
    Thanks,
    Christophe

    Hi Christophe!
    Basically, weblogic bundles 817 thin driver from oracle in 6.1
    For using oracle oci driver, you have to add ocijdbc8.dll in your path.
    Weblogic has its own set of jDrivers(OCI Drivers)
    You need to install oracle client for that. You should use the same driver
    as your client install from weblogic. As per say, if you have 817 oracle
    client installed then you can use weblogic 817 driver. It is OCI driver,
    hence ultimately all calls are diverted to oracle DB thorugh their oracle
    oci API from weblogic driver.
    If you use lots of oracle extensions in your application it is recommended
    to use oracle thin driver.
    However, weblogic jDrivers perform better and more XA compliant then oracle
    thin driver.
    Thanks,
    Mitesh
    Christophe Warland wrote:
    I am trying to understand the various ways and technical differences to
    connect to an Oracle database from WLS 6.1. As far as I can tell, here
    is the list of drivers:
    THIN:
    1. the bundled, old Oracle thin driver in weblogic.jar
    2. the latest Oracle thin driver to prepend to my classpath
    OCI:
    3. the bundled, old Oracle OCI driver in weblogic.jar
    (+ matching Oracle DLL in PATH)
    4. the latest Oracle OCI driver to prepend to my classpath
    (+ latest Oracle DLL in PATH)
    5. Weblogic's own OCI driver in weblogic.jar
    (+ WebLogic's own DLL in PATH)
    I understand that (1) and (3) are 'obsolete'. But what about the others?
    Especially, what are the advantages of (5) over (4) or (2) ?
    Can Joe^H^H^H anybody share some light on this? ;-)
    Thanks,
    Christophe

  • What are major differences between SAP BI and Oracle BI?

    Hi Experts,
    I am new to Oracle BI. But I want to know about major differences between SAP BI and Oracle BI?.
    Please help me....
    Thanks & Regards,
    A. kavya kumari.

    There are at least five major differences :
    S P O r c l e
    but important to also be aware of the minor difference:
    A/a

  • Difference between physical and logical standby database

    What is the difference between physical and logical standby database?

    Hi,
    Physical Standy where its a read only DB.
    Logs are applied.
    Logical Standy where it can be Read / Write DB and the logs are applied in terms of SQL Statements.
    Thanks & Regards,
    Pavan Kumar N

Maybe you are looking for