Indexes became unusable and can't figure out why

All of the indexes on one of our tables became unusable. We checked our alert logs and 3 second before the indexes became unusable another completely unrelated process that does not touch this table errored out from a dbms_scheduler job. We have no idea why these indexes will become unusuable. This was over night and no one was working.
Message was edited by:
Guess2

The job that failed does not touch the table that went unusable at all.
interestingly, I have another job that adds and drops partitions at the same time that the indexes became unusable. However, all my indexes are local. This never happened before and the job has run since since I rebuilt my indexes and they are still usable. I log any error that arises with my partitioning job and I do not see errors in my log or in the alert log.

Similar Messages

  • Almost every time my daughter FaceTimes me, another person answers and he is getting very annoyed. I have checked my settings and can't figure out why this is happening.

    Almost every time my daughter FaceTimes me, another person answers and he is getting very annoyed. I have checked my settings and can't figure out why this is happening.

    Is she facetiming your phone number or email address, b/c email address should not do that.. Was there an old iPhone associated with your number or email?  I've seen texts show up on long "deactivated" devices..

  • Exported Files are ending up too Small and can't figure out why? Help please!

    I'm Exporting files with no constraints - film scans (jpgs) starting at 10-12MB are exporting to 2MB-3MB files. RAW images are also exporting that small. I've tried at 240dpi and 300dpi with the same results. The original film scan jpgs are 8'x12" at 300dpi and they're ending up closer to 5"x8". Any suggestions?

    BraedonF wrote:
    the smart preview size was set at Medium and 5MB
    You can't set smart preview size or quality (without a plugin) - it's fixed in Lightroom (e.g. size is 2560-).
    The size/quality preference is for the "regular" (non-smart) previews.
    BraedonF wrote:
    After re-linking the files (no longer exporting from a smart preview), the file sizes when back to normal.
    But you're right - if original is offline, and you therefore export a smart preview without resizing, it'll be 2560, not the full-rez of the original (unless original is smaller than 2560), and that'll account for over-small exports sometimes..

  • Slow macbook and can't figure out why...

    I have a white mac book 2.1 intel core duo that has always been slow. It seems the drive is almost always reading and the beach ball comes up all the time. I originally thought it was the drive and I replaced it, but it does the same thing still. It's so slow that typing in google search often gets stuck. Almost everything I try to do on it gets the beachball.
    Its only got 1gb of ram but it seems more broken than that. I've updated everything, run Onyx, replaced the drive.. still slow. I do watch a lot of Netflix streaming on this computer, could that have something to do with it? And Ideas would be greatly appreciated.

    Hey isactobot,
    1GB of RAM isn't nearly enough for Snow Leopard. Head to Crucial.com and use their memory scanner tool to see what kind of RAM you need and how much RAM you can install. You can buy from crucial.com, newegg.com, Other World Computing (http://macsales.com) or a number of other websites.
    ~Lyssa

  • I experience horrible lag/rainbow wheeling for awhile and can't figure out why.

    1.5 year old 15" MBP. For the last year it's experienced moderate to severe issues with lag, whether I have a lot open or not. Is there a known issue with this?

    Try Little Snitch 2.
    It will show what applications are uploading/downloading.
    http://www.obdev.at/products/littlesnitch/index.html
    If you sharing with that many others --- it could be network sharing or bonjour traffic
    Message was edited by: lethal

  • CAN'T REPY TO AN EMAIL. AND CAN'T FIGURE OUT WHY.

    i GET AN ERROR BOX TELLING ME THE SYSTEM IS UNABLE TO WRITE THE FILE. BUT, i AM NOT TRYING TO WRITE ANY FILE - ONLY REPLY TO AN EMAIL. HAVE NEVER SEEN THIS DIALOGUE BOX. WHAT DOES IT MEAN? COULD NOT FIND AN EXAMPLE OF IT......

    You could post a screenshot.
    https://support.mozilla.org/en-US/kb/how-do-i-create-screenshot-my-problem
    Offhand, I can't recall any warnings from Thunderbird that mention files.

  • Lost connection to internet and can't figure out why

    Hello,
    I've recently lost my internet connection and I've tried the following: re-enter the pw, turned off/on, reset the network and it's still not working. Has anyone experienced this? What works??

    Are you connecting to your own home wireless network? If so, are you able to connect any other devices to it?

  • Can't figure out why it's throwing this exception

    Can anyone see a problem with this method? I have checked over everything and can't figure out why it's giving me an exception. All of the get methods are retrieving data and the db table and all the fields are correct.
        // add a Reservation to the database
        public static void addReservation(Reservation aReservation)throws Exception
         try
             String query = "INSERT INTO Reservations (Number, ContactAlias, SPOC, SRNumber, StartDate, EndDate) " +
                           "VALUES ('" + aReservation.getNumber() + "', " +
                           "'" + aReservation.getContact() + "', " +
                           "'" + aReservation.getSPOC() + "', " +
                           "'" + aReservation.getSRNumber() + "', " +
                           "'" + aReservation.getStartDate() + "', " +
                           "'" + aReservation.getEndDate() + "')";
            reservationList.removeAll();
              reservationUIList.removeAll();
              Statement statement = connection.createStatement();
            statement.executeUpdate(query);
              open();
              if( reservationRS !=null)
            while( reservationRS.next() )
                   aNumber = reservationRS.getString(1);
                   reservationList.add(aNumber);
                   reservationUIList.add(aNumber);
              statement.close();
            close();
         catch (Exception e)
                System.out.println("Caught exception in addReservation of DM.");   
                throw e;
         }And the exception:java.sql.SQLException: [Microsoft][ODBC Microsoft Access Driver] Syntax error in INSERT INTO statement.
         at ReservationDM.addReservation(ReservationDM.java:149)
         at Reservation.addReservation(Reservation.java:268)
         at ReservationUI.invokeAdd(ReservationUI.java:552)
         at ReservationUI.actionPerformed(ReservationUI.java:285)
         at java.awt.Button.processActionEvent(Button.java:324)
         at java.awt.Button.processEvent(Button.java:297)
         at java.awt.Component.dispatchEventImpl(Component.java:2588)
         at java.awt.Component.dispatchEvent(Component.java:2492)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:334)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:126)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:93)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:88)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:80)Thanks,
    Shawn

    Well, one extreme that I eventually had to go to was inserting a new row with only the primary keys, which were numerical columns, while just setting the strings to empty values.
    INSERT INTO Courses VALUES(?,?,?,1,0,?,'','','','','','','','','')
    Access finally seemed to handle this without barfing.
    Then, I updated each string column ...if you can believe it ...one at a time in a for loop from a custom 'RowUpdateSet' object. This actually worked well because eventually I also used it to update the row when necessary, and to only update columns whose values had changed. One teeny weeny snippet from a great deal of code looked like this...
      for ( int i=1; i<length; i++ ) {
        if ( updateSet.getUpdateColumn( i ) ) {
          synchronized ( updateSet ) {
            scrollResults.updateObject(i,(String)updateSet.getUpdateValue(i));
            scrollResults.updateRow();
      }I guess I will likely get flamed for participating in this whole discussion, because it all does become quite irrational. I can see why peoples initial response is likely ..."what, couldn't you even debug your own sql string bozo?" All I know is, there seems to be insert statements that Access just mysteriously refuses to perform ...and it has nothing to do with terminated strings or syntax errors. How you choose to perservere and 'get the job done' is probably as unique to each individual as is the whole mysterious error in the first place. I just got tired of staring at what appeared to be a totally disfunctional environment and decided to go around the problem and get done with the project ...which eventually worked like a charm.
    This is exactly what I meant when I said don't look too closely or you might wind up distrusting this technology you are working with on a day to day basis. Frankly, the more I work with technology the more I realize that I, for example, will never use my credit card over the web (particularly with .NET in the picture). I am sure you can find another way to get to the results you want if you think about it creatively. I got my project done. I just didn't get there in the way I had expected I would. Maybe that's not even a bad thing, even though it can be extremely frustrating at times. When we look at all the disclaimers that come with software these days, or look at faster and faster computers that just run slower and slower, maybe we shouldn't expect so much from technology. At least Java allows you to write your own logic and often work around these impediments ...which is still alot better than being stuck with .COM libraries that force you to abandon a project half way through when you find out the library fails to live up to its claims in the reference manual.
    Sorry your project is on hold at the moment. If no one else answers, start a new thread that asks your question again, and I will butt out. Maybe there is someone who has found out what causes this issue. After all, I can only speak from my own experiences ...and I am far from being an authority on any issue surrounding technology. Good luck, and don't give up. I am sure there is a way to get where you want to go.
    After saying all that, I realize kev wrote a response while I was composing this one. As he implores, yes ...do be certain you have eliminated all the obvious possibilities before you adventure into any painfull work-arounds. Really, I wish you all the best of luck.

  • Am getting message from MacPro that my start up disc is full - but I can't find it and can't figure out what to do to help situation. I've been making a number of imovies, which generates junk files. help?

    I am getting message from MacPro that my start up disc is full - but I can't find this "start up disc" and can't figure out what to do to help situation. I've been making a number of imovies, which generates junk files and material that I should toss in the trash, but it is not clear to me  what items I can toss and which items I can't toss. Can you help? Using the imovie "help" support the system showed me under the menu item "go" where the "start up disc" should be - but that wasn't actually available on my menu!  Thanks for your help!

    Disk Utility 
    Get Info on the icon on Desktop
    Try to move this to the MacBook Pro forum
    Your boot drive should be 30% free to really perform properly. 10% minimum
    Backup, clone, use TimeMachine, use another drive for your projects and movies, replace and upgrade the internal drive even.

  • I'm staying at my house in Peru, South America. From my PC laptop I can see my neighbor's wifi service network, but I also have my mini iPad and I can not figure out why I can't get any wifi connection from my area. Is there a setting I need to do?

    I'm staying at my house in Peru, South America. From my PC laptop I can see my neighbor's wifi service network, but I also have my mini iPad and I can not figure out why I can't get any wifi connection from my area. Is there a setting I need to do?

    Yes, I did try to go on my settings>wifi and was waiting for any wifi signals to pick up, but nothing shows up. But on my PC I get a whole list of networks to choose from. Regarding my neighbor, I already have her password that is why I was able to get it on my PC, the problem is that the mini Ipad is not picking any signal neither can it locate me when I go to maps.

  • I am trying to transfer the songs from my iPod touch to my computer and can not figure out how to do it. Please help me..

    I am trying to transfer songs from my iPod touch to my computer and can not figure out how to do it. I also want to transfer the songs I have back in to iTunes. My hard drive went out on my computer and I lost all of my songs, except for on my iPod. I have an iPhone as well and did an update and it wiped out all of my songs. Someone please help me.

    The music sync is one way - computer to ipod.  The only exception is itunes purchases.  Without syncing: File>Transfer Purchases
    It has always been very basic to always maintain a backup copy of your comptuer for just such an occasion.  use your backup copy to put everything back.

  • The updated iPhoto program is cumbersome.  I am trying to create a Christmas card and can't figure out how to get the fold of the card on the left and not on the top of the card.  I had no trouble with this for the past two years.  Can someone help?

    The updated iPhoto program is cumbersome.  I am trying to create a Christmas card and can't figure out how to get the fold of the card on the left and not on the top of the card.  I had no trouble with this for the past two years.  Can someone help?

    Click on the Layout button lower right and choose a Vertical lyout from the dropdown

  • My dad has dementia - does not remember his password. His hard drive has been erased. We need to reload Mountain Lion and can't figure out how to do it.

    My dad has dementia - does not remember his password. His hard drive has been erased. We need to reload Mountain Lion and can't figure out how to do it. Internet recovery asks for his Apple ID and password. He has no idea. I have an Apple ID but have never bought anything through the iTunes store so it won't accept my Apple ID. I don't know if his computer is under warranty. He does not remember if he has Applecare. I tried reinstalling Leopard -- the computer originally came with Leopard -- but the computer screen goes grey and a message comes up saying I need to restart. He wants to give this computer to me since it's useless to him. What do I do to get a system on it again?

    You will need to reformat the hard drive to go back to Snow Leopard or Leopard.
    Does he have a Snow Leopard Disk? He should, as there is no way to go from Leopard to Mountain Lion without it. If you can find the Snow Leopard Disk, I'd at least start with that.
    You will need to use Disk Utility in the installer to format the hard drive and get rid of the recovery partition.
    Boot from the installer disk by holding down the C key on restart. When it boots, Open Disk Utility (Utilities menu, at least in Snow Leopard).
    Select the Hard drive and then click the Partition tab.
    Select 1 Partition from the partition menu.
    Select Mac OS Extended (Journaled) as the format.
    Name the drive (Macintosh HD is the standard).
    Click Apply to partition the drive.
    When it is done, quit Disk Utility and install the OS.

  • I want to transfer an audiobook and a movie from my MacBook Pro to my iPhone 4S, and can't figure out how.  I went to "Help" and it said after connecting the two devices I should "Click Apps," but I can't find anything labeled "Apps" to click.  Help?!!

    I want to transfer an audiobook and a movie from my MacBook Pro to my iPhone 4S, and can't figure out how.  I went to "Help" and it said after connecting the two devices I should "Click Apps," but I can't find anything labeled "Apps" to click.  Help?!!

    If you have iTunes 11 on your Mac then you can enable the left-hand sidebar via option-command-S, that might make it easier to navigate.
    Connect the phone to your Mac and select it on that left-hand sidebar, and on the right-hand side of the screen there should be a series of tabs which you can use to select what to sync to the phone. If it's an audiobook then it should appear on the Books tab for selecting/syncing, and films will be on the Movies tab. When you've got the audiobook on your phone you should get an Audiobooks option in the Music app (you might need to tap the '...' tab at the bottom of the Music app to see it).

  • I tried to Skype someone but I can't see them but they can see me and I can't figure out why?

    I tried to Skype somebody and they can see me but I can't see them and I can't figure out why?

    I'll guess that you're upgrading from Snow Leopard? You should be able to start using your original install dvd by inserting the disc and restarting while holding the C key. Run Disk Utility from your install disc  and try to repair the drive. Then try the upgrade again.

Maybe you are looking for