Upgrade 11g to 12c

In our environment plan to upgrade to 11g to 12c
Currently we are using 11.2.0.1 version standard edition
How to upgrade to 12c
Please give some suggestion about this

Hi,
To upgrade to 12c from 11gR2, DB should be of minimum version 11.2.0.2 or later.
As you are on 11.2.0.1, you will have to first upgrade the DB to 11.2.0.2 or 11.2.0.4.
11.2.0.2 software can be downloaded as patch # 10098816 from My Oracle Support ("Patches and Updates" tab)
11.2.0.4 software can be downloaded as patch # 13390677 from My Oracle Support ("Patches and Updates" tab)
Let us consider you have chosen 11.2.0.4 here.
There are two stages as shown below.
Stage 1: Upgrade to 11.2.0.4
1. Install the new 11gR2 software 11.2.0.4 in a new separate ORACLE_HOME. During installation, you will be prompted to choose "Edition" where you can choose "standard" if thats your requirement.
2. Perform the upgrade of 11.2.0.1 DB to 11.2.0.4 using Manual upgrade method or DBUA method.
Doc ID 870814.1 => Steps to upgrade to 11gR2 using DBUA method (applicable to 11.2.0.4)
Doc ID 837570.1 => steps to upgrade to 11gR2 using Manual method (applicable to 11.2.0.4)
Stage 2: Once the DB is confirmed to be successfully upgraded to 11.2.0.4, then you can start the upgrade to 12c.
12c software can be downloaded from below link.
http://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html
1. Install the 12c software in a new separate ORACLE_HOME. During installation, you will be prompted to choose "Edition" where you can choose "standard" if thats your requirement.
2. Perform the upgrade of 11.2.0.4 DB to 12c using Manual Upgrade method or DBUA method.
Doc ID 1516557.1 => Steps to upgrade to 12c using DBUA method.
Doc ID 1503653.1 => steps to upgrade to 12c using Manual method.
Regards,
LakshmiN

Similar Messages

  • SOA Composite upgrade 11g to 12c pitfalls

    We have quite a few SOA Composites from 11g we need to 12c, are there any pitfalls we should be aware of?  We are going to test a few first but appreciate any words of wisdom. Thanks, Tom

    Thanks Vamseeg! I will make sure and use 12c JDeveloper to perform them. I appreciate you responding. Have a great day! Tom

  • Need methodology for upgrading/migrating CRS Home from 11g to 12c RAC.

    Hi
    Is there a detailed step-by-step guide on how to migrate from Windows 64bit RAC dual node cluster from 11g to 12C?
    So far I've found lots of documentation related to Linux, not Windows.
    Cheers
    Kevin

    Always use Oracle Documentation.
    Oracle Database12c Release 1 (12.1)
    One of links in main page  is:  Upgrading Oracle Grid Infrastructure

  • Upgrade Weblogic 11g to 12c on JD Edwards Templates

    Hi
    I am running into issues upgrading to Weblogic 12c on JD Edwards VM templates (http://docs.oracle.com/cd/E24902_01/doc.91/e37833/ch_undvmtem.htm#EOIOV107).
    The installer stops because MW_HOME is not defined. My questions is where should I point MW_HOME to on the Linux machine.
    The installer automatically selects:
    /u01/app/oracle (but this is empty)
    The Middleware directory can be found:
    /u01/Oracle/Middleware
    Under this directory there are a number of directories including the "user_projects" and "wlserver_10.3"
    Any advise or update prerequisites would be appreciated.
    Thanks
    Mac

    MW_HOME chosen as /u01/Oracle/Middleware  is correct.
    The files "user_projects" and "wlserver_10.3"  are related to Weblogic Server.
    Let me know what issues are you facing after choosing MW_home ...
    Vijaya
    =======

  • Javax.jms.InvalidSelectorException occurs when upgrade to weblogic 12c

    Recently, our team upgrade weblogic server from 11g to 12c,  some errors occur when start web application in weblogic domain.
    The error is related to message driven bean,  below is the part of  ejb-jar.xml definition:
      <message-driven id="message-driven_1">
          <description>Message Driven Bean</description>
          <display-name>Message Configuration (MDB)</display-name>
          <ejb-name>Logger</ejb-name>
          <ejb-class>com.logging.mdb.Logger</ejb-class>
          <messaging-type>javax.jms.MessageListener</messaging-type>
          <transaction-type>Container</transaction-type>
          <message-destination-type>javax.jms.Queue</message-destination-type>
          <activation-config>
                <activation-config-property>
                    <activation-config-property-name>messageSelector</activation-config-property-name>
                    <activation-config-property-value>DELIVERY='IMMEDIATE'</activation-config-property-value>
                </activation-config-property>
                <activation-config-property>
                    <activation-config-property-name>acknowledgeMode</activation-config-property-name>
                    <activation-config-property-value>Auto-acknowledge</activation-config-property-value>
                </activation-config-property>
                <activation-config-property>
                     <activation-config-property-name>destinationType</activation-config-property-name>
                     <activation-config-property-value>javax.jms.Queue</activation-config-property-value>
                </activation-config-property>
          </activation-config>
      </message-driven>
    When start application below errors show up:
    <Dec 18, 2013 6:24:05 AM PST> <Warning> <EJB> <SLC02PGO> <AdminServer> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1387376645415> <BEA-010061> <The Message-Driven EJB Logger is unable to connect to the JMS destination edx/queue/logger. The Error was:
    javax.jms.InvalidSelectorException: weblogic.messaging.kernel.InvalidExpressionException: Expression : "DELIVERY='IMMEDIATE'"
    Nested exception: javax.jms.InvalidSelectorException: weblogic.messaging.kernel.InvalidExpressionException: Expression : "DELIVERY='IMMEDIATE'"
    Nested exception: javax.jms.InvalidSelectorException: weblogic.messaging.kernel.InvalidExpressionException: Expression : "DELIVERY='IMMEDIATE'"
    Nested exception: javax.jms.InvalidSelectorException: weblogic.messaging.kernel.InvalidExpressionException: Expression : "DELIVERY='IMMEDIATE'"
    Nested exception: javax.jms.InvalidSelectorException: weblogic.messaging.kernel.InvalidExpressionException: Expression : "DELIVERY='IMMEDIATE'"
    ####<Dec 18, 2013 6:24:15 AM PST> <Warning> <EJB> <SLC02PGO> <AdminServer> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1387376655414> <BEA-010096> <The Message-Driven EJB MessageDispatcher is unable to connect to the JMS destination or bind to JCA resource adapter edx.queue.outbound. The onnection failed after 124 attempts. The MDB will attempt to reconnect/rebind every 10 seconds. This log message will repeat every 600 seconds until the condition clears.>
    It works well in weblogic 11g,   not sure whether there's any changes in weblgic 12c.
    I'm appreciate if there's someone can help me on this issue.
        <message-driven id="message-driven_1">
          <description>Message Driven Bean</description>
          <display-name>Message Configuration (MDB)</display-name>
          <ejb-name>Logger</ejb-name>
          <ejb-class>com.edocs.fs.logging.mdb.Logger</ejb-class>
          <messaging-type>javax.jms.MessageListener</messaging-type>
          <transaction-type>Container</transaction-type>
          <message-destination-type>javax.jms.Queue</message-destination-type>
          <activation-config>
            <activation-config-property>
              <activation-config-property-name>messageSelector</activation-config-property-name>
              <activation-config-property-value>DELIVERY='IMMEDIATE'</activation-config-property-value>
            </activation-config-property>
            <activation-config-property>
              <activation-config-property-name>acknowledgeMode</activation-config-property-name>
              <activation-config-property-value>Auto-acknowledge</activation-config-property-value>
            </activation-config-property>
            <activation-config-property>
              <activation-config-property-name>destinationType</activation-config-property-name>
              <activation-config-property-value>javax.jms.Queue</activation-config-property-value>
            </activation-config-property>
          </activation-config>
          <resource-ref id="ResRef_Logger_1">
            <res-ref-name>jdbc/LoggerDataSource</res-ref-name>
            <res-type>javax.sql.DataSource</res-type>
            <res-auth>Container</res-auth>
          </resource-ref>
        </message-driven>

    Hi,
    I debug the application, I found my @ViewScoped ManagedBeans, they're recreated after you click a button or select a item in combobox
    Here is a piece of code:
        @PostConstruct
        public void resolveEntity() {
            Object sEntity = FacesContext.getCurrentInstance().getExternalContext().getSessionMap().get("entity");
            entity = (BctTbOportunidade) sEntity;
             FacesContext.getCurrentInstance().getExternalContext().getSessionMap().remove("entity");
            if (entity == null) {
                entity = new BctTbOportunidade();
    I use @postConstruct to get a entity from another page in sessionMap(I set a item from a table and use this method to modify a entity in a other page).
    When I click a button or select a item in combobox in same page @PostConstruct method is called but values are lost. No Exceptions are thrown by server.
    I found a artice written by BalluC that some versions of jsf 2.1 has this behavior The BalusC Code: The benefits and pitfalls of @ViewScoped
    I already configured my web.xml to set false javax.faces.PARTIAL_STATE_SAVING 
    But this behavior continues.
    The jsf version deployed in my weblogic 12c is 2.1.7.

  • Which track to take for DBA OCA:    11g     or     12c?

    Hi,
    I want to do become an Oracle Database Administrator Certified Associate (OCA).
    Which of the 2 options should I take?  11g or 12c?
    I am actually a developer (Forms & PL/SQL) trying to become a DBA.
    Your advice would be greatly appreciated.
    Thanks & Regards

    I want to do become an Oracle Database Administrator Certified Associate (OCA).
    I am actually a developer (Forms & PL/SQL) trying to become a DBA. 
    Why? How will having an OCA certification bring you closer to your goal?
    Which of the 2 options should I take?  11g or 12c?
    Take the 12c path -
    1. that is where everything 'Oracle' is headed.
    2. companies will be increasingly upgrading/installing 12c as time goes by
    3. people will knowledge about 12c will be more and more in demand as time goes by
    4. people will knowledge about 11c will be less and less sin demand as time goes by
    5. the 12c knowledge you gain will become more and more useful to others (e.g. DBAs and your manager) at your company as they consider when, or if, to upgrade their databases to 12c.
    6. 12c knowledge will likely make you more valuable to your current company even before you get your certification. Managers like people that take the initiative to learn something new especially if that 'something new' is a skill that will be useful to the company.
    7. the exam costs for 12c is the same as for 11g
      For 11g see - http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=458&get_params=p_track_id:Datab11g
      For 12c see - http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=458&get_params=p_track_id:DBOCA12C
    8. you can freely download and install 12c for learning and practice just as you can 11g
    The only downside I can think of is that there are fewer people you can turn to for help with any 12c-specific questions or issues you may run into. But there are plenty of books and online tutorials/articles that cover the bulk of those.
    BACK TO THE FUTURE!

  • What are the things we need to take care while moving from 11g to 12c.

    Dear All,
    One of my client having the application running on 11g and now he wants to move it on 12c.
    Now he is asking to me that, what are the things will not work or impacted due to this. Any code level changes, syntax, functions etc are working in 11g and now there is difference or not working in 12c. Could you please help me in this.
    Is there any document for all these thing. I searched on google but not able to find any specific doc.
    Thanks in advance.
    Regards,
    ganesh

    Gaurav_91 wrote:
    Hi,
    Moving from 11g to 12c will not impact anything.
    Database in 11g will now act as PDB's in 12c.
    And what makes you say so? What about the changes/fixes done in the optimizer that would alter the plans? What about if the client wants to use in-memory database option? And your statement that database in 11g will now act as PDB in 12c doesn't make any sense. What if the client is not willing to move to multitenancy? What about the scripts that are running in 11g without any issues and suddenly, will break in 12c  due to PDB's ? Do you have any technical reference to validate your claim that there won't be any impact ?
    Aman....

  • Tpnotify with TPACK flag hangs after upgrading to Tuxedo 12c RP020

    Hi,
    We are experiencing issues with tptonify with TPACK flag set after upgrading to Tuxedo 12c. Looks like tpnotify is not returned or reporting errors. Is there anything to do with "009. Bug16506218 - TPNOTIFY WITH TPACK FLAG THROW OUT EXCEPTION"? Is there any documentation about the new flag TPACK_INTL?
    Thanks

    Hello,
    If all you have done is upgrade to Tuxedo12 the behavior should be the same. The TPACK flag definition is:
    "The request is sent and the caller blocks until an acknowledgement message is received from the target client"
    Is there any additional change(e.g. in your client) you have made?
    What Tuxedo version are you upgrading from?
    The bug 16506218 fix was for a jolt client exception and a JSH failure.
    Do you see an error or is the process which executes tpnotify() just hanging/blocking waiting for the ack message?
    The flag that you mention is actually an undocumented customer requested enhancement that went into Tuxedo 10.3.
    Are you using it? Using it changes the tpnotify() behavior dependent upon the client status.
    Regards,
    Bob Finan

  • Upgrade issues - EMGC 12c from 12.1.0.1 to 12.1.0.2

    This is on RHEL 5.7 x86_64.
    Running GUI upgrade of EMGC 12c from 12.1.0.1 to 12.1.0.2 following the one-system upgrade. Receive the following during apply of required one-off patches:
    Unable to continue with the installation because some one-off patches could not be applied successfully. To resolve this issue, review the following log file /app/oracle/product/OMSv12102/oms/cfgtoollogs/opatch.
     Some digging in one of the installAction<date>.log files revealed the following:
    INFO: ERROR STREAM: UtilSession failed: Patch 14138257 requires component(s) that are not installed in OracleHome.
    These not-installed components are oracle.as.common.clone:11.1.1.6.0,
    INFO: Patch : 14680166
    INFO:
    INFO: Bug Superset of 13713541
    INFO: Super set bugs are:
    INFO: 13631331, 13596359, 13490434
    INFO: Skip these patches because they are subset of other patches in the list: 13713541
    INFO: Proceed with these patches: 14138257 14320300 13997369 14680166 13788861 14049150 13952743 14199825
    INFO: Log file location: /app/oracle/product/OMSv12102/oms/../oracle_common/cfgtoollogs/opatch/opatch2013-06-26_14-31-01PM_1.log
    INFO:
    INFO: OPatch failed with error code 73
    We have added more space although there was always at least 10Gb free when install fails.
    For our last attempt, space free before install is 30Gb;  space free when this dies is 21Gb.
    Any suggestions?

    Hi, Can you pls open an SR and upload all the logs- 
    - $ORACLE_HOME/sysman/log/schemamanager zipped
    - $ORACLE_HOME/cfgtoollogs/ zipped
    - central inventory logs
    Share the SR number so that we can look at the logs. I hope you went through the - Note 1494890.1 - Checklist for Upgrade from EM 12.1.0.1 to EM 12.1.0.2
    Is this your test system or prod system upgrade.

  • Oracle 11g and 12c on same windows 7 machine

    Hi folks,
    Want to try out 12c on my windows 7 laptop but still want to keep my 11g database.
    Anyone tried running Oracle 11g and 12c on same windows machine?
    Any links or guidelines are appreciated
    Thanks

    you won't be the first or the last person to try it.
    this question can be easily answered but why question something that it's easier to test by yourself?
    My advice: Try and if you have problems then question us.

  • Install WebLogic 11g and 12c to deploy Unifer

    Does this mean I need to install both 11g and 12c to make deploy unifer. I wonder why does it need both.

    FYI. You do not need to install both 11g and 12c to deploy Unifier. For testing purposes i was able to deploy unifer on 11g weblogic server by creating a domain and deploying it. It seem that 12c is only needed if you have multiple server applications

  • FMW 11G with 12c database

    Our DBA's are looking into upgrading our database to 12c (probably 12.1.3).The Oracle Fusion Middleware 11g Release 1 (11.1.1.x) Certification Matrix says "Oracle DB 12.1.0.1+ certification is available only with WLS 10.3.6+/FMW 11.1.1.7+". Does that mean we can use Oracle database 12.1.3 with WLS 10.3.6/FMW 11.1.1.7 and greater.
    Any pointers will be of great help.
    Thanks,
    RT

    Yes, you can use the RDBMS 12.1.3 with the WLS 10.3.6. Please refer to very helpful MMOS Note: WebLogic Server 12.1.1 and 10.3.6 Support for Oracle 12c Database (Doc ID 1564509.1)
    HTH
    Borys

  • 3.1.1 upgrade breaks OEM 12c Infrastructure Cloud

    Greetings,
    After upgrading from 3.0.3 to 3.1.1 (manager first then servers) all of the Oracle VM targets in OEM 12c Infrastructure Cloud have metric collection errors, specifically "ERROR - Failed to connect to OVM Manager1010", i.e. oracle.sysman.vt.ovm.integration.api.EMOVMCommunicationServiceException: 1010: Error while performing the operation: Connection to the remote OVM Manager url tcp://ovm-laforge.sf.mokum.com:54321 failed. Please make sure that the OVM Manager version is 3.0.2 or greater and the service url and the credentials are correct.Check exception cause and logs for more details.[com.oracle.ovm.mgr.api.exception.FailedOperationException:OVMAPI_6000E Internal Error: Connection refused Connection refused.
    We walked through the check in "Oracle VM Manager Login Fails with OVMAPI_6000E [ID 1416443.1" , all systems go....
    sh ./ovm_upgrade.sh --dbuser=ovs --dbpass=xxxxxxx --dbhost=localhost --dbport=1521 --dbsid=orcl
    COMMAND: ./ovm_upgrade.sh --dbuser=ovs --dbpass=xxxxxxx --dbhost=localhost --dbport=1521 --dbsid=orcl
    find: /tmp/ovmpatches: No such file or directory
    Copying xsl files to patch path location
    `./transform_003000002000_010.xsl' -> `/tmp/ovmpatches/transform_003000002000_010.xsl'
    `./transform_003000003000_010.xsl' -> `/tmp/ovmpatches/transform_003000003000_010.xsl'
    `./transform_003001001000_010.xsl' -> `/tmp/ovmpatches/transform_003001001000_010.xsl'
    `./transform_003001001000_020.xsl' -> `/tmp/ovmpatches/transform_003001001000_020.xsl'
    Copying deleted classes files to patch path location
    `./deletedClasses.xml' -> `/tmp/ovmpatches/deletedClasses.xml'
    INFO (OvmUpgrade.java:206) Oracle OVM Manager Upgrade Processor
    INFO (OvmUpgrade.java:207)
    INFO (OvmUpgrade.java:488) Upgrade Initialization Starting
    INFO (OdofDirector.java:220) Oracle Distributed Object Fabric (ODOF): Copyright (C) 2007, 2012 Oracle. All rights reserved.
    INFO (OdofDirector.java:221) ODOF Version: 1.0.0.0
    INFO (OdofDirector.java:222) Initializing...
    INFO (OdofDirector.java:279) Initialization Complete!
    INFO (OvmUpgrade.java:490) Upgrade Initialization Complete
    The /u01/app/oracle/ovm-manager-3/machine1/base_adf_domain/servers/AdminServer/logs/AdminServer.log logs are clean....
    This log is quickly filling up our free space (5G worth of logs :-): /u01/app/oracle/product/agent/agent_inst/sysman/log/gcagent_errors.log with:
    2012-05-12 17:43:38,405 [129:GC.Executor.7 (oracle_vm_zone:Page:Response) (oracle_vm_zone:Page:Response:Response)] ERROR - Failed to connect to OVM Manager1010: Error while performing the operation: Connection to the remote OVM Manager url tcp://ovm-laforge.sf.mokum.com:54321 failed. Please make sure that the OVM Manager version is 3.0.2 or greater and the service url and the credentials are correct.Check exception cause and logs for more details.[com.oracle.ovm.mgr.api.exception.FailedOperationException:OVMAPI_6000E Internal Error: Connection refused Connection refused
    From the manager:
    # lsof -i|grep 54321
    java 3067 oracle 454u IPv6 710576 0t0 TCP localhost.localdomain:43620->localhost.localdomain:54321 (ESTABLISHED)
    java 3067 oracle 511u IPv6 19638 0t0 TCP localhost.localdomain:54321 (LISTEN)
    java 3067 oracle 710u IPv6 19639 0t0 TCP localhost.localdomain:64163->localhost.localdomain:54321 (ESTABLISHED)
    java 3067 oracle 711u IPv6 19640 0t0 TCP localhost.localdomain:54321->localhost.localdomain:64163 (ESTABLISHED)
    java 3067 oracle 712u IPv6 19641 0t0 TCP localhost.localdomain:54321->localhost.localdomain:64164 (ESTABLISHED)
    java 3067 oracle 713u IPv6 19642 0t0 TCP localhost.localdomain:64164->localhost.localdomain:54321 (ESTABLISHED)
    java 3067 oracle 714u IPv6 19643 0t0 TCP localhost.localdomain:54321->localhost.localdomain:64166 (ESTABLISHED)
    java 3067 oracle 715u IPv6 19645 0t0 TCP localhost.localdomain:64166->localhost.localdomain:54321 (ESTABLISHED)
    java 3067 oracle 716u IPv6 19646 0t0 TCP localhost.localdomain:54321->localhost.localdomain:64168 (ESTABLISHED)
    java 3067 oracle 717u IPv6 19649 0t0 TCP localhost.localdomain:64168->localhost.localdomain:54321 (ESTABLISHED)
    java 3067 oracle 718u IPv6 19650 0t0 TCP localhost.localdomain:54321->localhost.localdomain:64173 (ESTABLISHED)
    java 3067 oracle 720u IPv6 19781 0t0 TCP localhost.localdomain:64173->localhost.localdomain:54321 (ESTABLISHED)
    java 3067 oracle 721u IPv6 19782 0t0 TCP localhost.localdomain:54321->localhost.localdomain:64175 (ESTABLISHED)
    java 3067 oracle 723u IPv6 19798 0t0 TCP localhost.localdomain:64175->localhost.localdomain:54321 (ESTABLISHED)
    java 3067 oracle 749u IPv6 20742 0t0 TCP localhost.localdomain:64235->localhost.localdomain:54321 (ESTABLISHED)
    java 3067 oracle 750u IPv6 20743 0t0 TCP localhost.localdomain:54321->localhost.localdomain:64240 (ESTABLISHED)
    java 3067 oracle 757u IPv6 20149 0t0 TCP localhost.localdomain:54321->localhost.localdomain:64207 (ESTABLISHED)
    java 3067 oracle 758u IPv6 20761 0t0 TCP localhost.localdomain:64240->localhost.localdomain:54321 (ESTABLISHED)
    java 3067 oracle 759u IPv6 20167 0t0 TCP localhost.localdomain:64207->localhost.localdomain:54321 (ESTABLISHED)
    java 3067 oracle 760u IPv6 20168 0t0 TCP localhost.localdomain:54321->localhost.localdomain:64209 (ESTABLISHED)
    java 3067 oracle 761u IPv6 20185 0t0 TCP localhost.localdomain:64209->localhost.localdomain:54321 (ESTABLISHED)
    java 3067 oracle 762u IPv6 20186 0t0 TCP localhost.localdomain:54321->localhost.localdomain:64235 (ESTABLISHED)
    java 3067 oracle 763u IPv6 20762 0t0 TCP localhost.localdomain:54321->localhost.localdomain:64247 (ESTABLISHED)
    java 3067 oracle 765u IPv6 20802 0t0 TCP localhost.localdomain:64247->localhost.localdomain:54321 (ESTABLISHED)
    java 3067 oracle 770u IPv6 464327 0t0 TCP localhost.localdomain:54321->localhost.localdomain:43620 (ESTABLISHED)
    java 3067 oracle 771u IPv6 21578 0t0 TCP localhost.localdomain:54321->localhost.localdomain:64313 (ESTABLISHED)
    java 3067 oracle 779u IPv6 21617 0t0 TCP localhost.localdomain:64313->localhost.localdomain:54321 (ESTABLISHED)
    java 3067 oracle 781u IPv6 25612 0t0 TCP localhost.localdomain:54321->localhost.localdomain:11597 (ESTABLISHED)
    java 3067 oracle 783u IPv6 74799 0t0 TCP localhost.localdomain:11597->localhost.localdomain:54321 (ESTABLISHED)
    I recollect in 12.0, not 12.1, there was a required OVM password deep in a hidden nook in the OEM Infrastructure Cloud GUI, I cant find it in 12.1, could this be the issue?
    Respectfully,
    Roddy                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    A quick update, Oracle support just informed me the 3.1.1 is not certified with OEM 12c 12.1. Not very helpful information, but its a start.
    At first glance it appears that the OVM development team made changes that break the virtualization plug-in.
    Any assistance and/or workarounds would be greatly appreciated!

  • Steps to upgrade PS5 to 12C

    Hi,
    Can we upgrade PS5 environment to 12C. If yes, please let us know the steps.
    Thank You.

    Its pretty easy. You'll have to
    1- download wls binary at http://www.oracle.com/technetwork/middleware/weblogic/downloads/wls-main-097127.html
    2- backup your WLS_HOME directory
    3-execute wls installer according to the following oracle docs.
    http://docs.oracle.com/cd/E24329_01/web.1211/e24497/upgrading9091.htm#CHDDEGJA
    http://docs.oracle.com/cd/E24329_01/web.1211/e24497/upgrade_dom.htm#g1095706
    Kinds,
    Gabriel Abelha
    Edited by: gabelh on May 25, 2013 3:51 AM

  • External Table Auth while Upgrading 11g

    What happens with External Table Authentication When we upgrade RPD from 10g to 11g?
    Please provide some assistance on that.
    Thanks
    NK

    Check these, almost got same content.
    http://www.kpipartners.com/blog/bid/137798/The-Primary-Differences-Between-OBIEE-10g-11g-Security-Models
    http://hareeobiee.blogspot.com/2013/01/compare-features-in-obiee-10g-and-11g.html
    in Rittman's site you might find some article

Maybe you are looking for

  • Publishing: Sharepoint WorkSpace Vs OneDrive for business

    I've SharePoint 2013 on premise with OneDrive for business. I've published SharePoint Site Collection App with Web Application Proxy (WAP). When a user is at home, he can creates files on his OneDrive folder, these files are automatically synchronize

  • Error: Enter rate XDS/USD rate type M for date in the system settings

    Hi Experts, We are getting above error while creating travel request in portal. As per the functional consultant that rate is no more used in out system so no more conversion rate is available. But we still get this error. In the portal screen, we do

  • Error when trying to Preview in CP7

    A coworker is getting the following error when trying to preview a project in CP7.  This project does not have any advanced actions but does have one system variable for slide number ($$cpinfoCurrentSlide$$) in a text box that runs for the project. H

  • FM 'WORD_OLE_FORMLETTER' doesn't  work appropriate

    Hi, I have FM where I' using FM 'WORD_OLE_FORMLETTER' , like this:   CALL FUNCTION 'WORD_OLE_FORMLETTER'          EXPORTING               word_document       = act_filename               download_path       = down_path               file_name        

  • NO of Standard Reports

    HI folks, Im in a urgent need of this : Can any one tell me that how many no. standard reports in HR module approximately............ Suitable wil reward greatfully....................... Thanks in advance Naga