stupid question: back in terms of index rebuild...

I know this will sound like a stupid question and perhaps I should change my alias dumb-dba, but I think that this name is already taken... HA, ha... :-)

I'm on a site that has very strict and even change management rules run a job to rebuild indexes requires a request for change and a plan to uninstall.

I'm under Oracle 11 g EE (not that this is important).

No idea what to ask for "Uninstalling Plan"?

As far as I know, only uninstalling would enter Ctrl-C when rebuilding the index and Oracle would automatically return to the initial index.
Alternatively, if something crazy that happened and that the index hit the corrupt blocks or something, just rebuild again.

Any other ideas?

user12159859 wrote:

No idea what to ask for "Uninstalling Plan"?

I think it depends on what you're supposed to be back out of. I see two options:
(1) the reconstruction it lasts too long and is a performance impact
(2) the reconstruction is finished and seems to have caused a performance problem.

In the first case, it seems appropriate to kill the session (if possible on your platform).

In the second case, you're a little stuck - however, there are two possibilities to consider: check the index before statistics of the rebuild and to write their return after the reconstruction, in which case it is the change in the stats which has introduced changes in the plans; Otherwise, make sure you know how much free space there is on average in each index leaf block before reconstruction and regeneration it again with pctfree is set to allow much space free after reconstruction - if it was only the change in the use of block that caused a problem of competition which may help - you might want to develop an initrans adapted at the same time.

Concerning
Jonathan Lewis

Tags: Database

Similar Questions

  • Very stupid question of blackBerry Smartphones A

    I'm sorry to bother you with what I am certain is a very stupid question.  I promise you that I am in fact quite irritable, but this very simple thing has running me around in circles for more than an hour now.  I went through all the videos of tech support that I can find and I can't find one online anywhere to solve what is surely a simple problem.

    I bought a Curve 8310 this morning and is to sign up through Straight Talk.

    Unfortunately, the #& * ^ @ thing won't let me accept the contract of Blackberry Solution license.  No matter what I do, it keeps taking me back to the agreement.  I tried:

    1. enter everything right.

    2 prescription until "I agree" is in white (leaving "I do not accept" in blue)

    3 space limitation until the "I agree" is blue (leaving "I do not accept" white)

    4 space requirement until the two "I agree" and "I do not accept" are white.

    In these four cases, when I lorsque je tape hit enter, it brings back me to the license agreement. There is no other options given.

    It's obviously culture of the box, because I couldn't any changes made to the settings if I wanted to. How to proceed?

    Try doing a battery pull. Let it reboot and see if the problem is still their. If the problem is still their after restarting, I think you should try to get a replacement.

  • Stupid question time.  Where is this download?  upgrade-from-ESX4.0-to-4.1.0-0.0.260247-release.zip

    All,

    Sorry, it's most likley a stupid question, but I can't find the below upgrade the file anywhere in the download section.  I looked, looked, had someone else to look at and I can not find.  The file is: upgrade-from-ESX4.0-to-4.1.0-0.0.260247-release.zip

    Someone at - it had a link?

    Point these KB of mine who need the upgrade file.

    http://KB.VMware.com/selfservice/microsites/search.do?language=en_US & cmd = displayKC & externalId = 1022140

    http://KB.VMware.com/selfservice/microsites/search.do?language=en_US & cmd = displayKC & externalId = 1024641

    At this rate I'll just rebuild with 4.1 one at a time.

    Thanks in advance.

    Hello

    Simply follow the steps to download ESX 4.1. Connection, accept the agreement ect

    Attached to the last page, in that you have the option of what you need to download as

    Then you select the 'upgrade Pre packet' 24 MB

    As well as the "Zip 4.1 Uprgrade" 563 MB

    Concerning

    If you find this or any other answer useful please consider giving points by checking the answer useful or appropriate. Thank you.

  • index rebuild

    During the rebuilding of the index on the production of databases what precautions because a DBA will take? If dba disable the application or not?
    When online index rebuilding, what performance question will come on the production database?


    Thanks in advance

    Reconstruction on-line during the index of what will be the impact on the database?

    1 space of index segments can be roughly doubled as Oracle retains the original index segment during the reconstruction. It creates a new index segment, he switches rapidly, then deletes the old.
    2 CPU will be consumed
    3 oracle perhaps fully analyze the old index, other index or table.

    If a user makes a request at the time of the index to rebuild which will have an impact on this user?

    a shared lock on the table will be held
    brief exclusive lock tables and indexes metadata will be held during the switch.

  • Index rebuild required after truncate the table and load data

    Hello


    I have a situation that we truncate tables bit and then we loaded data [only content] on these tables. What you need to rebuild the index online is necessary or not?


    And another question is if we drop a few clues is the total amount of space is released or not. And re-create indexes will use the same amount of space. As I don't have disk space more? In this situation, rebuild the index online will be a better idea...

    Can you please on this...


    truncate the table some the few loading tables + reconstruction markings online is the best (or) droping little tables, a few tables loading + re-create the index is better

    Can you suggest the best way... We have a time that it currently we don't have enough space on the disk... [Option should not effect the space]

    user13095767 wrote:
    Ok. I have it...

    u want to say if we disbale the index while loading... Next, we need to spend the time to build.

    If the indexes are enabled, then rebuild again is not necessary after loading tables...

    Please answer if my understanding is correct...

    above is correct

    >

    If so, how abt the differences in the space occupied by the spaces of storage during the index rebuild and re-create... T he acquires more space if recreate us [deletion and creation] or rebuild online is preferable to an index...?

    space used is the same for all options.

  • At the same time index rebuild...

    OK, so I have a question that has puzzled me a bit. I think I understand the theory, but I am not convinced, so looking for 3xp3rt thoughts.

    I have the following table with the indexes following:

    Departments of instance name table Name Index
    AWESOME_DETAIL 20 1 AWESOME_DETAIL_B8

    The table itself has a DEGREE of 2 BODIES 1 value.

    What is happening is when the following is executed:

    ALTER INDEX REBUILD AWESOME_DETAIL_B8.

    the table is read in series, despite the index with a DOP of 20. However, when we do the following:

    ALTER INDEX REBUILD PARALLEL OF 20 AWESOME_DETAIL_B8

    The table is read with the parallelism and the treatment is faster (no surprise on the second part).

    When the index is rebuilt with the first statement, the degree of parallel remained unchanged at 20. If we run the second statement, and the index have had a degree of parallelism of the 2, then I expect the degree of parallelism of the index itself will be replaced by 20 (because I've seen this before).

    Is this expected behavior? Is the first statement saying Oracle "Hey, this rebuild operation does not have parallel" and the second statement saying: 'Hey, I'm specifying options of storage here, my friend, do in parallel of 20'.

    Essentially, the first statement is a pure DDL operation and the second statement is a DDL operation with storage options, where the change? And DDL operations ignore the declaration of principles on the subject, unlike, for example, a SELECT statement.

    I tried with a DISPLACEMENT of ALTER TABLE and saw the same behavior: without specifying PARALLEL in my statement, it read the table in series. When I specified PARALLEL, it read the table in parallel.

    Mark

    When you specify PARALLEL creating / REBUILD / MOVE, the degree is used for the C/R/M. it is always "in place" for all the readings (and will be used in DML If ALTER SESSION ACTIVATE PARALLEL_DML has been paid).
    However, the degree of PARALLEL set of the GET on the table / index is not automatically reused for the next RECONSTRUCTION/MOVE (although the degree that has been set remains!)

    Is the first statement saying Oracle "Hey, this rebuild operation does not have parallel" and the second statement saying: 'Hey, I'm specifying options of storage here, my friend, do in parallel of 20'.

    Yes, precisely.

    See http://download.oracle.com/docs/cd/E11882_01/server.112/e17118/clauses006.htm#g1058315

    NOPARALLEL
    Specify NOPARALLEL for serial execution. It is the default value.

    Hemant K Collette

  • stupid question for a smart programmer

    This is probably a stupid question, who need a simple answer:

    I'm looking to the 'length' property in the Adobe AS3.0 language ref as I don't understand.

    It is said:

    An integer specifying the number of characters in the specified String object. (I understand it)

    Because all string indexes are zero-based, the index of the last character for any string x is x. length - 1. (I don't understand the '-1 '.) I understand that all string indexes are zero, but I can't put it as well as the last character for any string said TI-1 or something.

    Do you understand this and can you help me understand?

    Thanks in advance.

    If you create a simple example, you should be able to see for yourself.

    The length of a string is the number of characters in it.

    The index values for string to start at zero.

    So if you have four characters in a string, say "0123" is the string, then its length is 4, and because indices start at 0, the index of the 4th/last character is 3 (length - 1).

  • Stupid question about compatibility

    I would be happy to search the forum for inDesign to discssions on compatibility with other editions, but it seems that it is impossible. Where this stupid question.

    Problem: a uniform translation ends me back-saved files in InDesign CS, which I created originally, but I can't open them.

    This that I have to spend $500 on an upgrade so I can open it or is there a way they can back - save it so I can open it?

    Thank you

    I think that I get it now. I doubt that the files have been saved as files InDesign CS. As I said before, it is impossible to back - save as InDesign files. Only InDesign X can save to a file, InDesign X. very probably, the provider is you open files in a later version of InDesign and save as native file of this version, InDesign 4, 5 or 6, you cannot open.

    You have three options:

    1. You are upgrading InDesign to be compatible with the version of the provider.
    2. Only translated text files, then you replace the text in your files.
    3. Having the export INX since InDesign 4 provider. If they use later to edit it can be a loss of hassle and risks of formatting.
  • A stupid question about backup...?

    I have my production Oracle running on HP - UX database.
    I don't have any other HPUX box to test my recovery to ensure that backups are recoverable.
    Maybe this is a stupid question. Is it possible to restore the back upward in HP - UX on Enterprise Linux?
    Oracle 10g R2
    Thank you
    Smith

    Is it possible to restore the back upward in HP - UX on Enterprise Linux?

    N °

  • the index rebuild process

    Hi master,

    It is 'NO' yet another thread on the rebuilding of the index.

    I have read all the threads on index rebuild on oracle forums. each thread is full load with arguments and significantly useful discussion.

    but hardly a thread to discuss the process of rebuilding the index!

    I would like to know what exactly the do oracle, to rebuild the index? It uses the existing as a source index and therefore require more space?

    or it generates repeat therefore requires more space?

    What oracle will do with the old index? It frees the space occupied by the old index?

    If someone has a link or a suggestion, I will be grateful. and the deep knowledge sharing is more appreciated.


    Thanks and greetings
    VD

    Published by: vikrant dixit on January 21, 2009 03:40

    Vikrant dixit says:
    Thanks Charles

    for your kind support. and yet I doubt how much performance gain should be expected by rebuilding the index. I think I have to read all this thread once more and find the cream of the subject.

    and all that said by experts is it not true that the performance gain is dependent on scenario?

    in any case thank you

    Thanks and greetings
    VD

    Vikrant,

    From what I've seen and read, what said you above is correct.

    I like your the thread topic to try to understand what is happening during an index rebuild and after an index rebuild. The subject of rebuild indexes or not has been discussed many, many times on this forum, in messages Usenet dating back to 1999, various threads on asktom.oracle.com, various Web sites and in various books. But, your topic of what happens during an index rebuild, and after an index rebuild is not discussed as often, then I hope the links I provided will help you.

    Charles Hooper
    IT Manager/Oracle DBA
    K & M-making Machine, Inc.

  • Yes, that was a stupid question

    Yes. It was a stupid question. Serial number written on the bottom of the computor. Yes. I have it. DOH!

    Although it would be useful for Apple to include this info in the topic How to find section...?

    Still unresolved problem but it seems to be a non-accessible boot drive.

    Reserved it in for bypass surgery, so we're getting there.

    Apple has done an article on how to find a serial number:

    https://support.Apple.com/en-us/HT201665

    Fighting yourself.  You're not the first and won't be the last to have such a problem.

    If yo chooses to provide more details about the difficulties with your MBP, maybe others can help you solve them.

    Ciao.

  • Stupid question: why tinytots (and other similar fonts) will not work in Firefox?

    I am a user of Tumblr, if of course if I had to work on a theme, I would like to see the fonts that I have chosen to serve. In Chrome, everything seems as it should usually (relative to the fonts). In Firefox, I respond specifically to these two browsers so my theme seems not completely horrible. In my opinion, only a browsing experience more could be made if Firefox showed fonts such as tinytots for more than just me, but for someone else who is perhaps not brave enough to post about it. This brings me to another question: I'm just ranting or is it possible I can see these fonts and not know about it?

    This isn't a stupid question.

    Google Chrome has its own library of fonts.

    Mozilla Firefox runs Windows fonts library.

    To run on Firefox fonts, they must be installed on Windows and then Firefox must be restarted.

    Sometimes, Web sites do not use the correct font name and the police is found, even if it is installed.

    A good website designer would design a Web site with backup for users to load fonts if they do not have the installed font.

  • Stupid question, I know, but after years of use of Firefox, on this one I can not find the icon of reloading the Page? Help, please.

    In the past, when I refresh a page, I just went to page reload icon in the toolbar. On the new version, I can't have the icon charge. Sorry I know this is a very stupid question, but I can't find that reload icon. The toolbar is very different from previous versions, but I don't know tht pesky icon should be here somewhere!

    Firefox 4 and later versions use a combined Stop/Reload/Go button that is placed at the right end of the address bar.

    During the process of loading page it shows as a stop button and once the charging button is replaced by a reload button.

    If you type in the address bar this button would then become a button go.

    Click the Reload button to duplicate the current tab in a new tab.

  • REALLY stupid question about virtual machines and disks of cancellations.

    I'm a bit hesitant to ask this question because it might make me look stupid, but...

    When I'm done using Virtual PC and a virtual machine running Windows XP Pro with Vista 64 Home Premium because the host os, often I did not any significant changes to the hard disk of the virtual machine.

    What I save gets saved to a network share on my server for files and printing from Win98 and saved on a flash drive.

    Assuming that I do no configuration changes or anything else I want to keep, is there a reason barely stopping properly when I 'cancellations discs' enabled?

    Any reason, I can not save time by pressing the 'X' button and choose 'disable and remove changes '?

    I am aware of patches, but took me to inform me of the patches, and I can get patches when it's convenient for me and I always validate changes when I install the patches. I'm not using it for anything other than my classes of the school of the evening for the time being, so it is not much of a value of protection on the virtual machine, and I used to write papers on the host operating system. I just use the virtual machine to play with the admin tools in an environment where I can easily fix it a massive screw-up without spending hours to reinstall Windows.

    Hey SlickRCBD,.

    Not a stupid question at all! :)

    It's very well hit the X when you have activated the disks of cancellations. And corruption or problems with the active virtual machine will be resolved when using the drive to cancel it.

    Cody C
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • stupid question about UAC

    OK, it's a REALLY stupid question about UAC.

    I have several icons on my desktop. Some of them are games that must be run as administrator in XP compatibility mode.

    I rarely accidentally tried to open the icon, particularly if you use the keyboard to choose what I want.

    Is there a reason if I accidentally open a game that pushes me in height DO NOT hit 'Cancel' if I didn't intend to play the game at the moment, but trying to open something else? Something like a process being left in suspense, memory leaks, or any other reason why I can't Abort to launch the application to the UAC prompt?

    Hey, Slick,

    Clicking Cancel will prevent the running total process if you do not have to worry about the still ongoing services for memory leaks or game, etc..
    I hope this helps.

Maybe you are looking for

  • Secure channel required

    I'm getting following error while trying to open the Web site "http://www.icicipruamc.com/Sitefinity/Error404.htm?aspxerrorpath=/InvestCorrectly/Invest-the-RIGHT-SIP-amount/3-steps-to-arrive-at-the-RIGHT-SIP-amount.aspx". Error details:Secure channel

  • HP x 2 split: hp x 2 divide the bios admin password on power does not

    HP x 2 split system off. I put a power on admin password in bios. This has worked for me for a few days but now says his pain and after 3 attempts having failed, I get the message system disabled with the 59736064 code

  • Import the chain programmatically to reentrant VI

    I'm working on a multi-language application that includes a reentrant VI. I managed to import a file of strings not reentrant screw, but seem to have problems with import of channels in a reentrant VI. I'm basically calling the VI environment dynamic

  • receiver double array type send by zigbee in labview

    My question is simple. Can I receive a double array type data send by xbee and received by xbee interfaced with LabVIEW?

  • "Your drive should be checked for consistency.

    Hello I was wondering if you could help us?  I am running Vista on a Dell laptop and recently have been receiveing "your drive should be checked for consistency" at the start - it, then crosses the chkdsk to BACK process.  It goes through the process