Why quality sytem disk space  should be the same as Production disk space

Hi All,
Why quality sytem disk space should be the same as Production system disk space. Please give few points and also the impact if the disk spaces are not same. Its URGENT.

Karunakar,
It all depends on what you do with your QA system. I personally don't think QA and Prod should be of the same size.
QA is your testing environment, the one where you perform the final tests and validations before going to Prod.
In my personal experience and practice, for QA:
- Daily loads of Master Data - Master Data is good to keep it updated, for obvious reasons
- No daily transactions loads - You can load your transaction data on demand, depending on the specific area you need to test. You can initialize and load sample periods or sets of data. Once you're done, that's it.
- No copy from BW Prod to QA - You really don't need to. As far as they do "refresh" from R/3 Prod to R/3 QA, you'll have data in QA good enough to test. Also, copying Prod to QA in BW can mess your transports sequence and put the systems out of sync or make you re-transport requests that were already in QA but not in Prod. Also, by doing those copies, it's like having two Production systems to maintain... Your landscape and maintenance costs will grow much faster
In my opinion, Development and QA have a controlled growing, following those guidelines. Only Prod will keep growing during time, which makes sense.
My 2 cents...
Regards,
Luis

Similar Messages

  • 2 queries should return the same result (but they dont...)

    hello
    i have a following query:
    select col1,extract(year from datum) yr, COUNT(*)
    from tableA@dblink where
    DATUM between '1-jan-1985' and '31-dec-2012'
    and col2 > 100 and col2 not in ('999999')
    and TRIM(TO_CHAR(col1)) in ('0','1')
    group by col1,extract(year from DATUM);the above query returns the count: 143 982 for year 1991
    however when i put the filter directly into this year the query returns a different number: 143 917
    select col1,extract(year from datum) yr, COUNT(*)
    from tableA@dblink  where
    DATUM between '1-jan-1991' and '31-dec-1991'
    and col2 > 100 and col2 not in ('999999')
    and TRIM(TO_CHAR(col1)) in ('0','1')
    group by col1,extract(year from DATUM);please can you help me understand why is this happening and why these 2 counts are different?
    id appreciate any tips
    thanks very much
    rgds

    UserMB wrote:
    please can you help me understand why is this happening and why these 2 counts are different?
    id appreciate any tipsThis is tricky. All others of cause are right. You must compare date columns with date values.
    If you don't explicitly compare as a date value, then it might happen that a string comparison is made.
    And if that happens both of your counts would return a wrong result. For example all dates that start with
    '4' are not counted. Like '4-jan-1991'. The string '4-jan-1991' is greater then the string '31-dec-1991'. Therefore it would not be included in the count.
    I don't think this happened. But the danger is there.
    However I have a problem seeing, what the difference between your two counts can be.
    The two important parts are the date between filter and the group by condition.
    DATUM between '1-jan-1985' and '31-dec-2012'
    DATUM between '1-jan-1991' and '31-dec-1991'
    group by col1,extract(year from DATUM);The second option returns less results than the first option. Some rows must be missing because of this different filter condition.
    If this would be a text comparison then there shouldn't be a difference. Only if it is a date comparison then this could be explained.
    Here is an example:
    Dates like 31-dec-1991 17:53:14 are included in the first count+group, but not included in the second count.
    Why? Because the string '31-dec-1991' is converted into a date. This date is 31-dec-1991 00:00:00 (midnight). Everything from this day, that is not exactly on midnight is greater than this value and therefore not included in your second query.
    So as others already pointed out you need to either truncate the date or to compare it a little differently.
    select col1,extract(year from datum) yr, COUNT(*)
    from tableA@dblink 
    where DATUM >= to_date('01-01-1991','dd-mm-yyyy')
    and  DATUM < to_date('01-01-1992','dd-mm-yyyy')
    and col2 > 100 and col2 not in ('999999')
    and TRIM(TO_CHAR(col1)) in ('0','1')
    group by col1,extract(year from DATUM);This should give the same result as your first query.
    Note that I changed the month from a month name to a number. This makes it independent from national language settings. E.g. DEZ = German, DEC = American
    Edited by: Sven W. on Oct 9, 2012 2:04 PM

  • Why cant i talk and surf at the same time?

    Why cant i talk and surf at the same time? Got lost yesterday and while on the phone i couldn't search store web to get the address. Perfect timing to figure this out; when you're lost.  This is a MAJOR problem for me and anyone on the go. WHEN WILL THIS BE FIXED??? I will not hesitate to return this phone as im sure all TURBO users feel the same. Someone said the MOTO X was the same way... is it still...why hasn't then been fixed by now? Which now makes me wonder if this wasn't an oversight but something intentional. Why did they hide the fact that they knew this was going on? i should have been told that this capability wasn't available on the TURBO at time of purchase. FIX IT NOW!

    ChristiLockridge wrote:
    And i've had every DROID since the original with the exception of the Bionic.
    Then you have had phones WITHOUT the capability of talk/surf at the same time. If you don't realize this, then you don't(or at least didn't) use it as often as you think. Original Droid didn't have this capability. Droid X didn't have this capability. Droid X2 didn't have this capability. For the most part(there may have been exceptions of which I am unaware), NO Verizon phone had this capability until 4G phones and then ONLY when on a 4G LTE signal. 4G phones on a 3G signal did not/do not have this capability.
    ChristiLockridge wrote:
    The same as texting, or calling or browsing. This is just a given.
    Personally, I check these things on EVERY phone before I purchase. This is just a given.

  • Two users on mac should share the same entourage calendar

    Hello everybody!
    I have two users on my macbook. I use entourage for personal organisation and i would like to share this entourage calendar with the two users. To make it more clear: Every user should see the same entourage calendar. How can manae to get this result? Is there some button in the system settings, that i need to push?
    Thanks for help!

    Probably best to ask in the Entourage forum.
    [http://www.officeformac.com/ProductForums/Entourage|http://www.officeformac.com /ProductForums/Entourage>

  • Why do my 2 iphones ring at the same time even though they have different numbers?

    Why do my 2 iphones ring at the same time even though they have different numbers?

    Are they sharing an Apple ID?
    On both phones:
    Settings > FaceTime > turn iPhone Cellular Calls off

  • Address Ref should be the same

    Hi,
    I ve a query to be run in ODI.
    The issue is I ve a staging table with the values
    CUST_REF SITE_CODE ADD_REF ADDRESS1 ADDRESS2 CITY STATE POST_CODE CUSTOMER_NAME
    03071755201 BILL_TO 03071755201 11 LYNETTE AVE EVANS ST CARLINGFORD NSW 2118 AMANDA
    03071755202 SHIP_TO 03071755202 11 LYNETTE AVE EVANS ST CARLINGFORD NSW 2118 AMANDA
    So my query is whenever THE CUSTOMER_NAME, SITE_CODE, ADDRESS1, ADDRESS2, CITY, STATE, POST_CODE are equal then the SITE_CODE should have the same number.
    So the output should be
    CUST_REF SITE_CODE ADD_REF ADDRESS1 ADDRESS2 CITY STATE POST_CODE CUSTOMER_NAME
    0307175520 BILL_TO 03071755201 11 LYNETTE AVE EVANS ST CARLINGFORD NSW 2118 AMANDA
    0307175520 SHIP_TO 03071755201 11 LYNETTE AVE EVANS ST CARLINGFORD NSW 2118 AMANDA
    0307175520 SHIP_TO 03071755201 11 LYNETTE AVE EVANS ST CARLINGFORD NSW 2118 AMANDA
    Please do help me to get this.
    Waiting for answers.
    Regards,
    Murali
    Message was edited by:
    user627791
    Message was edited by:
    user627791

    Hi Murali,
    I didn't understood well.
    Please, how do you decide duplicate the second line? What is you decision factor?
    Too, how to change the CUST_REF as showed in the output sample?
    I couldn't get it....

  • Row selection in Table should be the same, if we came back to the page?

    Hello All,
    I am using JDeveloper 11g.
    I created one adf Table on jsp(empPage) page and selected one row(single selection) , than user can move to other page(to finish some other task), after coming back to the earlier page(empPage), row selection should be the same.
    Can you please help me?
    --Neelmani Jaiswal
    Edited by: Neelmani Jaiswal on Jan 11, 2009 12:09 PM
    Edited by: Neelmani Jaiswal on Jan 11, 2009 12:10 PM

    check this post here. I still have the same issue.
    Code for getting the selected row in ADF Table 11G prod

  • Two iphoto albums - should be the same, but extra images reported in one

    I have two iphoto albums which in theory should contain the same images - but one is reporting around 5500 and the other around 5570 - is there a simple way to identify the additional 70 images ?
    cheers for any help
    macbook air 6,2
    os x 10.10.1
    iphoto 9.6

    I guess at some point I must have added some files which are not on the phone - I can't think what and it probably doesn't matter - its just the not knowing that bugs me
    You could create a smart album in your library on the 2009 iMac and search for photos that have not been taken by the iPhone camera:
    This will show all photos you imported from other sources:
    Try the command:
         File > New Smart album
    Then set the Smart rule to "Camera Model is" and select your iPhone.
    After selecting the phone, switch the rule to "Camera Model is not", and you will see all photos that did not come from your iPhone.

  • Why, with iCloud, do we continue receiving the same email on multiple computers?

    Why, with iCloud, do we continue receiving the same email on multiple computers? Is there a way of stopping this?

    If those multiple computers are all setup to use the same iCloud account, then it is working exactly as intended. That's what iCloud does. Keeps your email, contacts, calendars, bookmarks, tasks etc. in sync across all devices/computers that the same iCloud account is setup on.
    If you want independent email on each device/computer, you need to setup independent email accounts for each device/computer.

  • My old computer crashed a few days ago. And my backup external drive apparently did not save my old Firefox profile, but my IP address should be the same. Any way to recover my old Bookmarks?

    When I set up my new computer, my internet connection & modem for DSL is the same, so my IP address should be the same. But I had to reinstall Firefox and I can't find the file for my old Firefox profile. If my IP address is the same, is there any way Firefox can recover my old bookmarks?

    See this support article: <br />
    https://support.mozilla.com/en-US/kb/Recovering+important+data+from+an+old+profile
    Your old Profile is located here in Win XP and W2K: <br />
    ''drive'':\Documents and Settings\''Windows login user name''\Application Data\Mozilla\Firefox\Profiles\''profile_name''

  • But i'm worried about the audio quality which matters to me the most !! is the audio quality on iPod with ear-pods the same as iPad with earpods ?

    hi guys !! i'm an ipod touch 5g user ! and i want to switch to ipad !! but i'm worried about the audio quality which matters to me the most !! is the audio quality on iPod with ear-pods the same as iPad with earpods ?

    thnx i'm more satisfied now !

  • Why all JMenuItem's of JPopupMenu perform the same action?

    Why all JMenuItem's of JPopupMenu perform the same action?
    I trying to do something similar to what there is in JBuilder where you right click a method or a class - you get a popUpMenu and if you choose the
    "Browse Symbol" JBuilder browses to that method/class.
    I'm trying to do the same and to browse to some class of mine (not a java class). But there's a problem.
    This is my code : -
    OMClass desiredClass = event.getNavigationClass();
    if(desiredClass instanceof OMComplexClass) {
    Set classSet = desiredClass.getSimpleClasses();
    JPopupMenu menu = new JPopupMenu();
    JMenuItem menuItem = null;
    menu.add("Browse to :");
    menu.addSeparator();
    Iterator it = classSet.iterator();
    for(; it.hasNext(); ) {
    OMConcept concept = (OMConcept)it.next();
    menuItem = new JMenuItem(concept.getName());
    menuItem.addActionListener(new NavigateToComplexClass(concept));
    menu.add(menuItem);
    menu.show((JComponent)(event.getMouseEvent().getSource()), getX(), event.getMouseEvent().getY());
    ComplexClass is build of SimpleClasses - so if I want to browse to complex class I ask the user by a JPopupMenu what specific SimpleClass he would like to browse to. My ActionListener is a NavigateToComplexClass class - and hewe is the code : -
    public class NavigateToComplexClass implements ActionListener, ItemListener {
    private static OMClass classToShow = null;
    GUI_Location currentLocation = null;
    public NavigateToComplexClass(OMConcept desiredClass) {
    classToShow = (OMClass)desiredClass;
    public void actionPerformed(ActionEvent evt) {
    currentLocation = frame.fillGUI_Location();
    frame.getProject().getHistoryManager().updateHistory(currentLocation);
    if(classToShow == null) {
    return;
    frame.getClassDisplay().getTabbedPane().setSelectedIndex(1);// 1 - parameeter : Property tab.
    frame.getConceptViewPanel().selectConcept((OMConcept)classToShow);
    public void itemStateChanged(ItemEvent e) {
    The problem is that no matter what JMenuItem I select and press it's navigating to the same simpleClass like if I have a
    b
    c
    no matter what I'll press I'll always goto a (or b or c but always the same)

    hi,
    for your actionlistener all those items are more or less the same. when browsing to them you have to give them different names or better different actioncommands.
    regards

  • Why my money were taken twice for the same program why my money were taken twice for the same program

    why my money were taken twice for the same program?

    contact expresslane via email or chat, they will refund you as long as this is the first time

  • If the ipad charger charges the iphone faster, why didn't they Apple just make the same charger for iPhone?

    If the ipad charger charges the iphone faster, why didn't they Apple just make the same charger for the iPhone?

    Apple does not do this at all anywhere at all.
    The carrier is the ONLY one who will unlock an iphone.  No one else.
    AT&T does NOT unlock iphones.
    Sorry.

  • Aperture and iPhoto should use the same library

    Hi all,
    It seems that there is a lot of conversation about moving photos between Aperture and iPhoto. For example, some like iPhotos slideshow better but still require Apertures adjustment options. Still others have tried, to no avail, to use Aperture as iPhoto's external editor.
    Personally, I have a large iPhoto library with most photos tagged with keywords. I have just started using Aperture and am yet to decide if its extra features are useful for a novice photographer like myself. Other than the price, I see no reason not to use Aperture instead of iPhoto but I would want to import my entire iPhoto library into Aperture.
    My question, however, is why we need to 'import' from one app to the other. Without understanding how the aperture / iphoto databases work, I would assume there is no fundamental reason why Aperture could not simply open an existing iPhoto library and visa versa. They both support RAW, keywords, books etc. And while I am sure there are some deviations in the databases, surely each app could simply ignore the features it does not understand.
    Is this something that anyone else has considered or think would be good. I would imagine that the easier it is for customers to upgrade from iPhoto to Aperture the better. Does Apple plan on supporting this in the future or is the import option 'good enough'.
    Cheers

    Can I and if so how do I best set up Aperture as main app. (master) with iPhoto as sub app that accesses the same library to sort through, look at, order books, etc.
    Simply set the Preferences to 'Share Previews with iLife Applications' in Aperture. Then go to iPhoto -> File -> Show Aperture Library. A media browser will open and you can drag the pics from the Browser to the iPhoto Window. Note: You're getting the Aperture Previews not Masters. Note too that if you set iPhoto to Referenced mode (iPhoto -> Preferences -> Advanced) then you won't use double the disk space.
    +Remember though, you are not accessing the Aperture Library. If you make changes in the Aperture Library (Re-edit the shots) after bringing pics to iPhoto, those changes are not reflected in iPhoto.+
    This is what William means when he says the iPhoto does not access the Aperture Library.
    Regards
    TD

Maybe you are looking for

  • ISE 1.2 patch 3 - Sponsor Portal default timezone changed to non-existant ECT

    Hi everybody, We've applied patch3 to our ISE 1.2 cluster and after the upgrade all the sponsor accounts (externally autenticated on Active Directory) now have GMT +01:00 Europe/ECT as default Time Zone. Thus all the guest account created have the sa

  • DTP with upload doesn't work

    Hello guys, I need your help. I'm having a strange symptom. I have created a simple DTP to transfer data fom one Cube to another. If I execute the DTP with delta upload it works fine and transfer all data, but if I change it to full upload it says th

  • Additional audio tracks not showing up in my movie library. Thoughts?

    I have movies in both .mp4 and .m4v format with multiple audio tracks (all AAC 96kbps; 48kHz - video is .h264). When imported into iTunes, I cannot choose the alternate video tracks. However, i know that they work, because I check them in both VLC an

  • Plugging two FW 800 drives into a single FW 800 port

    For some reason my iMac 11,3 won't either let me daisy chain two FW 800 devices with each other, such as two XCellon FW0813 Docks, or use a Lindy 32911 3 port firewire hub to connect both drives and the computer to.  The moment I add a second hard dr

  • LDAPConnection timeout problem

    Hello, LDAPConnection(int M_timeout) timeout seems not work. I expect the exception will be thrown if the connection to LDAP server is not alive for M_timeout seconds. But it doesn't work, no matter what is the value of M_timeout, the connection time