Upgrade to 12c database, what type of issues were reported

We are thinking about upgrade to 12c database. Would like to find out what type of issues were reported after database from 11g to 12c. We want to prepare any possible issues that might happen.
Thanks everyone for your inputs.

I believe your database version is 11.2.0.2.0, since it is the minimum required version for 12c.
You can apply latest PSU patch to 12c oracle home which has many bug fixes for 12c.
In case your environment is a critical production system and you can perform testings to judge how the performance will be after upgrade.
For that you can make use of "Real Application Testing" concept which is called as Database replay
It works as below
1) We will be creating test database instance having same configuration as production (hardware, resource)
2) Invoke database replay capture activity at source database, it will start capturing database metrics. Perform necessary operations which should be tested in upgraded instance. For example, Load tests, EOD operation (Performance issue will create more impact to these tests)
Capture mechanism will record necessary details and stores it in source database server. We will be notified about the location.
Capture activity's overhead is very less. It will not impact normal db operations.
3)  Once testing is over move the captured results to test machine
4) Upgrade test instance to 11.2.0.3 version (in our case)
5) Invoke database reply to apply the captured tests (production) to test instance.
6) Execute replay reports that will give good comparison details on Performance, Data variation, etc
Data variation gives comparison between query results in source and test instance.
Thanks,
Krishna

Similar Messages

  • What types of issues will come while doing migration from HFM 9.3 to 11.1.1

    Can any body tell me what types of problems will come while migrating Classic app HFM 9.3.1 to EMPA 11.1.1.3? and how to resolve them?

    Yes you will need to export the data from each essbase database and then load into the databases on your 11.1.2 environment.
    The steps outlined in your post are just to move the planning applications relational piece.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • What type of video card should I upgrade to?

    I want to upgrade to Bryce 6.0... it has new features I want, plus, it is designed to fully utilize the dual processors in my G5.
    But it requires a 128MB video card with OpenGL capability. My G5 came with (and still has) a 64MB GeForce FX 5200.
    1) So what type of video card should I get?
    And I'm also concerned about the heat (and, to a lesser degree, the noise from a fan)... I've been checking out the ATI website, and a lot of their video cards require a 300 watt power supply.
    2) Have any of you experienced problems with with heat from a video card? My loft is fine this time of year, but it gets a little warm in the summer months, even with the breezes off of Lake Michigan.
    Also, are there any other benefit to having a high-end video card?
    I am open to all suggestions, criticisms, tips, recommendations and ideas. I have no brand loyalty when it comes to video cards. Just don't try talking me out of upgrading to Bryce 6.0.
    Thanks!
    Power Mac G5 Dual 1.8GHz   Mac OS X (10.4.8)   2GB RAM, Barracuda HD

    If you don't need anyting high-end, check into the ATI RADEON 9600 XT with 128MB DDR SDRAM. ATI's 800XT is a very popular card for AGP-equipped PM G5s like yours, but more costly.

  • What are MD_ tables in Oracle 12c database?  What is their purpose?

    I just set up an Oracle 12c database with the purpose of migrating an existing Oracle 11.2.0.2 database.  Our application developers are a bit confused when it comes to the schemas suddenly having MD_ tables they did not create.  Any help is appreciated.

    I just set up an Oracle 12c database with the purpose of migrating an existing Oracle 11.2.0.2 database.  Our application developers are a bit confused when it comes to the schemas suddenly having MD_ tables they did not create.  Any help is appreciated.
    Did you do this using sql developer and the migration workbench to create a repository?
    See if anything in this article rings a bell:
    http://oraexplorer.com/2008/06/oracle-sql-developer-migration-workbench/#sthash.gNFtpafS.dpbs
    Next, you will need to create a repository. An database account, which has CREATE SESSION, RESOURCE, and CREATE VIEW must be created first. Then logon into SQL Developer as that account. From the tool, create a repository from Migration menu > Repository Management > Create Repository. This process creates a bunch of MD* and MIGR* tables and packages.
    I ask because you said you 'set up an Oracle 12c database' but then implied your developers are accessing it.
    Most people experimenting with 12c create a multitenant database which has a CDB and one PDB that contains the sample schemas.
    You typically would NOT allow developers access to the CDB; that is for admin purposes only. So, hopefully, if you developers access anything it is ONLY the sample PDB or a PDB that you have created from the seed.
    Make sure you, and your developers RTFM about the new multitenant architecture or you will all get horribly confused when you try to do simple things like create users or issue grants. All of that works VERY differently in 12c.
    See chapters 17 and 18 of the Database Concepts doc
    http://docs.oracle.com/cd/E16655_01/server.121/e17633/cdbovrvw.htm
    Pay particular attention to the discussion of 'common' and 'local' users. And a hidden 'gotcha' is that the PDBs will NOT be started/opened by default when you do a 'startup' of the database. If you create common users those users will NOT be created in PDBs that are not open; so there is the potential to have to do perform a lot of manual maintenance if you need to add those users to PDBs that weren't open at the time you added the users.

  • I have a Mid 2009 15 inch MacBook Pro with  2.53 GHz Intel Core 2 Duo and 4 GB 1067 MHz DDR3. Can this MacBook be upgraded to 8GB? If so, what type would you recomended

    I have a Mid 2009 15 inch MacBook Pro with  2.53 GHz Intel Core 2 Duo and 4 GB 1067 MHz DDR3. Can this MacBook be upgraded to 8GB? If so, what type would you recomended

    Awesome! Thank you What about the Corsair brand?
    http://www.amazon.com/Corsair-DDR3-Laptop-Memory-CMSO8GX3M2A1333C9/dp/B002YUF8ZG /ref=cm_cr_pr_product_top

  • Database upgrade to 12c

    HI,
    I have to upgrade a database which is running in 10.2.0.3 to 12.1
    scope of the requirement was,
    12.1 would be run in linux 6 64 bit
    current production environment was,
    10.2.0.3 linux 4.5 32 bit.
    please can you share the guidance and steps to complete this scope.
    I think it to do,
    1. migrate the 32 bit database and os to 64 bit.
    2. then do the upgrade in  12c 64 bit.
    is this procedure is right please share me.
    regards,
    Lok...

    How big is your database and how much downtime can you afford ?
    You cannot directly upgrade from 10.2.0.3 to 12c - you need to be on 10.2.0.5 - http://docs.oracle.com/database/121/UPGRD/intro.htm#UPGRD60047
    If you can afford the downtime, the easiest option would be to perform an export/import - http://docs.oracle.com/database/121/UPGRD/expimp.htm#UPGRD008
    Otherwise, you will have to perform the following -
    1. Apply the 10.2.0.5 patch to the database on the old server.
    2. Install the 12cR1 binaries on the new server.
    3. Shut down the database on the old server. copy over all of the required database and supporting files (init.ora etc) to the new server.
    4. Perform a manual upgrade to 12cR1 as per MOS Doc 1503653.1

  • What  type of  database  operations  effectd  with  Unicode  and  non  unic

    Hi  Friends,
       I want  to  know what  type of  database  operations  effects  with  Unicode  and  non Unicode  Programing  .
    Thanks,
    Ravi Kumar Mukkera

    Hi ,
    Check these links .
    http://help.sap.com/saphelp_nw04/helpdata/en/62/3f2cadb35311d5993800508b6b8b11/frameset.htm
    https://www.sdn.sap.com/irj/sdn/go/portal/prtoot/docs/library/uuid/ff99cb90-0201-0010-e389

  • Upgrade to Oracle Database 11.2.0.4 or 12c?

    My organization is running Oracle SOA Suite 1.1.1.7.4 on top of Weblogic Server 10.3.6 and Oracle Database 11.2.0.2.  We have a fairly simple footprint with approximately 70 composites and are using BPEL, Mediator, and DB Adapter.
    We have an upcoming initiative to upgrade our database servers and I am contemplating either upgrading to release 11.2.0.4 (terminal release for 11g) or 12c.  Have others had any similar upgrade experiences?  Would you suggest staying at 11.2.0.4 or pursuing 12c?
    I would greatly appreciate any feedback / guidance based on others past experiences.
    Regards,
    Jeremy

    Hi Jeremy,
    we have the same configuration and we upgraded our db to 11.2.0.4. SOA  works fine with 11.2.0.4.
    We will in the next year evaluate the 12c database.
    Regards
    Borys

  • High CPU Usage On client application when upgrade remote SQL database

    Hi,
    Is anyone here encountered very high CPU usage after upgraded the database from SQL 2005 to SQL 2012? Following describes my issue.
    I have my client application running on Windows 7 that access to central database (SQL 2005) on Windows server 2003 using ODBC connection, this client application basically query data and perform data insert and update. There are a number of this similar
    clients connected to the database.
    Due to slowness of the database server, company decided to upgrade the database server to SQL 2012 and also new hardware runing Windows Server 2012. There is no change on the client application and client hardware and the client application still using the
    same ODBC connection to query, insert or update the new database server.
    The problem I am now experiencing now is that my client PC where my client application running the CPU usage is very high almost hitting 100% when accessing to the central database. I am also noticed this program lsass.exe that utilized almost 40-50% of
    the CPU time when client application accessing the central database.
    Is anyone here know, why client PC CPU usage 100% when access to upgraded SQL 2012 database? What is lsass.exe program doing, it only appear when accessing to database server. How to reduce the CPU usage on client?
    Thanks.
    Chee Wee.

    Hello,
    After upgrading, please rebuild indexes and update statistics on the databases.
    http://www.mssqltips.com/sqlservertip/1367/sql-server-script-to-rebuild-all-indexes-for-all-tables-and-all-databases/
    http://www.mssqltips.com/sqlservertip/1606/execute-update-statistics-for-all-sql-server-databases/
    Configure maxdop on the instance.
    http://blogs.msdn.com/b/sqlsakthi/archive/2012/05/24/wow-we-have-maxdop-calculator-for-sql-server-it-makes-my-job-easier.aspx
    If the above does not solve the issue, let us know.
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • What are the Issues in Migration from oracle 8i to oracle 10g

    Hi,
    Can you let me know what are the issues that i face when i migrate from oracle 8i to oracle 10g. I will be very thankful if you give me a list of issues that you face while migrating from 8i to 10g

    In addition to Max's reply, you must be aware that you have to test your applications agains 10g database before you actually upgrade the database.
    If you use CBO, it may produce different execution plans for one query when you run it in 8i and 10g. This may affect your application performances, which you don't like to happen.
    Also you have to decide how much downtime you can afford during the migration. Can you afford some downtime and how much? If you can't than this makes the situation more complicated.
    How big is your database? You may end up only with simple export/import solution using export import utility.
    The bottom line is, whatever you decide, you must test your applications running against 10g database before you actually upgrade your database.

  • Where and what type of solid state drive should I buy for my early 2008 Mac Pro Desktop??

    where can I buy and what type of solid state drive should I use to upgrade my early 2008 Mac Pro Desktop??

    Rick,
    When you get a chance.... DSLReports is off line: their SQL server decided to take its indexes and access to data. Power. Not enough of the right kind of UPS. Same happened to StorageReview's "Drive Reliability Database" about 8-9 yrs ago.
    dslreports.com is offline
    Fri Apr 20 09:05:55 EDT 2012
    SSD: Loading CS5 plus other little monsters might matter.
    Lots of small I/Os
    latency of 1/100th where nanoseconds replace those "long" milliseconds
    System: Small and fast.
    DLLoyd even goes for short-stroking drives to get and maintain highest I/O
    The new 10k VRs hit 200MB/sec - I still use them and still find them useful, long lasting, feel responsive with whatever I ask of them. I know they get criticized and "cost too much"
    Just bought a new WD Black and yes it is better than the 2008 model I was using.
    600GB 10K $200 vs $150-220 for WD Black. your choice
    I can destroy a 7.2k drive, I have brought ever 10K drive back after a simple WD Extended Test in Lifeguard.
    I don't really care about $$/GB or I wouldn't have just bought Intel 128GB $149
    Database: the pros put the index in memory and page fix (virtual volumes in memory; cache; hold disk drive index in memory). Caching storage has been around for almost 40 yrs.
    Today you can use SSDs as front end cache to hold DB indexes and frequent data for web servers and such adn use slower secondary storage.
    SSD + SAS + 4TB storage
    Separating the system from data: #1 must
    Having data on array: been what I use
    I put a large photo library on 2 x 10K VRs vs SSD and couldn't tell much difference (SSD is soundless of course) But my WD Blacks make as much noise and run 15*C hotter than those 10K (not what you expect?)
    While 10K and 7.2K are in the 140-180MB/sec range, they are in 3.0 to 12.0 ms seeks, not  0.01 ms.
    People wonnder why shrink a drive to 2.5" (or why not go down to 1.8".
    How long does it take to reposition a disk head? how often? the 10K VR travels on outer tracks at 70 MPH. Really trying to fly off into space.
    It uses one step to find the "zip code" and then another DSP to find the "house."
    True of any high density perpendicular recording mechanism.
    And of course while the Raptor-X tried to find a home with famers, Cheetah buyers, the WD 10K line has more of a home where servers and small form factor drives - and 100s of them - can fit in a rackmount server I imagine.
    Anyway.... if SR and DSLReports can drop out of site due to power and hardware failure and loss... we can learn some and hope to protect our own data and investments.

  • Upgrading Sharepoint Content Database from 2008R2 sql server to SQL Server 2012

    I am doing an upgrade of SharePoint 2010 to 2013.
    What is the best way for the SharePoint database in 2008 to upgrade to 2012.
    attaching just the backup of content database should work or there is some other considerations as well along with.
    Are there any  known issues while upgrading the SharePoint database from 2008 to 2012.
    this is not an in place upgrade.
    kukdai

    If I may continue this question. I am upgrading MSSQL 2008 to MSSQL 2012. This box contains all of the DBs for our Sharepoint installation.  I am not a Sharepoint admin, I am a DBA.  So let me get this straight , from what I read up above all I
    have to do is just go through the standard procedure of upgrading SQL server 2008 to 2012 and the sharepoint DBs will upgrade with it w/o an issue.  Are there any gotchas with SSRS?  
    My SQL box runs WIN 2008 and has all necessary MSoft updates.
    Ianaa

  • This Database Server Type is not supported

    Dear Experts,
    Kindly suggest your opinion regarding this issue we had freshly installed a SAP 2007B in our Server Edition is Microsoft  Windows 2003 and Database is of MSSql_2005 R2 Standard Edition and we had upgraded the SAP 2007B to PL_18.
    Now when we login to DTW on Change server for SQL Connection getting an error of "This Database Server Type is not Supported." 
    So any body had a solution or faced this kind of issue please share your knowledge to out come from this issue..
    Thanks in Advance...
    Regards
    Krishnakumar

    Hi Krishna,
    check out the following link
    http://scn.sap.com/message/14683740#14683740
    Regards,
    Iván Fernando V.

  • Oracle 10 upgrade - Primary & standby database

    Hi Expert,
    I need some information on your project experience. We're currently planning a oracle 10 upgrade. Have a few question:
    1. We're planning to upgrade the primary database first and a week later the standby database. Will the archive log which is sent from primary to standby database will still work? Will the recovery still work?
    2. Is this the right patch to go 10.2.0.4? I'm currently on 4.7 ext 2
    3. Will there be a performance issue known of oracle 10 running on 32-bit machine, since it has the limitation of the memory (3G). Do I need to set AWE option on windows?
    Thanks in advance.

    Hello Sean,
    please let me go more in detail with some of your comments.
    > I actually posted my experience with doing a rolling upgrade of a PHYSICAL standby database.
    This statement is wrong. You can't do a rolling upgrade with a physical standby database. You have to convert the database to a logical standby database .. and then you can perform a rolling upgrade. But if you have done the conversion, it is not a physical anymore.
    This is also described and mentioned in this white paper:
    http://www.oracle.com/technology/deploy/availability/pdf/maa_wp_10gr2_rollingupgradebestpractices.pdf
    Data Guard SQL Apply (logical standby database) is required in order to perform a database rolling upgrade. You can also do a rolling upgrade when starting with a physical standby by temporarily converting the physical standby to a logical standby. If starting with 11g, see the Rolling Database Upgrades for Physical Standby Databases using Transient Logical Standby 11g paper for details on doing a rolling upgrade when starting with a physical standby. If starting with 10g, see MetaLink note 300479.1.
    > It WILL work, and is fairly straight forward.
    In this point you are almost correct, because of a standard SAP system is not using the unsupported data types, etc. (afaik)
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14239/data_support.htm
    To be honest if a sap basis admin asks such a question, i would not recommend to perform an unsupported way, because i am in doubt about his dataguard know how.
    Regards
    Stefan

  • What type of fan should i buy for my MacBook?

    Hello.
    I have a MacBook white 1.1  2006 Early. If i know  good this is the first MacBook.
    Core Duo 1,83 Ghz "Yonah"
    Maximal Ram  2GB of DDR2
    I want to replace the fan What type of fan should i buy on e-bay with Free ships?
    I Live is Hungary in Central Europe.
    Many Thanks.

    I'd like to chime in and offer a differing opinion. The size factor of all SSD's don't leave much to question, but there are a couple other things that you can research and take into account.
    The biggest thing to look for after the capcity you want is the connection speed. Your Macbook is last generation compatible with SATA 3.0Gbs transfer speeds, and while you can still utilize an SSD with SATA 6.0Gbs, your connection won't be able to fully utilize the full speed of such an SSD.
    The upside is that SATA 3.0Gbs SSD's are selling for much less now on ebay and on Amazon since they are last generation, so you can pick one up on a budget. If money is not an issue and you'd like to spend a bit more for the latest generation SSD that you can transplant into the laptop you want to purchase after your mid 2009, a current generation SATA 6.0Gbs SSD is going to work fine and will also work great in whatever you upgrade to.

Maybe you are looking for

  • New to Apple have some questions.

    Im looking into getting a portable music device with a large capacity. So far the Ipod Classic is the best as far as price goes but i had a few more questions about its performance and such. First and for most Ive heard lots of people complain their

  • Pdf links in standalone output

    pdf and html links in standalone output should stop course from playing as a user clicks the button to access the pdf in a new window. I have deselecetd the continue playing project and the project still plays while the user has the window open. I ha

  • Registration transfer

    Hi everyone. I just ordered my Mac Pro for video editing. I will be purchasing Final Cut Studio 2 very soon. I'm considering buying the software used. How do I transfer FCP registration from another person to myself? What benefits do I miss if I have

  • Adapter Metadata problem

    Hi guys, I have transported a scenario from XI 3.0 to PI 7.1 and, now, when i try to activate my comunicatio channels (in 7.1) I get the following error: "Exception: Attempt to read object Adapter Metadata File...from application REPOSITORY on system

  • How to change double random value to int value?

    I need to change double random number to int in my program. Please help Here's my program import java.io.*; class GuessingGame public static void main( String[] args ) throws IOException int guess; BufferedReader stdin = new BufferedReader( new Input