Difference between Switch -off and disable of an aggregate.

Hi All,
Can any one please tell me whats the difference between Switch-off and Disable an aggregate?
Appreciate ur help.
Thanks,
Soumya.

Hi,
You can temporarily switch off an aggregate to check if you need to use it. An aggregate that is switched off is not used when a query is executed.
To do this select the relevant aggregate and choose This graphic is explained in the accompanying text Switch On/Off. An aggregate that is switched off is marked in column Filled/Switched off with This graphic is explained in the accompanying text.
Since aggregates that are switched off must also be consistent, you do not have to activate the aggregate again or to fill it when you switch it back on.
Execute a query or trace that would use the aggregate that was switched off. Compare the time that the database needs with the time that the query needs when using the aggregate. If the query is not significantly slower without the aggregate, you can deactivate or delete the aggregate.
The system deletes all the data and database tables of an aggregate. The definition of the aggregate is not deleted.
Deactivation
Select the required aggregate and choose This graphic is explained in the accompanying text Deactivate.
The status display in the columns Status and Filled/switched off change back to This graphic is explained in the accompanying text.
If you want to, you can activate and fill the aggregate again later.
More information:
http://help.sap.com/saphelp_nw70ehp1/helpdata/en/26/4bc0417951d117e10000000a155106/frameset.htm
Hope it helps.
Regards,
Ray

Similar Messages

  • What's the difference between EQ off and flat?

    What is the difference between EQ off and flat? Are all the frequency's at the same place as if it were flat?

    OFF uses iTunes EQ settings, if any.
    FLAT overrides iTunes EQ settings, if any
    Close.
    In Flat, if a song has a preset EQ set in iTunes, it
    will use that preset, otherwise it does not use any
    EQ.
    In Off, the EQ is not used at all.
    Page 28 of the very fine manual for 2n Gen nano:
    Using the Equalizer
    You can use equalizer presets to change the sound on iPod nano to suit a particular music genre or style. For example, to make rock music sound better, set the equalizer to Rock. To use the equalizer to change the sound on iPod nano:
    Choose Settings > EQ and choose an equalizer preset.
    If you assigned an equalizer preset to a song in iTunes and the iPod nano equalizer is set to Off, the song plays using the iTunes setting. See iTunes Help for more information.
    Hmmmm...? There's nano's EQ and iTunes' EQ...

  • Re: Difference between switcher component and router activity

    Hi all,
    Here i want to know the difference between switcher component and router activity.
    Can anybody give the difference between them or suggest any blog for this.
    Thanks,
    Syam

    <af:switcher> component is an ADF Faces component. You can use it within (the source of) a JSF page or fragment to include a particular group of other JSF components depending on the switcher expression's value.
    Router activity is not a JSF component, i.e. you cannot use it within a JSF page of fragment. It is an ADF taskflow activity. You can use it as an activity within an ADF Taskflow to route transitions between some other activities in the taskflow depending on the router's expression.
    Dimitar

  • Nokia E71 Difference between Switch mode and Profi...

    I have Nokia E71, Phone having option to switch modes and also we have profile option.
    Can some body explain the difference between switch mode and having different profile ?.
    Thanks

    The profile impacts things like default ringtone, vibration settings, etc.
    With the mode switching you can also switch active standby applications and plugins (e.g., work vs. free time).
    Personally, I don't use the modes, and with profiles, I only use "General" and "Silent" and don't bother with others.

  • BB Q10 - Difference between Power OFF and "Battery pull out"?

    Hello,
    Any one has any info on what difference the phone sees between a proper power switching OFF and doing a battery pull out?
    Apparently, some of the customer service guys at BlackBerry advises you to do a battery pull out while the phone is in ON mode.
    Just curious to know what is the reason behind it.
    Solved!
    Go to Solution.

    When you power off your phone, it keeps everything intact until you power on again. When you do a battery pull, it interrupts the operation of the phone and many temporary files, not necessary to the proper operation of the phone, are erased. In many instances, when there's something playing havoc on your phone it can be found within these temp files.
    Another method to do a battery pull is to press and hold the power button until BlackBerry appears on the screen. Other things will appear before that but if you continue holding until it shows, the effect is similar to doing a battery pull with the phone powered on. Note that pressing the power button to shut off the phone does not erase these temp files unless you hold it until BlackBerry shows, usually about 15 seconds.
    I hope that helps you.  
    - If my response has helped you, please click "Options" beside my post and mark it as solved. Clicking the "thumbs up" icon near the bottom of my response would also be appreciated.

  • Difference between 'Always Refresh' and 'Disable Cache Hits'

    We are using clustered application servers with its own cache. We are not doing any cache synchronization. So, for selective objects we should ensure that cache is not returning stale objects.
    I see two options in MWB for refreshing and disabling the cache. Can somebody explain the difference between these two and recommend what I should do to address my problem.
    Thanks in advance.

    These are similar and often used together settings:
    'Disable Cache Hits'
    Is used by TopLink when a ReadObjectQuery is executed with only the PK fields. By default TopLink will short-circuit going to the database and try to find the object in the cache first. This includes 1:1 mapping queries. Turning this on will cause TopLink to go to the database instead of the cache in these cases.
    'Always Refresh'
    Is used to tell TopLink how to handle the results returned from a query against the database. By default TopLink will trust the cached version of any instances already cached. When this is enabled, or the refreshIdentityMapResult is turned on for a specific query the results of the query are used to refresh the values of the cached version.
    The trick with always-refresh is that it does not force all queries to go to the database. It simply forces all returned rows to refresh cached instances.
    These are often selected by customers who never want to trust a cached instance. They are typically used together to get that effect. This configuration will get minimal performance gain from the cache but still require the cache for object-identity (avoid duplicate instances).
    Be careful though because these will have the effect for EVERY query and mapping traversal. I typically prefer to manually turn this on for my specific queries where I need to get the latest version from the database versus turning it on for all queries.
    On the query the methods you will be interested in are:
    query.refreshIdentityMapResult()
    This will force the query to the database and have the results refresh the cached instance if it already exists.
    One setting that is of definite interest is
    descriptor.onlyRefreshIfNewerVersion();
    This must be used in conjunction with the above query refresh and optimistic locking but it will avoid additional unecessary steps if the row has not changed since the cached version was read.
    Doug

  • Difference between switch logfile and checkpoint

    Hi All,
    what is the difference between
    Forcing log file switches:
    ALTER SYSTEM switch logfile;
    and
    ALTER SYSTEM checkpoint;
    when i should use one and not use the other
    Thanks very much

    I don't know that checkpoint will increase the scn. In a way it can be called correct but there are multitudes of SCN floating around. For example, for the matching of the datafiles and controlfles, there are two scn's which are used, stop scn and checkpoint scn. Than for the block, there can be , commit scn , transaction scn , High scn and low scn. There is one counter that is there for both checkpoint and SCN and checkpoint number is generated from SCN itself. I am sure that there is a missing link here some where but still, to some extent this is correct.
    Checkpointing is an event which happens at certain conditions and SCN is always there, just like in a clock, there is always a time.
    HTH
    Aman....

  • Difference between Switching Structure in CCA and Transfer Structure in PC

    Hi experts,
    Could anybody define the difference between Switching Structure in CCA and Transfer Structure in CO-PCP? I can't also define when we create Primary Cost Component Split, do we use only range of Primary Cost Elements in the Cost Components for the Primary Cost Component Structure? Thanks for the help!
    Best Regards,
    Georgi

    This has been discussed please check it in forum
    https://forums.sdn.sap.com/click.jspa?searchID=480466&messageID=114309
    https://forums.sdn.sap.com/click.jspa?searchID=480466&messageID=1419481
    https://forums.sdn.sap.com/click.jspa?searchID=480466&messageID=1479212
    Shortly:
    Append structures are used for enhancements that are not included in the standard. An append structure is a structure that is assigned to exactly one table or structure. There can be more than one append structure for a table or structure.
    http://help.sap.com/saphelp_erp2004/helpdata/en/cf/21eb61446011d189700000e8322d00/content.htm
    Includes are used to group fields, an include structure can be assigned to many tables. If you add a fields to an include structure, all tables/structures, which contain that include structure, will be updated too.
    http://help.sap.com/saphelp_erp2004/helpdata/en/cf/21ea6a446011d189700000e8322d00/content.htm
    Regards,
    Santosh

  • Principal difference between an Idoc and a Switch document.

    Hello
    what is the principal difference between an Idoc and a Switch document.
    Thanks

    Hi,
    A switch document documents a process, such as, switch of supplier, in a liberalized market and can be monitored with own transactions. The process steps are usually controlled by workflows.
    An IDoc is used to transfer data from one system to another one in a predefined package. When you import an IDoc containing a market message, a workflow can be started creating/updating switch documents.
    Kind regards,
    Fritz

  • HT4203 what is the difference between turning off "enable 3G" and "cellular data"

    what is the difference between turning off "enable 3G" and "cellular data"?

    Turning enable 3G off turns 3G network access off. This does not prevent the iPhone from internet access via your carrier's EDGE or GPRS network which is much slower.
    Turning Cellular Data off turns cellular data off completely. No internet access via your carrier's cellular network.

  • Difference between open loop and closed loop mode when finding the index on a stepper motor axis.

    I have a test system which uses a PXI-7352 motion controller with a MID-7602 stepper motor drive to position a 200 step/revolution stepper motor with an attached 1000 line encoder.  The MID-7602 is configured for 64 microsteps per step, giving 12,800 microsteps and 4000 encoder counts per revolution.  The system is controlled using LabView 7.1 and NI-Motion 6.13.  To home the motor, I've defined a sequence in MAX which first finds the reverse limit switch and then moves forward to the encoder index pulse.
    When finding its reference in open loop mode, the system its reference at the same microstep each time.  When findings its reference in closed loop mode, the system finds its reference somewhere within about a 20 microstep wide range.
    I hope somebody out there with more experience with this controller can describe the difference between finding the encoder index in open loop mode and finding the encoder index in closed loop mode. 
    Thanks,
    Mark Moss

    Hello Mark,
    I suspect that the behavior you are experiencing has today
    with the resolution difference between your encoder and your
    microstepping.  Let me illustrate with an
    example:
    Example Setup
    Stepper
    Motor
    NI
    Motion Controller
    10
    steps per encoder pulse (Every 10 steps the controller gets an encoder
    pulse, therefore positions 0-9 all appear to be 0 to the controller)
    The
    system has a maximum of 3 pull in moves set
    Open Loop Scenario
    The
    system is commanded to go to position 9.
    The
    controller sends out 9 pulses.
    The
    motor moves to position 9.
    Closed Loop Scenario
    The
    system is commanded to go to position 9.
    The
    controller sends out 9 pulses.
    The
    motor moves to position 9.
    The
    controller checks its position and sees that it is still at position 0
    because it has not received an encoder pulse.
    Because
    the controller thinks it is still at position 0, it sends another 9 pulses
    as its first pull in move.
    The
    motor moves to position 18.
    The
    controller checks its position and sees that it is at position 10 because
    it has only received one encoder pulse.
    Because
    the controller thinks it is still at position 10, it sends1 reverse pulse
    as its second pull in move.
    The
    motor moves to position 17.
    The
    controller checks its position and sees that it is at position 10 because
    it has only received one encoder pulse.
    Because
    the controller thinks it is still at position 10, it sends and additional
    single reverse pulse as its third pull in move.
    The
    motor moves to its final position of 16.
    I believe something similar is happening with your
    application as it looks for the index pulse. 
    Because the controller does not compensate for what it perceives as
    position error in open loop mode, the motor always goes to the same commanded
    position.  In closed loop mode, the motor
    is bouncing around inside the single index encoder pulse trying to find a
    certain position.
    There are several recommendations I can make towards
    correcting this behavior.  These
    recommendations are in order of effectiveness:
    Setup
    your system so that there are more encoder counts per revolution than
    steps per revolution.
    Turn
    off pull-in moves by setting them to 0 in MAX.
    Use an
    open loop configuration.
    Play
    around with the pull in window in MAX.
    Regards,
    Luke H

  • What's difference between iphone 4 and 4s?

    i bought an iphone 4 9months ago and the software was upgraded to iOS5 last month. since then i noticed that by the time i used to connect my iphone into my pc the itunes did not sync so i'd just tolerate as not a big deal for me... this is the problem that i have. yesterday evening, my iphone 4 was connected to my pc at the same downloading viber again from itunes at the moment i wanted to disconnect my iphone its dead! shut it off. i kept on switching evry10sec but there was no power. i knew there's enough battery as it connected in my pc. well, i gave up and leave it but 36hrs after when i'd tried again to switch on i saw on the lcd battery icon is red So i've charged immediately. now fine! i just want to share with you this experience... why its like this. Thanks there.

    what's difference between iphone 4 and 4s?
    Go here and see what's new:  http://www.apple.com/iphone/

  • Aggregate switched off and deactivate

    hi guys,
    1. what is the difference between the aggregate switch off and aggrgate deactivate?.
    2. If I have more than one aggrgate and one of them is switched off what happens when roll up is done?
    3. for the same scenario what happens to roll up if i have one deactivated aggregate.
    4. Is reporting possible for switched off aggrates.
    Thanks in advance
    Ramesh

    Hi
    1. what is the difference between the aggregate switch off and aggrgate deactivate?.
    If u switch off the aggregates it wont be identified by the OLAP processor. report will fetch the data directly from the cube. And the aggregates and the data remain the same.
    If u deactivate the aggregates the data will be deleted from the aggregates and the aggregate structure will remain the same.
    2. If I have more than one aggrgate and one of them is switched off what happens when roll up is done?
    The data will be loaded to switched off aggregates also.
    3. for the same scenario what happens to roll up if i have one deactivated aggregate.
    The data will not be loaded to the aggregates. you have to do the initial fill by activcating the aggregates. Its like a init load.
    4. Is reporting possible for switched off aggrates.
    No reporting is not possible on swtiched off aggregates.
    Assign points if it helps
    Khaja

  • Structural Authorization: Difference Between AUTSW-DFCON and AUTSW-ORGPD?

    Dear All,
    Can anyone explain to me the difference between AUTSW-DFCON and AUTSW-ORGPD in tbale T77S0?
    And what is the relationship between these two switches?
    Thanks!!

    HI Mr. potato,
    working off dilek's informative post you may be considering ? context vs non-context?
    this image explains how context problems arise in HCM.  http://help.sap.com/saphelp_470/helpdata/en/b3/bfb83b5b831f3be10000000a114084/content.htm
    I would say generally, when an organization decides to use structural authorizations, they also need to take into account a "context solution".  This is most frequently used to "lockdown" how different parts of the HR organization has different authority access to different groups of employees (potentially overlapping).  As an HR manager i might have full read access on IT0002 for the entire company (root org), but IT0008 view access only for a sub-org unit.
    in this case you need to use the DFCON switch.  the 'most restrictive setting for dfcon is value 2.  the most iberal setting is, 4.  Generally, you need to test all 4 to figure out what works for you.
    settings for dfcon:
    http://help.sap.com/saphelp_470/helpdata/en/56/db5bc71a64c94f9f2e3cb63e14c867/content.htm

  • The difference between system restore and last good known configuration

    hi,
    what is the difference between system restore  and last good known configuration.
    in which situation you use system restore ,and in which situation you use last good known configuration.
    very short answer wil be enough.
    thanks
    johan
    h.david

    Last Known Good Configuration deals only with Starting Windows eg. a bad registry or incorrect driver is preventing Windows to start.It recovers the registry settings of HKEY_LOCAL_MACHINE\System\CurrentControlSet
    While System Restore uses restore points to return your system files and settings to an earlier point in time without affecting personal files. Restore points are created automatically every week, and just before significant system events, such as the installation
    of a program or device driver. You can also create a restore point manually.You can undone system restore but there is no such option in Last Known Good Configuration.
    Last Known Good Configuration is disabled in Windows 8 or,Windows 8.1 by default.
    Try using Last Known Good Configuration if you can't start Windows, but it started correctly the last time you turned on the computer.
    Try using System Restore to return the system to an earlier point in time when things worked correctly.
    S.Sengupta, Windows Entertainment and Connected Home MVP

Maybe you are looking for

  • How can I filter alerts shown in the Server app?

    In the time I've been running OS X Mavericks Server, the only alert to come up in the Server app's Alerts pane is "Virus detected in inbound email". That's about as surprising as finding that water is wet, so I'd like not to see those alerts. I don't

  • Updation agent information in table

    Hi , I have created one custom module pool program which is used for request for resource. Now in that i create new entries with request no , date (i.e sydatum) , person responsible (for creating request) all this values are stored in the custom tabl

  • Report Writer many Controlling areas

    Im from mexico, i will try to write in english my problem....... here the users use a report or inform, the users run this inform in the KSBB transaction, and then they choose 'Plan/actual comparisons' then they select 'Cost Centers: Actual/ Plan/ Va

  • Org.hibernate.MappingException: invalid configuration  in hibernate

    hi, i am new to hibernate. while i am executing small program, below error occur. what can i do to solve this problem, plz help me. Error Code log4j:WARN No appenders could be found for logger (org.hibernate.cfg.Environment). log4j:WARN Please initia

  • Java SOAPClient RenderFormException error is: operation style: "rpc" not supported

    Hello,<br /><br />I am trying to get a simple command line test program to invoke the Adobe Form Server 7.0's AdobeFSService and generate a PDF. <br /><br />The following is the method code<br /><br />private static byte[] getPDF(byte[] inXML)throws