ExaData and Stand By

Hi,
Please advice regarding the following senario :
Have an Exadata machive x2-2 half rac.
I want to use Exadata Hybrid Columnar Compression in order to speed performance.
In the DRP site have a linux rehdat x86-64 11gr2 single instance.
What need to be done in the None exadata instance in the DRP site in order to allow it to apply the archives that was compressed in the Exadata machine ?
Is it possible ?
Thanks

Standby databases can apply redo generated for changes to EHCC objects. However, when the standby is opened, those EHCC compressed segments will not be able to be queried. To enable query against those segments, you'll have to migrate them to a non-EHCC format (either OLTP compression, standard compression, or no compression). This will require space and time that depend on the size of the object and its compression ratio. This decompression can be done on a non-Exadata platform.
For more details, see the whitepaper at http://www.oracle.com/technetwork/database/features/availability/maa-wp-dr-dbm-130065.pdf

Similar Messages

  • Exadata and Oracle Berkerly DB

    Hello
    What are key differences between Berkerly DB and Exadata from application and commercial usage stand point?
    Other than the well known facts that Exadata is the child out of Oracle-Sun's marriage and it is a competing product against Teradata, and Berkerly DB being an open source DB and exadata is way more expensive:-
    From Application and commercial perspective, which is the best option out of Exadata and Berkerly DB?
    Is there any comparative analysis that may be available out there, then it would be helpful. I tried googlingwithout any luck.
    Thank you for your time in reading this post.
    -R

    Both are very opposite. Berkely DB is the smallest foot print database especially for mobile devices and embedded databases. Where as EXADATA is just opposite and high end db as told by you. We cannot compare both. For application which are for mobile devices and small web application you can use berkely db.

  • My battery runs low very fast (three hours). I looked in the usage settings and it seems the time for usage and stand-by are the same, allthough i did have my iphone on stand-by!! What can i do?

    Community,
    I have a problem with my iphone 4. Every few months my battery starts draining within a few hours. I have tried all kinds of battery saving tips, but they don't help. When i go to the settings/general/usage is can see that the time for Usage and Stand-by are the same, so my phone is fully on all the time this explains the draining. But in reallity i turn my phone to stand-by most of the time, i mean the screen is black and all???
    The first and second time a had this problem, both a few months a part,  i restored my phone and it was solved. This time i restored my phone but this did not help!! And restoring my phone every two months is not my preferd way of solving this problem.
    Does anybody have an idea on how to solve this problem? can anybody help me?
    best regards,
    Merijn

    Restoring is the answer. It sounds as if there is a rogue process constantly draining your battery.
    The issue you face is that, if you restore your backup thereafter, you risk the problem coming straight back with your files.
    Store your files individually and it is time to start fresh.

  • Location services, Celular data, Usage and Stand by & fast battery drain on iOS 4.3.5

    Hi all,
    I've been experiencing some trouble with fast battery drain since I have updated to iOS 4.3.5, never experienced it before. I've spent some time reading out through the web, including the Apple Discussion forums, and never found anything conclusive that could lead me to a solution. With some hints from many places and some particular obstination for fixing the problem, I've managed to find a solution. I was willing to share this here just to see if anyone else had the same problem and try to figure out wheter this is a bug or just an ignorant user like me
    This is the configuration and symptoms I had for my iPhone 3GS with iOS 4.3.5 (didn' happen until 4.3.4):
    Location services enabled, with several apps been allowed to use it;
    Celular data (and 3G) turned off;
    Usage and Stand by times reported always equal since last charge (really weird, although other have already reported this);
    Cell phone overheated;
    Battery drain really fast, dropping from 100% to 50% in about four to five hours with almost no use at all.
    The following steps solved my problem:
    Close all applications to make sure nothing is running in the background;
    Reset statistics in order to observe correctly the celular data traffic;
    Make sure you have access to the internet over Wifi;
    Turn on Celular data and 3G for a short time (2 minutes should be enough). Observe celular data exchange stats: for me it was 3Kb download and 2Kb uploaded, although no application was running in the background (and there was also no need for celular data, since I was connected over Wifi);
    Turn off Celular data and 3G.
    Turn off (completelly!) Location services;
    No more overheating, usage and stand by being reported equal nor battery fast drain noticed: everything was back to normal.
    I have come to the following conclusions: it seems that Location services causes problems with Celular data turned off. I'm not sure whether Location services should work at all with Celular data turned off, but I also believe it doesn't give it the right to drain my battery so fast . I'd like to here from others just to see if anyone has experienced a similar thing and if the solution above helped fixed it. It would be interest if we could confirm this is indeed a bug in iOS 4.3.5.
    Best regards,
    Adriano

    Some further testing and observation lead me to new conclusions. I looks like the problem is not actually related to Location services, but to some buggy application trying to access data when it's not available at all. Even closing all apps, the problem doesn't go away untill Celular data is enabled (and then disabled again).
    I still believe this shouldn't be the regular behaviour.

  • What do the symbol and stand for in the following script? not like displa

    What do the symbol *>* and *>>* stand for in the following script? It is displacement? They do not like displacement symbols.
    $JAVA_HOME/bin/java -cp $CLASSPATH $JVM_OPT $SYS_OPT
    oracle.sysman.integration.coherence.EMIntegrationServer *>* $COHERENCE_
    HOME/mgmtnode.log *>>* $COHERENCE_HOME/mgmtnode.err &
    Thank you

    jverd wrote:
    BigDaddyLoveHandles wrote:
    But the example, if it's correct, seems to be using >> to redirect stderr, not to append stdout. The OP should identify what OS and what shell they are using.In any unix shell I'm aware of, > is overwrite and >> is append.Which is why he said "seems to be using >> to redirect stderr". Which I read to mean that BDLH also found it to be incorrect but some "corner-product" shell may do this sort of thing (not that I know, or have heard, of any that do). ;-)
    In a bourne family shell, the initial construct would cause stdout to replace the log file and append the err file, and would not redirect stderr.
    If you want to send stdout to one file and stderr to another, with overwrite, it'd be
    command > logfile 2> errfile
    Correct, of course. ;-)
    And, of course, changing either of those ">" symbols to ">>" would append (that stream), but you've already said that. ;-)

  • What do symbol ^ and stand for in the following script?

    What do symbol *^* and *>>>* stand for in the following script?
    Does *(int)* means that (temp ^ (temp >>> 32) return the int format?
    long temp = Double.doubleToLongBits(salary);
    result = PRIME * result + (int) (temp ^ (temp >>> 32));
    return result;
    Thank you very much

    jetq wrote:
    What do symbol *^* and *>>>* stand for in the following script?In Java, this is referred to as "code", script could be confused with Javascript, which is not Java at all.
    The previous reply will help you find all you need to know.
    Does *(int)* means that (temp ^ (temp >>> 32) return the int format?"format" refers to how a value is converted to text. (Sometimes how it is to be parsed as well)
    "(int)" casts the long value to an int value (signed 32-bit)
    long temp = Double.doubleToLongBits(salary);
    result = PRIME * result + (int) (temp ^ (temp >>> 32));This will treat -0.0 as being different to 0.0. If this is undesirable, you can do something like...
    long temp = aDouble != +0.0d ? Double.doubleToLongBits(aDouble) : 0L;
    result = PRIME * result + (int) (temp ^ (temp >>> 32));

  • Can I backup between a testversion and stand-alone version?

    Can I backup between a testversion and stand-alone version?

    You are correct, the CC version is activated with your Adobe ID and password after you have signed up for the creative cloud plan. You can uninstall that CC version and install the standalone. It is the same program, and will open the same catalog. You don't need to back up anything. Just change over to the standalone program and start Lightroom. Everything will function just the same6.

  • Exadata and 12c

    Hello Gurus,
    Could anyone share whats the difference between Exadata and Oracle 12c database? As I searched, it's showing only 12c OEM that supports exadata environment but there is no such 12c database.
    Please correct me if I misunderstood.
    Thanks,
    Amit.

    Amit_P wrote:
    Hello Gurus,
    Could anyone share whats the difference between Exadata and Oracle 12c database? As I searched, it's showing only 12c OEM that supports exadata environment but there is no such 12c database.
    Please correct me if I misunderstood.
    Thanks,
    Amit.Oracle 12c has not been released; in other words it is only vapor-ware now.

  • Exadata and DataGuard

    Hi everyone,
    I have a doubt with Exadata and DG. Suppose a table with different types of compression. This is, a range partitioned table with the first N partitions compressed with HCC. From N+1 to N+M the table has been partitioned with native 11.2 compression and for the last partitions with no compression. The environment consists of a primary Exadata database and a standby non-Exadata database. In case of switchover/failover, when accessing to compressed data with HCC, I should execute an alter table ... move nocompress. My question is, Could I execute the command only for partitions with HCC compression?. Really only the first partitions are compressed with such criteria and it should not be necessary a lock on the whole table, only for the first partitions.
    Best regards.

    In a partitioned table, "ALTER TABLE MOVE" can only be done at the partition level, not at the table level. So yes, you only need to rebuild the actual partitions with hybrid columnar compression.
    Marc

  • Diff was java add in and stand alone java instance

    Hi Guys ,
    What is the diff between  was java add in and stand alone java instance ?
    Thanks
    Sonam

    Hai,
    SCS is nothing but the SAP Central Services, it is AS Java instance of an SAP system containing the enqueue server and the message server.
    JAVA Addin is inserted in exsisting ABAP only instance to have JAVA functionality. JAVA instance is assigned to an ABAP instance. The Internet Communication Manager (ICM) of the ABAP instance starts and stops the associated Java instance as required.
    Netweaver JAVA (Stand alone) vs JAVA Addin:
    Netweaver JAVA Addin installation is a dual installation that consists of Java and ABAP stack. Addin is required when you are implementing SAP XI (Exchange Infrastructure). Stand alone JAVA is required when you implement SAP EP (Enterprise Portal). It is generally not recommended to use dual installation for EP because this will expose the ABAP layer to the public Internet. So the ABAP stack is often used to host SAP ERP ECC (Enterprise Central Component), SAP CRM, SAP SCM, etc.,
    Since the information hosted on ABAP stack is more sensitive in nature you are recommended to install Portal on the Netweaver AS Java server (Stand alone JAVA server).
    By doing this you will be able to fully utilize the system resources for the portal and ensure good performance.
    Regards,
    Yoganand.V

  • Open VI Reference and Stand-Alone

    Hi!
    Using LabView 7.1 under XP I made a vi which creates a report in Excel format.
    The vi runs correctly but, If I do a Stand-Alone application of that vi, an error 7
    (problem occured at Open VI Reference in New Report.vi) appears when I launch the exe. Why ?
    Someone has any idea ?
    Thanks

    I my particular case, I only add the vi's that are dynamically called in the Source Files list of the Build Application (see attachment). I did nothing else !
    On the other hand, I have Oslo observed that the "Current Vi's path" gives for example:
    c:\directory1\directory2\Library.llb\viName.vi
    when testing within LV while it gives
    c:\directory1\directory2\Application.exe\viName.vi
    when running the EXE. I have first expected to get
    c:\directory1\directory2\Application.exe
    when running the EXE and thought it was a bug of LV. However, there is no bug (here) and "Current Vi's path" works as described in the documentation:
    "...If you build the VI into an application, this function returns the path to the VI in the application file, and treats the application file as a VI library.".
    Regards,
    Frédéric
    Attachments:
    ScreenShot.jpg ‏149 KB

  • My iPhone 5 battery drain with in 3 hours when I use cellular network on and stand by time is only 2 and half day

    I Bought iphone 5 from USA  when I came to India I started it then I noticed the battery stand by time is only 3 days. And when I use cellular data then it is live only for 2 and half hour. I bought this phone in January till now I am having the same problem. I have done all the thing whatever the support center told me about restore and all stuff. After that they told me to visit any apple store but there are no store in India and I'm helpless. For my iPhone only I can't go abroad to that country where stores are. Before I used to believe that apple products are the best but this iPhone has just disappointed me. You know my friend making fun of my mobile because they are using samsung product.
    Pleade do some thing for me I have left only 2 month of warranty. other wise I will have to through this on dustbin because everywhere it is insulting me.

    Sorry, but the warranty for the iPhone is only valid in the country where you bought the device.
    In most of the cases 3rd party apps or settings caused the battery to drain faster than before the new software has been set up. Sometimes the mail app tried to connect to the mail server over and over again, deleting and setting up the mail account can solve this problem.
    In other cases social media apps did similar things to the phone.
    Here are some suggestions for getting back the normal battery life, maybe they are helpful for your problem with your iPhone 5 as well.
    iPhone 4S battery life problems SOLVED
    Check the links provided by Texas Mac Man in this post about battery life:
    https://discussions.apple.com/thread/3935221
    iOS 6 iPhone 4s battery drain

  • Exadata and Out of the Box Software

    Hello
    I would like to know does exadata servers come with 11gR2 software pre-installed ?
    What about the Grid Control ?
    Regards
    Senthil

    Exadata comes with 11gR2.
    Oracle ACS will assist with all installation steps to ensure your Exadata Database Machine is up and running before they leave the site.
    The Grid Control plugins will also be installed and is essential in monitoring Exadata. It is currently the only supported plugin for monitoring purposes.
    Oracle ACS does a fine job and is very thorough. Be sure to take as many notes/screen captures when they are present. It will be very beneficial.
    - Wilson
    www.michaelwilsondba.info

  • Smartview 11.1.2 and Stand Alone Essbase

    Hi,
    I am migrating some applications for a client and they are interested in using Smartview 11.1.2.
    Currently, they are using the add in with their 9.2 environment and I just migrated all their apps to essbase 11.1.2 which is pretty slick. I installed the add in for 11.1.2 and that is working fine.
    However, I know there is an interest in going to planning so they wanted to set up smart view as well. They don't use shared services but use native security in essbase. So when I am trying to establish the URL connection in Smartview 11.1.2 I am not able to connect to the shared service provider. These are the URL's i tried with both a shared and a private connection to attempt to connect to stand alone essbase in smartview 11.1.2:
    http:server:13080/aps/APS
    http:server:13080/aps/smartview
    http:server:19000/workspace/SmartViewProviders
    I didn't think the workspace URL would work since they aren't using worksapce. Any ideas on how to connect to stand alone, no shared service essbase for smartview using 11.1.2?
    Any help is appreciated. Thanks,
    DQ
    Edited by: DQ on Jul 5, 2010 12:00 PM

    In private connections type http:server:13080/aps/SmartView. The url is case sensitive you had http:server:13080/aps/smartview.
    While on the topic, two points that I would like to mention:
    1- I don't believe Essbase 11.1.2 still has native security but I will have to confirm.
    2- Workspace gets installed by default in 11.1.2 and http:server:19000/workspace/SmartViewProviders is the right url to use for shared connections.

  • Exadata and System Statistics

    Hi, there,
    This might be a dumb question – but is it necessary to gather system statistics on Exadata machines?
    I (fairly) recently migrated my Production EDW from a V2 quarter-rack to an X3-2 quarter-rack. On a “normal” system, if I migrated the database to a different (faster) server, I would look at regathering the system statistcs.
    Is this something that’s sensible or worthwhile with Exadata?
    Mark

    Hi Mark,
    Before you gather system stats you can run the following sql to get your current values.
    SET SERVEROUTPUT ON
    DECLARE
      STATUS VARCHAR2(20);
      DSTART DATE;
      DSTOP DATE;
      PVALUE NUMBER;
      PNAME VARCHAR2(30);
    BEGIN
       PNAME := 'CPUSPEEDNW';
       DBMS_STATS.GET_SYSTEM_STATS(status, dstart, dstop, pname, pvalue);
       DBMS_OUTPUT.PUT_LINE('cpuspeednw                  : '||pvalue);
       PNAME := 'IOSEEKTIM';
       DBMS_STATS.GET_SYSTEM_STATS(status, dstart, dstop, pname, pvalue);
       DBMS_OUTPUT.PUT_LINE('ioseektime in ms            : '||pvalue);
       PNAME := 'IOTFRSPEED';
       DBMS_STATS.GET_SYSTEM_STATS(status, dstart, dstop, pname, pvalue);
       DBMS_OUTPUT.PUT_LINE('iotfrspeef                  : '||pvalue);
       PNAME := 'SREADTIM';
       DBMS_STATS.GET_SYSTEM_STATS(status, dstart, dstop, pname, pvalue);
       DBMS_OUTPUT.PUT_LINE('single block readtime in ms : '||pvalue);
       PNAME := 'MREADTIM';
       DBMS_STATS.GET_SYSTEM_STATS(status, dstart, dstop, pname, pvalue);
       DBMS_OUTPUT.PUT_LINE('multi block readtime in ms  : '||pvalue);
       PNAME := 'CPUSPEED';
       DBMS_STATS.GET_SYSTEM_STATS(status, dstart, dstop, pname, pvalue);
       DBMS_OUTPUT.PUT_LINE('cpuspeed                    : '||pvalue);
       PNAME := 'MBRC';
       DBMS_STATS.GET_SYSTEM_STATS(status, dstart, dstop, pname, pvalue);
       DBMS_OUTPUT.PUT_LINE('multiblock read count       : '||pvalue);
       PNAME := 'MAXTHR';
       DBMS_STATS.GET_SYSTEM_STATS(status, dstart, dstop, pname, pvalue);
       DBMS_OUTPUT.PUT_LINE('max threads                 : '||pvalue);
       PNAME := 'SLAVETHR';
       DBMS_STATS.GET_SYSTEM_STATS(status, dstart, dstop, pname, pvalue);
       DBMS_OUTPUT.PUT_LINE('slave threads               : '||pvalue);
      END;
    Best advice I can give would be to check Doc ID 1274318.1 and search for dbms_stats.
    Regards,
    Tycho

Maybe you are looking for

  • How can I turn off where every time I turn on iPad or mail it ask for password

    I Have the iPad 4, after last update I changed my Apple ID and password, but iCloud won't change the ID but it allowed the pw change so every time I turn on iPad or go to mail it wants the password. This is frustrating as I'm the only one on here. He

  • Which Camera Calibration Profile for Leica M8 with LR3?

    I see there are 4 camera profiles for the Leica M8 that all produce significantly different results - ACR3.6 and 4.4 and Adobe Standard and Camera Standard. Any advice on which to use and when? Thanks in advance.

  • Mysql problem

    When I want to do a recordset for use my database, all the time I got a error message like that. What can I do ?

  • Security in OBIEE from different Database.

    Hi experts, we have created our reports from database A . and we have created the security table in Database B, So can we access the same security table in same rpd and can we apply this security to Database A users.. We don't want to create security

  • Got this error 0x4004f00c with MS OFFICE 2013

    HI, I have downloaded MS OFFICE 2013 with the help of my school which inc the SN I did it in August, yesterday , when  I open ms word, I got this message, need to activate this office, 3 days left ..... I notice underneath thee is this error : got th