Compress for all operations are the novelty of 11g?

Hey everyone, I'm going to create a table with compress option I used 'COMPRESS for all THE OPERATIONS' IT does not table with 10 g and when I connect to 11 g it create a table

I read the documentation of 11g management table but this option is not very well developed it please tell me the difference b/w compress and compress for all operations and a compress for all is supported in 10g or not
feel free to ask any questions
cordially adeel

Compression of the table was available in 10g more.

http://download.Oracle.com/docs/CD/B19306_01/server.102/b14200/statements_7002.htm#i2128733

but 'COMPRESS for all THE OPERATIONS' is the new feature in 11g and the description for the same is explicit.

http://download.Oracle.com/docs/CD/B28359_01/server.111/b28286/statements_7002.htm#i2128733


* When you turn on the compression of the table by specifying COMPRESS or COMPRESS to the DIRECT_LOAD OPERATIONS, Oracle database tries to compress data during direct-path INSERT operations when it is productive to do. The original import (imp) utility does not support the direct-path INSERT access and therefore cannot import data in a compressed format.
* When you enable compression of the table by specifying COMPRESS for all THE OPERATIONS, Oracle database tries to compress data during any DML operations on the table.

Tags: Database

Similar Questions

  • I have 4 email accounts in Windows live mail. In one, I can't send emails. All of my settings for all accounts are the same.

    I have 4 email accounts set up with my Windows Live mail for Windows 7. All account settings are the same, but I'm unable to send an email with an account.

    Hello

    It seems that there is a configuration issue with the Windows Live Mail account. Given that only, you experience this problem with a specific account, we suggest that you remove and reconfigure the account on Windows Live Mail. To remove and add account on Windows Live Mail, please see this link.

    Let us know how it goes

  • HP DV7-3063cl laptop PC: what is the maximum temperature for safe operation of the DV7 3063 cl with the upgrade of the 640 M CPU?

    I have recently restored a HP DV7 3063 cl laptop that died a hot mother (MB). I replaced the MB with a new Board of Directors of HP when the price has been reduced to $100, updated the CPU with an announced as new AMD 640 M and applied Arctic Silver on CPU and graphics chips. I put in 4 G memory cool, got the computer to work and installed Windows 10.

    The computer seems to run very hot and stopped twice from overheating during its first period of 2 weeks when it there was not a lot of calculating, fan was run at top speed at all times, and the laptop was high to allow good airflow below.

    According to the program of the Open Hardware Monitor, the CPU had reached 97-99 C a few times. I bought support cooling a player and that seems to help a lot, dropping the temperature to 20 ° C.

    What is the maximum temperature for safe operation of the DV7 with the upgrade of the 640 M CPU?

    Anything more than 90 c is too hot. You can specify the processor and the motherboard you have installed?

    Also if this from the Manual:

    Thermal paste is used on 1 CPU and heat sink section 2 that the services it. Thermal pads are used on the chip Northbridge 3 and 4, the graphical subsystem chip 5 contact Northbridge and graphics/heatsink contact 6. Thermal material replacement is included with all kits of spare parts of processor, heatsink and system board.

    So unless you have changed the cooling system to heat composed on the chip graphic you should have used a thermal buffer. Without the pad, it may leave just a small hallway and destroy the cooling properties. You can use a shim in copper or other piece of something metal to fill the void, but if you just put the heat sink down on the video chip you won't get optimal even with thermal cooling paste.

  • Exception handlers in bulk collect and for all operations?

    Hello world

    My version of DB is

    BANNER

    ----------------------------------------------------------------

    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bi

    PL/SQL Release 10.2.0.1.0 - Production

    CORE 10.2.0.1.0 Production

    AMT for Linux: Version 10.2.0.1.0 - Production

    NLSRTL Version 10.2.0.1.0 - Production

    My question is, what are the possible exception handlers can add us in a bulk collect and for all operations?

    When we use for all, we add except exception and sql % bulk_exceptions. But apart from that what can we add to bulk collect?

    Kind regards

    BS2012.

    Save stores Exception all the exceptions that occur during in bulk in a collection of treatment and at the end of the most much treatment raises an exception. The SQL % BULK_EXCEPTIONS collection has all exceptions. It's the right way to handle the exception during treatment in bulk. And that's all you need. Don't know what else await you.

  • When I use the library function node call in real time, is loaded only once for all or load the DLL whenever it is called?

    When I use the library function node call in real time, is loaded only once for all or load the DLL every time when it is called?

    I have a critical application in real time, in which I use a piece of DLL function developed in C++.  It is ok?  Make sure any senior developer?

    Thank you in advance.

    The user interface thread is the thread that is used to update the user interface. It's slow. And it's supposed to be that way because humans are slow.

    The call library function node can be configured as this thread to use in the configuration for it dialog box. Please visit the LabVIEW documentation on how to do this.

  • The administrator password for all computers on the network does not work for ONE of the computers on the network

    original title: the computers of network/administrator password

    The administrator password for all computers on the network does not work for ONE of the computers on the network. I need to log on as an administrator to install software, but the password does not work. It works on other computers, but not this one. How is this possible and how can it be solved?

    Hello
    Microsoft technical support engineers cannot help you recover the passwords of the files and Microsoft who are lost or forgotten product features. For more information about this policy, please refer to the below sticky

    http://social.answers.Microsoft.com/forums/en-us/vistasecurity/thread/3eba3150-8742-4264-be9f-0daaad2282cd

  • eTRM for all modules of the RCMP

    Hello

    I need to know where are the eTRM available for all modules of the RCMP. I tried http://etrm.oracle.com, but there is no information under "RCMP".
    It's really important.

    Thank you!

    Hello

    Please note that eTRM is not available for the modules of the RCMP.
    If you need materials to understand the Architecture of Tehnical in consequence of the RCMP, please contact your sales representative who will be able to provide it.

    If you need Documentation, CCRG, it is available at:
    http://www.Oracle.com/technology/documentation/logicalapps.html

    I hope this helps.

    Kind regards
    Eric

    Published by: Eric Desai on April 27, 2010 17:34

  • How can I check for dates that are the same for today.

    If I have a bunch of dates in a datetime colum. How can I check for dates that are the same for today.
    "For example, this value of days would be ' #dateFormat (now (),"mm dd yyyy") #

    The best I could come up with was:

    Select * from data where data.userID =
    2635 AND
    "Convert (varchar, dateAdded, 101) = ' #dateFormat (now (),"mm dd yyyy") #


    How can I get this to work smart peeople :)

    It is best to make the comparison on the datetime values. One technique is to get the current date at midnight. Then add one day to get tomorrow's date. In your sql query finds all values is greater than or equal to today and less than tomorrow.

    One solution is to do everything in MS SQL

    WHERE the dateAdded > = convert (datetime, convert (varchar, getdate(), 112), 112)
    AND dateAdded = dateAdd (d, 1, convert (datetime, convert (varchar, getdate(), 112), 112))

    Another option could be to use CF to calculate dates:


    WHERE the dateAdded > =.
    AND dateAdded<>

  • I have 2 gmail accounts. It will work correctly will not. All parameters are the same. What do do?

    I have 2 gmail accounts. 1 works fine, the other does not - but I can use very well with Safari. All parameters are the same. What should I do?

    URL of affected sites

    http://https://www.google.com/accounts/ServiceLogin?service=mail & passive = true & rm = false & continue=https%3A%2F%2Fmail.google.com%2Fmail%2F%3Fui%3Dhtml%26zy%3Dl & ASB = 1eic6yu9oa4y3 & ss = 1 & = 1 CSC < mpl = default < mplcache = 2 & hl = in

    Try to clear your cache and cookies.

    1. Open the Tools menu, then select clear recent history...
    2. In the time range to clear: drop-down menu, select all.
    3. Click the arrow next to Details to display the list of items that can be cleared.
    4. Select Cookies and Cache.
    5. Click clear now.
  • Can I programmatically change the default property to create for all elements of the front panel?

    Can I programmatically change the default property to create for all elements of the front panel?

    I need to make the logout button, when click on, takes care of all the default values of my fron Panel.

    There is no way to programmatically call the functionality of an editor 'Use default' or 'Load Default'. To do it yourself, you will need to write your default values for each control explicitly in the diagram, when the user press the logout button.

  • What is the command of shortcut for all windows get the information from the computer?

    What is the command of shortcut for all windows get the information from the computer?

    instead of going to the computer / my computer > properties > discover the pc... basic information or go to the control panel...

    just a command for windows xp, vista, 7 for system looking for information....

    original title: what is the SHORTCUT COMMAND to get information from the computer system?

    Hello BlackSecret,

    The keyboard shortcut to get to the top of this information is Windows key + break Attn.

    Who does what you ask?
  • is possible to config that allows a rule of subscrat for all signatures in the IPS?

    Hello.

    is possible to config that allows a rule of subscrat for all signatures in the IPS?

    Thnks

    Sent by Cisco Support technique iPad App

    Yes, in the case of the action filter configuration configure the signature, victim's IP address range and action to subtract.

  • Error "have sufficient privileges to complete this installation for all users of the machine. "log on as an administrator and try again the installation" when you try to install iTunes

    Original title:

    I just installed windows7, I had to uninstall itunes in order to complete the instalation of windows7. everything went well until I tried to reinstall itunes.

    During this process, I get the message "you don't have sufficient privileges to complete this installation for all users of the machine. log on as an administrator and try this installation again. ». but I am logged on as administrator.

    Hello

    To resolve this problem, use the following methods. After completing the steps in each method, check to see if the issue is resolved before you go to the next method. If the problem is resolved by any method, you do not have to use other methods.

    Method 1:

    Right click on the installer for iTunes and click Run as administrator.

    Method 2:

    Disable user account control settings and check.

    Enable or disable the User Account Control

    Note: User Account Control (UAC) can help prevent your computer from unauthorized changes. UAC notifies you when changes will be made to your computer that require administrator-level permissions. Disabling it can make your compromised computer. Please make sure that enable you UAC, once you have completed troubleshooting.

    Method 3:

    Allow the default Administrator and try to install it in this user account.

    a.Click on Start, click principally made programs, Accessories, right-click on command prompt and select run as administrator.

    b.Type in the following command and press ENTER.

    NET user administrator / active: yes

    c.Log disable the current user account and log in to the user called Administrator account.

    d.Install iTunes in this default Administrator account.

    e.Once of that installation is complete, the default administrator is disconnected.

    f. log in to your user account.

    g.Disable the default Administrator account. Follow these steps.

    i.Click on Start, click principally made programs, Accessories, right-click on command prompt and select run as administrator.

    II. type the following command and press ENTER.

    NET user administrator / active: No.

  • How to add legend for all images in the indesign document using indesign javscript

    I want to add the legend for all images in the indesign document...

    It's my code... im being of error like:

    invalid parameter.

    capset(2) ();

    function capset()

    {

    var doc = app.activeDocument;

    var myPicture = doc.allGraphics;

    var f, i, myCaption;

    While (PIC = myPicture.pop ())

    {

    f = pic.geometricBounds;

    Add a frame to the parent of the image, which is a Page

    myCaption = pic.parent.textFrames.add ();

    define the position and size of the legend

    myCaption.geometricBounds = [[2], [1], [2] Go + 3 GB [3]];

    Add the contents of the placeholder

    myCaption.contents = "Caption";

    PIC.parent.groups.Add ([pic, myCaption]);

    }

    }

    Hello

    Runing a code with your doc that you note possible occurrences (groups, the elements anchored, locked, etc items)

    This presupposes to exclude grouped and docked:

    capset ();
    
    function capset()
    {
    var
      mDoc = app.activeDocument,
      // anchored or grouped items excluded
      myGraphics = mDoc.splineItems.everyItem().getElements(),
      picContainer, gb, myCaption;
    while(picContainer = myGraphics.pop() )
    {
      // exclude empty frames
      if (!picContainer.graphics.length) continue;
      gb= picContainer.geometricBounds;
      // add a frame to to picture's parent, which is a Page
      myCaption = picContainer.parent.textFrames.add ();
      // set position and size of the caption
      myCaption.geometricBounds = [gb[2], gb[1], gb[2]+3, gb[3]];
      // add placeholder contents
      myCaption.contents = "Caption";
      mDoc.groups.add ([picContainer, myCaption]);
      }
    }
    

    Jarek

  • How to change the password for all users in the database

    Hi buddies!

    Could someone tell me how to change the password for all users in the database? I want to set the same password for all users.

    Thank you.

    Nith

    Published by: user645399 on March 1, 2011 14:23

    Write the file spooling
    as

    Make sure that all profiles has password_verify_function with a NULL value

    then

    Select 'edit user' | username: ' identified by ;' from dba_users;

    you will get the output... you just run.

Maybe you are looking for