ECC 6.0 Upgrade database size

Hello,
We are planing to upgrade from 4.7E to ECC 6.0. Our current database size is around 1.5 TB. What is the size of database growth after upgrade? How much diskspace we must reserve for upgrade?
I appreciate your help
Thanks,
Kris

> We are planing to upgrade from 4.7E to ECC 6.0. Our current database size is around 1.5 TB. What is the size of database growth after upgrade? How much diskspace we must reserve for upgrade?
In my case my Non-unicode DB size is 680GB and after upgrade to Non-unicode ECC 6.0 my DB growth Hardly 20GB.
So its not 3 times of your DB size.
In  case of Conversion from non-Unicode to unicode 4.7 db growth near to 30-40GB and upgrade from Unicode 4.7 to Unicode ECC 6.0 another 30 to 40 GB.
Note : this is with DB SQL server 2005 on Windows 2003 EE.
Regards,
Nikunj Thaker.
Edited by: Nikunj Thaker on Mar 17, 2009 9:58 AM
Edited by: Nikunj Thaker on Mar 17, 2009 9:59 AM

Similar Messages

  • Which method is good for upgrade small size database

    wants to upgrade 10g database to 11g.
    production database 10g running on server1 wants to upgrade 11g at different server server2
    which way is good.
    ------>>>>1 upgrade then migrate 2 different server.
    ---->>>>>2 migrate then upgrade database.
    ----->>>>other question
    if am installing 11g on server2 and migrating 10g directly then there will be any issues coming future on production.

    Pl identify exact versions (to 4 digits) of "10g" and "11g", along with the exact OS versions on the source and target. How big is your database and how much downtime can you afford ?
    One straightforward option is export/import - Moving Data Using Oracle Data Pump
    HTH
    Srini

  • Problem with ECC 5.0 Upgrade in JOB_RASUVAR1 phase of PREPARE

    I am upgrading 4.6B system (copy of production to build QA system) on Tru64 with 3TB Oracle DB. The JOB_RASUVAR1 phase of PREPARE in running for about 115 hours. This phase saves existing variants for future conversion. There is a job running at the SAP level which using a lot of CPU, but no active Oracle session for this job. The same job took less than an hour on development system (200GB DB). So far the response from SAP has been like "Unfortunatly there is no possibility to improve the performance of the reports RASUVAR1 and RASUVAR2 during the upgrade" because this phase does not happen during production downtime.
    Did anyone else face similar problem?

    Hi Kausik,
                  we recently upgrade our client systems from 4.6c to ECC 5.0, on unix environment. we too faced similar kind of problem, our job_rasuvar1 in prepare phase took almost 70hrs. after raising a msg with SAP, we were asked some correction in function module.."FASU_RS_VARIANT_CONTENTS"..check whether the following changes are already available..or not
    <b>the necessary change:</b>
    replace the line
    PERFORM fill_tables_ps TABLES objects
    with the line
    PERFORM fill_tables_ps(saplsvar) TABLES objects "CHANGE
    in function module FASU_RS_VARIANT_CONTENTS
    2) To fix this issue I would recomment, that you stop the JOB_RASUVAR1.
    Then please implement the corrections of note 712297. After this please
    clear out all the entries in DB tables TASUVCAT, TASUVSVO and TASUVSVD.
    You can do thie for example via transaction SE14.
    Then implement the following modification to ABAP RASUVAR1:
    FORM return_content USING taskname.
    RECEIVE RESULTS FROM FUNCTION 'FASU_V_VARIANT_CONTENTS'
    TABLES
    valutab = gt_params
    OBJECTS = gt_objects
    EXCEPTIONS
    syst_except = 1
    communication_failure = 2
    system_failure = 3
    variant_non_existent = 4
    variant_obsolete = 5
    error = 6.
    g_error = sy-subrc.
    g_returned = 'X'.
    data: l_count type i. "INSERT MOD
    describe table gt_params lines l_count. "INSERT MOD
    if l_count gt 20000. "INSERT MOD
    g_error = 7. "INSERT MOD
    endif. "INSERT MOD
    ENDFORM. " return_content
    After this you can restart the JOB_RASUVAR1 by just call report
    please try with this & let me know. and 1 more thing, this phase again depends on database size (in our case, for 1.8TB it took 6hrs).
    with regards,
    Raj

  • SAP R/3 4.6 C to ECC 6.0 Upgrade using CU &UC method- Unicode conversion

    Basis Gurus
       I am working on upgrade from R/3 4.6C to ECC 6.0.
    ECC 6.0 upgrade completed( still in non Unicode).  Now I am in the process of Unicode conversion.
    I have used following methods for the upgrade.
    1. Combined Upgrade & Unicode conversion(CU & UC)
    2. Resource minimized( as I am doing it in Sandbox).
      As I understand I need to perform the DB export and Import now for the unicode conversion.
      According to the Upgrade document, First I need to run Export using R3load in ECC6.0(Non unicode)
      and then install Unicode system and import the same data file.
      My understanding was, when I choose, Resource minimized, I need to run Export and import
      in the same system.
      Can you please help me , whether I need another Unicode system for import ??
    Graham

    Hi,
    Dont get confused with upg strategy and unicode conversion.
    In general Upgrade strategy (either downtime-minimized/resource minimized)
    In unicode conversion you have export/import(exp/imp) of data concept
    In CU&UC approach you have to do in a streach to complete migrate from old release to new realease ECC 6.00.
    Using database independent (sapinst only) or Using database dependent (migration monitor or Distribution monitor)
    It can be done in 2 ways.
    If you dont have addtional server for unicode conversion
           1)you can either do exp on same hardware and take bakup and do import using the exp dump.
           2)Do exp on one server and prepare your target empty database on another server and complete imp of data.
    Hope this is clear.
    Regards,
    Vamshi.

  • Best Trategy to reduce the Database Size

    Hi Everyone,
    In our Client's Landscape SAP systems have been upgraded to newer versions whereas our client want
    one copy of older Production systems (one copy to retain)
    1) SAP R/3 4.6 C system  (database size of this system is approx 2TB)
    2) SAP BW 3.0 (database size of this system is approx 2TB)
    Now CLient wants us to reduce the database size via re-organization because Archiving of IDOCs & Links we have already done
    Client has recommended for :
    1) Oracle Export/Import: Only Oracle DBA can do (ignore this one)
    2) Database Reorganization : We have tried Reoragnization via BRtools but found very tedious 9 (ignore this one)
    3) SAP Export/Import : Via this way we want to reduce the database size
    Can anybody Tell us How much Free space do we require in order at OS level in order to store the Database Export
    of Two Databases of size around 4TB & what would be the best strategy of reducing the Dabase size.
    Via SAP Export/Import how much approx how much database size will be reduced
    Thanks & Regards
    Deepak Gosain

    Hi,
    >Can anybody Tell us How much Free space do we require in order at OS level in order to store the Database Export
    >of Two Databases of size around 4TB & what would be the best strategy of reducing the Dabase size.
    The only realistic way to know is to do a system copy of the production system on a testbed system and to test the Database Export.
    If you really want to decrease the database size you will have to archive a lot more than the IDOC archiving object.
    Regards,
    Olivier

  • Best practice on mailbox database size & we need how many server for deployment exchange server 2013

    Dear all,
    We have  an server that runs Microsoft exchange server 2007 with the following specification:
    4 servers: Hub&CAS1 & Hub&CAS2 & Mailbox1 & Mailbox2 
    Operating System : Microsoft Windows Server 2003 R2 Enterprise x64
    6 mailbox databases
    1500 Mailboxes
    We need to upgrade our exchange server from 2007 to 2013 to fulfill the following requirment:
    I want to upgrade the exchange server 2007 to exchange server 2013 and implement the following details:
    1500 mailboxes
    10GB or 15GB mailbox quota for each user
    How many
    servers and databases  are
    required for this migration<ins cite="mailto:Mohammad%20Ashouri" datetime="2014-05-18T22:41"></ins>?
    Number of the servers:
    Number of the databases:
    Size of each database:
    Many thanks.

    You will also need to check server role requirement in exchange 2013. Please go through this link to calculate the server role requirement : http://blogs.technet.com/b/exchange/archive/2013/05/14/released-exchange-2013-server-role-requirements-calculator.aspx
    2TB is recommended maximum database size for Exchange 2013 databases.
    Here is the complete checklist to upgrade from exchange 2007 to 2013 : http://technet.microsoft.com/en-us/library/ff805032%28v=exchg.150%29.aspx
    Meanwhile, to reduce the risks and time consumed during the completion of migration process, you can have a look at this proficient application(http://www.exchangemigrationtool.com/) that would also be
    a good approach for 1500 users. It will help you to ensure the data security during the migration between exchange 2007 and 2013.

  • How  to increase the database size

    Hi All ,
    Our Client is going to increase their customers from 3.5 million to 5 millions
    (12 millions in future ) and there is no increase in the existing licenses..
    At present we have very less space in Data base server. We are Going Live at the End of the Month.
    How to increase the database size to meet the Client requirements.
    we have to increase the No of Processerors etc...
    Below are the details of Servers:
    System Model: IBM,7040-681
    Machine Serial Number: 830D5BF
    Processor Type: PowerPC_POWER4
    Number Of Processors: 2
    Processor Clock Speed: 1904 MHz
    CPU Type: 64-bit
    Kernel Type: 64-bit
    LPAR Info: 4 bgl-svr-biap
    Memory Size: 4096 MB
    Good Memory Size: 4096 MB
    Note : Server is IBM P690.
    1)  System Lansdcape --> Two System Landsacpe ( Dev to Prod )
    2)  BW Version --> 3.5
    3)  SAP Basis --- > 6.4
    4)  No of Application servers currently having --> Only  One  Server
    Can any body suggest me how to solve this.....
    Thanks in Advance..
    Kasi Chukka

    Hi Kasi,
    Your question is not very clear, from the looks of it, the load on your client's system will be doubling soon.
    You need to look at the system stats on how the system is handling the current load, use transactions ST06, ST04 and ST02 to check if the DB hit ratios are as expected, the cpu idle time, the busy periods. Identify if there is large amounts of paging on the server(candidate for increase in real memory).
    On AIX level, you will need to look at CPU / Memory usage.
    On SAP Application server, you need to look at SAP Buffers.
    On Oracle end, look at SGA stats, if it need to increase, the data growth that is current and estimated growth (DB02).
    You will not get an exact answer to it, you will need to analyze the existing load and then estimate (guess). The hardware upgrade will also depend on what the client is willing to spend, its always a good practise to add 20% to what you have estimated as these figures are never accurate.
    All the best.
    Cheers,
    Nisch

  • Hardware requariment for ECC 6.0 upgrade from ECC 5.0

    Hello
    I am on ECC 5.0 with oracle 9.2.0.7.I need to upgrade this to ECC 6.0.
    I have already implemented MM,PP,FICO,QM and HCM.My current data base size is 900GB.This has 30GB monthly growth.
    With this ECC 6.0 upgrade i am planing to implement PM,EP.
    I know converting none Unicode system to unicode system is required some more hardware resources than the none Unicode.
    Some document says 40-60% more disk space and 35% more processing speed from current system.
    Can any one give me the correct information about the hardware requirement for ECC 5.0 to ECC 6.0 upgrade.
    Thanks
    Roshantha

    Check with the Links
    https://websmp102.sap-ag.de/sizing
    https://websmp208.sap-ag.de/quicksizer
    http://www.4soi.de/
    http://www.easymarketplace.de/
    Kanagaraja L

  • Any Specific Guide for Ecc 5.0 upgrade to ECC 6.0 (linux/oracle)?

    Hi Gurus
    Is there any  specific guide available for the Upgrade of ECC 5.0 to ECC 6.0 from service market place.
    for the linux operating system and oracle database. or atleast , I want to know what are the mimimum checks to be done (prerequisities) in the ECC 5.0 system which need to upgrade into ECC6.0.
    Thanks in advance
    Balaji

    Hi,
    There is not an specific guide for ECC 5.0 upgrade, just the guides specific for your OS/DB combination, they can be downloaded in https://websmp204.sap-ag.de/instguides but you should use the Unix/Oracle document,

  • Database size by module

    Hi,
    ECC 6.0 SR3, ASCII, Solaris 10 SPARC, Oracle 10.2.0.4 with 1,7 TB database size. We would plan a new archive project to reduce db size.
    Is it possible to know (a graphic should be OK) database size by module? It's important for us know FI, MM, SD database usage. We already know how to check table db usage.
    Thank you for attention.
    Regards.
    Ganimede Dignan.

    > Is it possible to know (a graphic should be OK) database size by module? It's important for us know FI, MM, SD database usage. We already know how to check table db usage.
    Not really that easy.
    A SAP system is a highly integrated system, so where would you e. g. put the "material master"? it is used by all "modules" and not only for itself.
    You can, use transaction ST14 to check the number of entries in each module, however, this will not be the "net" free space you will get.
    Markus

  • How to configuare database in oem after upgrading database.

    Hi,
    I upgraded database from 9i 10g. after upgrading database i removed database configuaration from oem. how to reconfiguarse database

    Hi,
    I am getting following error when configuare
    oracle.sysman.emSDK.emd.comm.CommException: Received unexpected response text : <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD><TITLE>Error Message</TITLE> <META http-equiv=Content-Type content="text/html; charset=UTF-8"> <STYLE id=L_default_1>A { FONT-WEIGHT: bold; FONT-SIZE: 10pt; COLOR: #005a80; FONT-FAMILY: tahoma } A:hover { FONT-WEIGHT: bold; FONT-SIZE: 10pt; COLOR: #0d3372; FONT-FAMILY: tahoma } TD { FONT-SIZE: 8pt; FONT-FAMILY: tahoma } TD.titleBorder { BORDER-RIGHT: #955319 1px solid; BORDER-TOP: #955319 1px solid; PADDING-LEFT: 8px; FONT-WEIGHT: bold; FONT-SIZE: 12pt; VERTICAL-ALIGN: middle; BORDER-LEFT: #955319 0px solid; COLOR: #955319; BORDER-BOTTOM: #955319 1px solid; FONT-FAMILY: tahoma; HEIGHT: 35px; BACKGROUND-COLOR: #d2b87a; TEXT-ALIGN: left } TD.titleBorder_x { BORDER-RIGHT: #955319 0px solid; BORDER-TOP: #955319 1px solid; PADDING-LEFT: 8px; FONT-WEIGHT: bold; FONT-SIZE: 12pt; VERTICAL-ALIGN: middle; BORDER-LEFT: #955319 1px solid; COLOR: #978c79; BORDER-BOTTOM: #955319 1px solid; FONT-FAMILY: tahoma; HEIGHT: 35px; BACK
    Thanks,

  • DB02 - Database size history report

    Hi,
    On our ECC 6.0 PRD system, we need to extend the time span of the history report. Currently the report goes back to 1/31/08. We need to extend that date to at least a year.
    To navigate to the DB size history report, use:
    Tx DB02 -> Space ->History ->Database size history report
    Regards,
    Sai R.

    The statistics are shown from where the collector was started.
    If you cant see statistics before 1-31-08 I think there is no way to solve the problem because there is no data before  ( RSCOLL00 program ).
    But someone else can help you better or give you the solution.
    Antonio Voce.
    Edited by: Antonio Voce on Jun 9, 2008 4:45 PM

  • CUIS 7.5: ERROR: No Archiver database size is supported on this system

    Dear all,
    I try the configuration tool on CUIS for Archiver but I encounter with an error and exit the configuration.
    Please help me on this.
    Thanh
    [1-20-2011 15:29:00] INFO:    Verifying Archiver pre-requisites.
    [1-20-2011 15:29:00] INFO:    Microsoft SQL Server is present.
    [1-20-2011 15:29:00] INFO:    The system has enough fixed drives to support at least one Archiver size.
    [1-20-2011 15:29:00] INFO:    The Archiver requirements have successfully passed verification.
    [1-20-2011 15:29:00] INFO:    One or more CUIS components are available for configuration.
    [1-20-2011 15:29:00] INFO:    CUIS verification complete.
    [1-20-2011 15:29:03] INFO:    User selection: Cisco Archiver
    [1-20-2011 15:29:03] INFO:    Displaying screen: Archiver - Product Selection
    [1-20-2011 15:29:06] INFO:    User selected: Cisco Unified Contact Center Enterprise 7.5(1)
    [1-20-2011 15:29:06] INFO:    Displaying screen: Archiver - User Verification
    [1-20-2011 15:29:27] INFO:    The user has selected to use the default instance.
    [1-20-2011 15:29:27] INFO:    Internal name for instance MSSQLSERVER: MSSQL.1
    [1-20-2011 15:29:27] INFO:    TCP/IP connectivity is enabled for the SQL Server instance: MSSQLSERVER
    [1-20-2011 15:29:28] INFO:    The connection to the local SQL Server as an administrator was successful.
    [1-20-2011 15:29:28] INFO:    Microsoft SQL Server Agent is present.
    [1-20-2011 15:29:28] INFO:    The SQL Server default instance is valid.
    [1-20-2011 15:29:28] INFO:    User selection: Domain user
    [1-20-2011 15:29:28] INFO:    Domain entered: HCMCPT
    [1-20-2011 15:29:28] INFO:    The domain user login was successful.
    [1-20-2011 15:29:28] INFO:    Standard username: ArchiverUser
    [1-20-2011 15:29:28] INFO:    The database security login is already present: HCMCPT\ArchiverUser
    [1-20-2011 15:29:28] INFO:    The common Archiver database is not present.
    [1-20-2011 15:29:28] INFO:    The Archiver product-specific data is not present.
    [1-20-2011 15:29:28] WARNING: Small database size selection is disabled.
    [1-20-2011 15:29:28] WARNING: Large database size selection is disabled.
    [1-20-2011 15:29:28] ERROR:   No Archiver database size is supported on this system.
    [1-20-2011 15:29:38] INFO:    Displaying screen: Archiver - Database Size

    I follow the workarround of the bug but it did not help. I still encounter with the same error.
    Do I need to upgrade to later version before run the config tool?
    Regards,
    Thanh

  • Downtime required to upgrade database

    Hi,
    I am planning to upgrade database from Oracle8.1.7.4--> Oracle10gRel2.
    I am having database of 400GB.
    I just wanted to know how much down time required to
    1. Cold Backup
    2. Recover Database
    3. Manually Upgrade
    My Server configuration is
    rp7140 / 12GB RAM/HP UX
    Please reply me as early as possible
    Thanks
    Chetan

    Hi,
    first of all please take a COMPLETE ONLINE Backup. Even if some ML Notes state OFFLINE Backup a complete and valid online backup is enough. Either use RMAN or do it manually.
    The time it'll take to upgrade your database depends mainly:
    ==> the number of objects needing upgrading and recompilation
    ========> Thus: the number of installed options/components
    ==> The number of synonyms – they‘ll get recompiled - just applicable if you have a high number of synonyms
    ==> Valid and non-stale data dictionary statistics
    ==> At a very low rate if you change compatible:
    =====> Number of datafiles
    =====> Size of redo logs
    This means: the less components/options you have the faster it'll complete. Recompilations is not an issue anymore is it will be done in parallel.
    Make sure you install the companion CD (DATABASE PRODUCTS) anyways in your new home and have a look into the "Upgrade Companion for 10gR2" on Metalink as well.
    Kind regards
    Mike

  • SQL azure database size not dropping down after deleting all table

    Dear all,
    I have a simple database on Azure for which I have deleted all table data. The size of the database is still showing 5Mb of data and I am charge for that. I have heard that this may happen from cluster index getting fragmented.
    I have run  a querry I found on internet on all my table index to show percentage of fragmentation and all report 0%.
    DBA is not so my job but what could it be or how can I reduce that size ?
    ON premise I would use COMPACT DB but not available in azure like some others DB action
    Thnaks for tips
    regards

    user created objects/data are not the only ones stored in your database. you got system objects and metadata as Mike mentions above.
    are you trying to skip being charged if you're not storing data? looking at the pricing table,  you'll still get charged the $4.995 for the 0-100MB database size range.

Maybe you are looking for

  • Missing fonts in snow leopard

    I have a new macbook pro up to date with updates, etc and have been using it very happily. I use iworks and have found that a whole raft of fonts that were previously used by me are no longer even shown in the fonts options. I have searched the inter

  • How To Configure E52 Mail Box

    How To Configure E52 Mail Box Can't excess Email in Mail box

  • Dep. run in September

    Hi All, I have one asset capitalized in May. I would like to start dep. from September onwards. But while trying to start depreciation it is only for one month not for months from May to September. I want the dep. to be posted from May to September f

  • FF_5 - Import Bank Statements, Balancing field "Profit Center"

    Hi When importing the bank statement I get the error Error: (GLT2 201) Balancing field "Profit Center " in line item 001 not filled when using the NEW GL only. I know why I'm getting the error, the document is trying to determine a Profit Center, I d

  • ITUNES WONT PLAY IN FINALCUT

    MY ITUNES SONGS ARE LOCKED AND I CANT DRAG THEM INTO MY FINALCUT. IS THERE ANOTHER WAY THAN BURNING A DISC THEN LOADING IT ON THE DESKTOP