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

Similar Messages

  • Solaris x86 with Oracle RAC 10g Enterprise Edition Release 10.2.0.3.0

    Hello,
    Maybe you can help me (new on RMAN backup) in doing this.
    I have configured a single Oracle 10g database to have backup with RMAN with following steps:
    1. $ mkdir $ORACLE_BASE/rman_scripts
    2. $ mkdir $ORACLE_BASE/logs
    3. $ mkdir $ORACLE_BASE/tracking
    4. $ mkdir $ORACLE_BASE/c_backup
    5. $ sqlplus sys/<password> as sysdba
    6. SQL> alter system set db_recovery_file_dest_size = 50G scope=both;
    7. SQL> alter system set db_recovery_file_dest='${ ORACLE_BASE}/flash_recovery_ area' scope=both;
    8. SQL> alter system set log_archive_dest_10='location= use_db_recovery_file_dest';
    9. SQL> shutdown immediate
    10. SQL> startup nomount
    11. SQL> alter database archivelog;
    12. SQL> alter database open;
    13. SQL> alter database enable block change tracking using file '${ORACLE_BASE}/tracking/rman_ change_track.f';
    14. $ rman target /
    15. RMAN> CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK
    TO '/var/opt/oracle/flash_ recovery_area/ORCL/c_backup/% F';
    16. RMAN> CONFIGURE CONTROLFILE AUTOBACKUP ON;
    17. RMAN> CONFIGURE BACKUP OPTIMIZATION ON;
    18. RMAN> CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 7 DAYS;
    19. RMAN> exit
    I need to configure incremental backup with RMAN on a two node Solaris x86 with Oracle RAC 10g Enterprise Edition Release 10.2.0.3.0 installation.
    We also use ASM to store database files, and have Oracle software installed on separate file systems (two Oracle roots for Node1 and Node2).
    I have following questions:
    1) where to put Flash Recovery Area (FRA)?
    I saw recommendations to put FRA on the ASM, is this the best way to do it?
    2) Can I put FRA on another file system (not on the ASM) which is available only from Node1? This way I can save space on the ASM.
    3) Is it possible/recommended to run RMAN from Node1 only?
    Below is the script used to run RMAN on the normal Oracle database (without RAC) which I need to change :
    =============================================================================================
    2.0 Oracle backup script: /opt/app/oracle/rman_scripts/backup.sh
    Use this for daily backups, possiblly as a cron job.
    Once a week run this: /opt/app/oracle/rman_scripts/backup.sh FULL
    All other days of the week: /opt/app/oracle/rman_scripts/backup.sh INCREMENTAL
    Note: You may have to change ORACLE_SID, ORACLE_BASE below to match your database.
    =============================================================================================
    #!/usr/bin/ksh
    ORACLE_SID=orcl
    ORACLE_BASE=/opt/app/oracle
    ORACLE_HOME=${ORACLE_BASE}/product/10.2.0/db_1
    PATH=${ORACLE_HOME}/bin:/usr/bin
    LOGDIR=${ORACLE_BASE}/logs
    LOGFILE=${LOGDIR}/rman.log
    if [[ $# < 1 ]]
    then
    echo "usage: backup.sh FULL|INCREMENTAL"
    exit;
    fi
    BACKUPTYPE=${1}
    full='FULL'
    incremental='INCREMENTAL'
    if [[ $BACKUPTYPE == $full ]]
    then
    $ORACLE_HOME/bin/rman target / nocatalog log ${LOGFILE} append << eof
    run {
    backup database;
    SQL 'alter system archive log current';
    backup archivelog all;
    delete noprompt obsolete;
    exit;
    eof
    echo ''
    fi
    if [[ $BACKUPTYPE == $incremental ]]
    then
    $ORACLE_HOME/bin/rman target / nocatalog log ${LOGFILE} append << eof
    run {
    backup database;
    backup incremental level 1 database;
    SQL 'alter system archive log current';
    backup archivelog all;
    delete noprompt obsolete;
    exit;
    eof
    echo ''
    fi

    Hi [email protected],
    Q1) where to put Flash Recovery Area (FRA)?
    A1) With RAC: on the shared storage
    I saw recommendations to put FRA on the ASM, is this the best way to do it?
    If you want your backups to be available for both nodes you have to use shared storage or tape using an mml library.
    So if you want to use the FRA for rman backups and the database is on ASM just make ASM the standard for the FRA as well.
    Q2) Can I put FRA on another file system (not on the ASM) which is available only from Node1? This way I can save space on the ASM.
    A2) Than you cannot recover in case Node1 is down. Best would be to send your storage admin to a training course so he can manage the clustered raw devices needed for ASM.
    Q3) Is it possible/recommended to run RMAN from Node1 only?
    A3) No see A2.
    Regards,
    Tycho

  • Diffences between 9i Standard and Enterprise edition

    Can anyone give me the Diffences between 9i Standard and Enterprise edition. Is there any document available for this.
    Thanks,
    Sunil.

    Here's the Oracle white paper on the subject...
    http://otn.oracle.com/products/oracle9i/pdf/9idb_rel2_prod_fam.pdf
    Justin
    Distributed Database Consulting, Inc.
    http://www.ddbcinc.com/askDDBC

  • Differences in 10g Standard and Enterprise Editions

    I found on the matrix of items enabled in 10g standard and enterprise edition that the standard edition does not have Oracle Data Guard, but it does have standby database. For a standard edition database with a standby database configured (manually since the GUI isn't available in STD either), do you have to manually copy the log files to the standby server, or will this automatically be done using standard edition?
    Thanks,
    Jim

    Can you use a standby database using standard edition?

  • Oracle Directory Server Enterprise Edition/Sun DSEE  oim11g r2 connector

    Hi,
    is there any OOTB  oim 11g r2 connector available for Oracle Directory Server Enterprise Edition/Sun DSEE

    Yes. The standard LDAP OIM ICF connector fully support ODSEE.

  • Diff betn. Oracle8i Standard and Enterprise edition

    Can someone tell me the difference between Oracle8i Standard and Enterprise edition ?
    Thanks.

    Here's the Oracle white paper on the subject...
    http://otn.oracle.com/products/oracle9i/pdf/9idb_rel2_prod_fam.pdf
    Justin
    Distributed Database Consulting, Inc.
    http://www.ddbcinc.com/askDDBC

  • Differences between standard and enterprise edition 9i

    hi,
    i'am asked to justify the switch from standard to enterprise edition 9i(rdbms) i now some ones but i need more.
    welcome to all suggestions.
    Regards.

    See here for a whitepaper about the Oracle 9i product family:
    http://www.oracle.com/technology/products/oracle9i/pdf/9idb_rel2_prod_fam.pdf

  • SQL slow after upgrading to Oracle Database 10g Enterprise Edition Release

    Hi all:
    We have recently upgraded our database from Oracle9i Enterprise Edition Release 9.2.0.6.0 to Oracle Database 10g Enterprise Edition Release 10.2.0.1.0
    After that we found that our some sql getting very slow
    for example query with 9i showing result in 4 seconds while in 10g showing result in 28 seconds.
    Following is the execution plan of my query in Oracle9i
    Operation     Object     PARTITION_START     PARTITION_STOP     COST
    SELECT STATEMENT ()                    9458
    NESTED LOOPS ()                    9458
      SORT (UNIQUE)                    
       INDEX (RANGE SCAN)     BL_EQ_PK_N               2
      VIEW ()     CONTAINER_INFO               2
       UNION-ALL (PARTITION)                    
        TABLE ACCESS (BY INDEX ROW     SERVICE_EVENTS               1
         NESTED LOOPS ()                    11
          NESTED LOOPS ()                    10
           NESTED LOOPS (OUTER)                    9
            NESTED LOOPS ()                    8
             NESTED LOOPS ()                    7
              NESTED LOOPS ()                    6
               NESTED LOOPS ()                    5
                NESTED LOOPS ()                    4
                 NESTED LOOPS (OUT                    3
                  TABLE ACCESS (BY     EQUIPMENT_USES               2
                   INDEX (UNIQUE S     EQUSE_PK               1
                  TABLE ACCESS (BY     SHIPPING_LINES               1
                   INDEX (UNIQUE S     LINE_PK               
                 INDEX (UNIQUE SCA     EQHT_PK               
                TABLE ACCESS (BY I     EQUIPMENT_TYPES               1
                 INDEX (UNIQUE SCA     EQTP_PK               
               TABLE ACCESS (BY IN     EQUIPMENT_SIZES               1
                INDEX (UNIQUE SCAN     EQSZ_PK               
              TABLE ACCESS (BY IND     SHIP_VISITS               2
               INDEX (RANGE SCAN)     SVISIT_UK               1
             TABLE ACCESS (BY INDE     SHIPS               1
              INDEX (UNIQUE SCAN)     SHIP_PK               
            TABLE ACCESS (BY INDEX     CARE_VIR_MAP               1
             INDEX (UNIQUE SCAN)     VIR_VESVOY               
           TABLE ACCESS (BY INDEX      EQUIPMENT               1
            INDEX (RANGE SCAN)     EQ_EQUSE_FK               
          INDEX (RANGE SCAN)     SEVENTS_EQUSE_FK_N               
        NESTED LOOPS ()                    7
         NESTED LOOPS ()                    6
          NESTED LOOPS ()                    5
           NESTED LOOPS ()                    4
            NESTED LOOPS (OUTER)                    3
             TABLE ACCESS (BY INDE     EQUIPMENT_USES               2
              INDEX (UNIQUE SCAN)     EQUSE_PK               1
             TABLE ACCESS (BY INDE     SHIPPING_LINES               1
              INDEX (UNIQUE SCAN)     LINE_PK               
            INDEX (UNIQUE SCAN)     EQHT_PK               
           TABLE ACCESS (BY INDEX      EQUIPMENT_TYPES               1
            INDEX (UNIQUE SCAN)     EQTP_PK               
          TABLE ACCESS (BY INDEX R     EQUIPMENT_SIZES               1
           INDEX (UNIQUE SCAN)     EQSZ_PK               
         TABLE ACCESS (BY INDEX RO     EQUIPMENT               1
          INDEX (RANGE SCAN)     EQ_EQUSE_FK               and following is my query plan in Oracle 10g
    Operation     Object     PARTITION_START     PARTITION_STOP     COST
    SELECT STATEMENT ()                    2881202
    NESTED LOOPS ()                    2881202
      SORT (UNIQUE)                    2
       INDEX (RANGE SCAN)     BL_EQ_PK_N               2
      VIEW ()     CONTAINER_INFO               2881199
       UNION-ALL ()                    
        NESTED LOOPS (OUTER)                    2763680
         NESTED LOOPS ()                    2718271
          NESTED LOOPS ()                    2694552
           NESTED LOOPS ()                    2623398
            NESTED LOOPS (OUTER)                    2623380
             NESTED LOOPS ()                    2393965
              NESTED LOOPS ()                    2393949
               NESTED LOOPS ()                    2164536
                NESTED LOOPS ()                    1706647
                 NESTED LOOPS ()                    854120
                  TABLE ACCESS (FU     BL_EQUIPMENT               1515
                  TABLE ACCESS (BY     EQUIPMENT_USES               1
                   INDEX (UNIQUE S     EQUSE_PK               1
                 TABLE ACCESS (BY      EQUIPMENT               1
                  INDEX (RANGE SCA     EQ_EQUSE_FK               1
                TABLE ACCESS (BY I     EQUIPMENT_TYPES               1
                 INDEX (UNIQUE SCA     EQTP_PK               1
               TABLE ACCESS (BY IN     EQUIPMENT_SIZES               1
                INDEX (UNIQUE SCAN     EQSZ_PK               1
              INDEX (UNIQUE SCAN)     EQHT_PK               1
             TABLE ACCESS (BY INDE     SHIPPING_LINES               1
              INDEX (UNIQUE SCAN)     LINE_PK               1
            INDEX (RANGE SCAN)     SEVENTS_TSERV_FK_N               1
           TABLE ACCESS (BY INDEX      SHIP_VISITS               2
            INDEX (RANGE SCAN)     SVISIT_UK               2
          TABLE ACCESS (BY INDEX R     SHIPS               1
           INDEX (UNIQUE SCAN)     SHIP_PK               1
         TABLE ACCESS (BY INDEX RO     CARE_VIR_MAP               2
          INDEX (UNIQUE SCAN)     VIR_VESVOY               1
        NESTED LOOPS (OUTER)                    117519
         NESTED LOOPS ()                    98158
          NESTED LOOPS ()                    78798
           NESTED LOOPS ()                    78795
            NESTED LOOPS ()                    59432
             TABLE ACCESS (FULL)     EQUIPMENT_USES               20788
             TABLE ACCESS (BY INDE     EQUIPMENT_TYPES               1
              INDEX (UNIQUE SCAN)     EQTP_PK               1
            TABLE ACCESS (BY INDEX     EQUIPMENT               1
             INDEX (RANGE SCAN)     EQ_EQUSE_FK               1
           INDEX (UNIQUE SCAN)     EQHT_PK               1
          TABLE ACCESS (BY INDEX R     EQUIPMENT_SIZES               1
           INDEX (UNIQUE SCAN)     EQSZ_PK               1
         TABLE ACCESS (BY INDEX RO     SHIPPING_LINES               1
          INDEX (UNIQUE SCAN)     LINE_PK               1can somebody help me regarding this?
    Thanks
    Hassan

    I would say ..gather stats on 9i/10gfor the required table and indexes , then post the expalin plan.
    --Girish                                                                                                                                                                                                                               

  • SAP on Windows 2008 R2 Standard to Enterprise Edition

    Hello!
    We are using SAP NetWeaver System running on Windows 2008 R2 Standard Edition (VM Ware).
    We are planning to extend RAM size of this server up to 50GB.
    Is there any possibilites for an Inplace Upgrade from Standard to Enterprise Edition?
    Thank you!

    Actually, it is possible.  I haven't done it myself, but there is a tool, DISM (Deployment Image Servicing and Management tool), that supposedly supports in-place edition upgrades, i.e. exactly what you're describing.  It's talked about in Microsoft Technet at Upgrading Windows Server 2008 R2 without media - Server Core - Site Home - TechNet Blogs.  It's about the same thing as a "Windows Anytime Upgrade" that you see available in Windows 7 or 8, so no reinstall is necessary.
    If I recall correctly this wasn't possible in earlier versions of Windows Server, and that's probably what Reagan is remembering.
    Let us know how it goes!
    Best regards,
    Matt

  • Oracle Directory Server Enterprise Edition is free?

    As we known that Sun Directory Server Enterprise Edition was available free of charge for perpetual usage in individual, commercial, service provider, or research and instructional environments, but Oracle Directory Server Enterprise Edition is still free?

    No, Oracle Directory Server Enterprise Edition comes with a different pricing mechanisms called "Oracle Directory Services Plus":
    https://shop.oracle.com/pls/ostore/product?p1=OracleDirectoryServicesPlus&p2=&p3=&p4=&sc=ocom_IdentityManagement_OracleDirectoryServicesPlus&tz=-7:00
    HTH,
    Marco

  • I need to download Oracle Database 10g Enterprise Edition Release1 10.1.0.4

    hi,everyone
    i need to download Oracle Database 10g Enterprise Edition Release1 (10.1.0.4 and higher)
    i search at the oracle.com (OTN) but i didnt find it ,
    can any one help because i need it so much,
    you will be more than thankfull if u help me soon.
    best wishes
    K A R I M

    You need to download 10.1.0.1 from OTN and then download 10.1.0.4 patch from metalink to patch up to 10.1.0.4.
    There's no direct 10.1.0.4 download.

  • Step by step upgrading exchange server 2010 standard to enterprise edition

    step by step upgrading process exchange server 2010 standard to enterprise edition

    Exchange standard and Enterprise edition have the same ISO image. it's just the license that you have to enter and corresponding features will be enabled. If you are planning to upgrade existing Exchange 2010 Standard to Exchange 2010 Enterprise then simply
    apply the licenses of Enterprise edition. But if you want to upgrade to Exchange 2013 enterprise then install exchange 2013 in your environment and apply Exchange 2013 Enterprise edition licenses. Hope this answer your query. Thanks.
    Kindly mark this as answer if found helpful. Thanks.
    Regards, Riaz Javed Butt | Consultant Microsoft Professional Services MCITP, MCITP (Exchange), MCSE: Messaging, MCITP Office 365 | msexchgeek.wordpress.com

  • Differences between standard and enterprise editions

    I have applications deployed to both AS7 standand and enterprise editions.
    For development we have dynamic reload turned on. So when I touch a file .reload in the expanded application directory $ASHOME/domains/domainname/instancename/applications/j2ee-apps/appname/.reload the application gets reloaded.
    In platform and standard editions this only reloads the application whose directory the .reload file is in.
    However, in enterprise edition, every application seems to get reinitialized.
    I could be mistaken as we have different applications deployed to both environments. The applications on enterprise edition might just be logging more information during initialization.
    Or maybe there is a configuration option that allows individual applications to be reloaded versus all the applications being reloaded.
    Has anyone else run across this?

    Hi,
    I think you are talking about Database versions, so this is not the right forum since this is Forms's forum.
    Look at this link:
    http://www.orafaq.com/faq/what_is_the_difference_between_the_enterprise_standard_and_personal_editions_of_oracle
    Hope it helps you :)
    Regards
    Carlos

  • RAC Differences for Standard and Enterprise Editions of 10g

    Are there any differences between RAC implementations for Oracle 10g SE and RAC option for Oracle 10g Enterprise Edition (except CPU numbers limitations and CRS&ASM necessity)? I heard some buzz what RAC for SE have only HA abilities.

    We havent seen any differences. 10g is still 10g.
    One noted requirements is for SE support you must use the ASM software. Functionally the RAC portion appears to be the same ..

  • SQL Standard vs Enterprise Edition for SharePoint 2013

    Do all SharePoint 2013 BI features come with SQL Server SP1 Standard Edition?
    Is there any difference if I install SharePoint 2013 on SQL standard edition rather that enterprise edition? 

    No, all BI features come with the Business Intelligence or Enterprise version. Take a look at http://msdn.microsoft.com/en-us/library/cc645993.aspx.
    Yes, there is a difference in how databases are handled when not dealing with BI features. The two largest examples are the lack of being able to snapshot databases (for content database or site collection backups) or perform an online reorganization of
    indexes in Standard.
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

Maybe you are looking for

  • DKA790GX PLATINUM - No Audio through HDMI

    So i just picked up a new PC with one objective to be able to play .mkv and other HD movie files via HDMI to my home theatre system. I'm abe to get video and use my Samsung either as my "main monitor" or as an extended. Either way video is not an iss

  • Song on iPod cutting off after a few seconds

    A particular song on my iPod keeps cutting off after just a few seconds. When I play the song in iTunes it plays just fine. I've tried deleting the song from my iPod and reloading it, but it still does the same thing. I have several hundred songs on

  • One Query need to tune

    I have one query below to tune. Here one table USER_RETAILER_MAP and its column BELONGS_TO having value only 'Y' and 'N'. Created bitmap index but i am not getting any cost difference. Please share your idea ,how to tune and what process should follo

  • EHP4 stack 3 Java stack error

    HI, I'm trying to install EHP4 stack 3 on my ECC system and I'm getting an error when it gets to the Java stack load.  I'm getting the error in the PREPARE_JSPM_QUEUE phase Could not find $ component in SP stack.Check if stack is valid From researchi

  • My mac died when trying to rent a film. i have gone to cheek for available updates but now it is saying the file is corrupt. please can you help

    i dont know what to do as i have now paid to watch a film and cant. the file is currupt but wont let me delete it. what do i do? please help me