Manual partitioning - with a check for pruning constraint

I have a client who won't pay partitioning for real, but only Monster table on a data warehouse that must be broken into pieces for performance applications.

What I want to do is manually partition table, create a union all join view which is located on top, then have oracle prune query plans for me to hit only the tables that I need to fill the result set.


-Create table
create the table a_tbl
(
col1 varchar2 (20).
col2 varchar2 (20).
COL3 varchar2 (20).
COL4 varchar2 (20)
)
tablespace AAA_DATA;

-Create/recreate check constraints
ALTER table a_tbl
Add constraint a_tbl_restrict
check (col1 = 'aaa');

create the table b_tbl
(
col1 varchar2 (20).
col2 varchar2 (20).
COL3 varchar2 (20).
COL4 varchar2 (20)
)
tablespace AAA_DATA;

-Create/recreate check constraints
ALTER table b_tbl
Add constraint b_tbl_restrict
check (col1 = 'bbb');

create the table c_tbl
(
col1 varchar2 (20).
col2 varchar2 (20).
COL3 varchar2 (20).
COL4 varchar2 (20)
)
tablespace AAA_DATA;

-Create/recreate check constraints
ALTER table c_tbl
Add constraint c_tbl_restrict
check (col1 = 'ccc');

ALTER table A_TBL
Add primary key constraint a_tbl_pk (COL1, COL2)
using index
tablespace AAA_INDEX;

ALTER table B_TBL
Add primary key constraint b_tbl_pk (COL1, COL2)
using index
tablespace AAA_INDEX;

ALTER table C_TBL
Add primary key constraint c_tbl_pk (COL1, COL2)
using index
tablespace AAA_INDEX;

Create view abc_v as
Select * from a_tbl
Union of all the
Select * from b_tbl
Union of all the
Select * from c_tbl;

When I run a query against the view that would eliminate two of the tables, I don't see the size that passes.

Select * from abc_v

where col1 = 'aaa' and col2 < '100'

order by col2

SELECT STATEMENT, GOAL = 3 1 48 ALL_ROWS

SORT ORDER BY 3 1 48

DISCOVERED A LOT OF 2-1-48 ABC_V

UNION-ALL

TABLE ACCESS BY INDEX ROWID BUNCH 4 2 96 A_TBL

INDEX RANGE SCAN BUNCH 3 2 A_TBL_PK

FILTER

TABLE ACCESS BY INDEX ROWID HEAP 2 1 48 B_TBL

INDEX RANGE SCAN HEAP 2 1 B_TBL_PK

FILTER

TABLE ACCESS BY INDEX ROWID HEAP 2 1 48 C_TBL

INDEX RANGE SCAN HEAP 2 1 C_TBL_PK

I do something that is not possible without partitioning "true"?  Or I put in place without a certain way?

Thank you!

Cory Aston

Cory,

the concept of the partition views is very old - among the best results in google, I get a link for the setting to version 7.3.3 guide: view of Partition Management - I didn't know that these pages still exist. 7.3 was released in 1996.

Since then, Oracle has frequently said that views of partition are desupported - but they seem to work yet. If I use your example I get the following execution plan:

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

| ID | Operation | Name | Lines | Bytes | Cost (% CPU). Time |

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

|   0 | SELECT STATEMENT |          |     1.    48.     1 (100) | 00:00:01 |

|   1.  SORT ORDER BY |          |     1.    48.     1 (100) | 00:00:01 |

|   2.   VIEW                          | ABC_V |     1.    48.     0 (0) | 00:00:01 |

|   3.    UNION-ALL |          |       |       |            |          |

|   4.     TABLE ACCESS BY INDEX ROWID | A_TBL |     1.    48.     1 (0) | 00:00:01 |

|*  5 |      INDEX RANGE SCAN | A_TBL_PK |     1.       |     1 (0) | 00:00:01 |

|*  6 |     FILTER |          |       |       |            |          |

|   7.      TABLE ACCESS BY INDEX ROWID | B_TBL |     1.    48.     1 (0) | 00:00:01 |

|*  8 |       INDEX RANGE SCAN | B_TBL_PK |     1.       |     1 (0) | 00:00:01 |

|*  9 |     FILTER |          |       |       |            |          |

|  10.      TABLE ACCESS BY INDEX ROWID | C_TBL |     1.    48.     1 (0) | 00:00:01 |

| * 11 |       INDEX RANGE SCAN | C_TBL_PK |     1.       |     1 (0) | 00:00:01 |

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

Information of predicates (identified by the operation identity card):

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

5 - access ("COL1" = 'aaa' AND "COL2"<>

6 - filter (NULL IS NOT NULL)

8 - access ("COL1" = 'aaa' AND "COL2"<>

9 - filter (NULL IS NOT NULL)

11 - access ("COL1" = 'aaa' AND "COL2"<>

The most important part is (once again) the section predicate containing filter NULL IS NOT NULL predicates that should always evaluate to false. So I would say: works as advertised (once upon a time...)

Concerning

Martin

Tags: Database

Similar Questions

  • BB App "Check for Updates".

    Can someone tell me how or point me to a discussion forum on the creation of a blackberry app to check updates to newer versions?  I have an application with a "Check For Updates" menu option as well as an established web site.  That is hosting Windows and PHP 5.  Any suggestions?

    You can also manage it all yourself:

    -How to install and upgrade applications programmatically
    Article number: DB-00763
    http://www.BlackBerry.com/knowledgecenterpublic/livelink.exe/fetch/2000/348583/800332/800620/How_to _...

  • Cannot automatically download new messages and auto answer with out-of-Office message must manually check for new messages, so he can do

    I use Mozilla Thunderbird 31.3.0. I know how to create a message filter, to implement a response message automatic, but impossible to get Mozilla to automatically download new message and auto reply with the message in the filter, unless I have manually check for new messages, this is the only way to make it work. I looked online and can't seem to find an answer to that particular question. According to everything I found, I have the right boxes checked in the server settings: automatically check for new messages at startup, check new messages, check for new messages every x amount of minutes. It's one thing to have leave my computer and open Thunderbird for this works, but having to manually check for new messages get the AutoReply to work defeats the whole purpose of having an automatic response, because I use them for vacations, holidays, etc. I wondered if there are security settings that cause this problem, but if so, I don't know what changes to do to them. Thanks in advance for any help. It drives me crazy.

    I find it a little odd that Thunderbird does not mail on the calendar, you may have an add-on or antivirus program that prevents this.

    Now shift while you start Thunderbird will begin with disabled modules to check if the messages are automatically.

    By air is to the right, use the autoresponder Verizons. This link might help with this http://www.verizon.com/support/residential/internet/highspeed/account+tools/email+tools/questionsone/85621.htm#
    You say that not having is not such a context in Thunderbird is something that needs fixing. This idea comes across because Outlook has such an option. what most people don't know of it only works with Exchange server. There is no "vacation response" in the specifications of the mail server so every server implements differently.

    As all cars have a radiator, you can't take any radiator, and simply put, they are subtly different even if they perform the same purpose. Goes same for stakeholders of vacation, they perform the same function, but they differ between brands of e-mail server software.

    Thunderbird leaves the server end to expose the feature, because they are really the only ones who understand what they were doing. Outlook exposes the option and especially greys out.

  • How to replace "apply downloaded update now" with "Check for Updates" in the menu help when the update fails because the downloaded update files are missing but the "Ready to install update" window keeps appearing?

    Question

    I have another type of problem with Firefox

    Description

    Window "Ready to Install" Firefox "Software Update" appeared. The folder "C:\Program Files\Mozilla Firefox\updates\0" contained the files update.mar, update.status and update.version. Each of the 3 files have been deleted. The next time that Firefox has been started, no update occurred because update files were missing. In the Menu bar, clicking Help showed in the menu drop-down that "apply downloaded update now" was always on the list. By clicking on "Apply downloaded update now" open "Software Update" window "Ready to install update", so that Firefox still considers that the update files exist, but they do not. In the window "Software Update", by clicking on "Restart Firefox" restart of Firefox, but once again it there's no update, and remains "apply downloaded update now" on the Help menu. How can "Apply downloaded update now" be replaced by "Check for Updates" so the update files can be downloaded?

    Version of Firefox

    3.6.3

    Operating system

    Windows XP

    User Agent

    Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; RV:1.9.2.3) Gecko/20100401 Firefox/3.6.3

    Plugins installed

    • npmnqmp - 989898989877
    • NP-mswmp
    • Adobe PDF plugin for Firefox and Netscape "9.3.2.
    • Default plugin
    • Foxit Reader plugin for Firefox and Netscape
    • Shockwave Flash 10.0 r45
    • Version 1.0.3 copyright 1996-2009 The VideoLAN Teamhttp: / /www.videolan.org/

    You can manually reset the software update feature by closing Firefox and remove the file "updates" (which seems you have done) and the two files "active - update.xml" and "updates.xml" - these are in the installation (C:\Program Files\Mozilla Firefox) directory or in the profile folder (C:\Documents and Settings\nom_utilisateur\Application Data\Mozilla\Firefox\Profiles\something.default).

    If it does not, see our KB article How to resolve the failure of the update of Firefox update error message - the section of 'last resort' can be useful, or or read this article from MozillaZine KB, software update.

    Please let us know how the above work, and if we can be of further assistance.

  • BAD RESULTS WITH OUTER JOINS AND TABLES WITH A CHECK CONSTRAINT

    HII All,
    Could any such a me when we encounter this bug? Please help me with a simple example so that I can search for them in my PB.


    Bug:-8447623

    Bug / / Desc: BAD RESULTS WITH OUTER JOINS AND TABLES WITH a CHECK CONSTRAINT


    I ran the outer joins with check queries constraint 11G 11.1.0.7.0 and 10 g 2, but the result is the same. Need to know the scenario where I will face this bug of your experts and people who have already experienced this bug.


    Version: -.
    SQL> select * from v$version;
    
    BANNER
    --------------------------------------------------------------------------------
    Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production
    PL/SQL Release 11.1.0.7.0 - Production
    CORE    11.1.0.7.0      Production
    TNS for Solaris: Version 11.1.0.7.0 - Production
    NLSRTL Version 11.1.0.7.0 - Production

    Why do you not use the description of the bug test case in Metalink (we obviously can't post it here because it would violate the copyright of Metalink)? Your test case is not a candidate for the elimination of the join, so he did not have the bug.

    Have you really read the description of the bug in Metalink rather than just looking at the title of the bug? The bug itself is quite clear that a query plan that involves the elimination of the join is a necessary condition. The title of bug nothing will never tell the whole story.

    If you try to work through a few tens of thousands of bugs in 11.1.0.7, of which many are not published, trying to determine whether your application would be affected by the bug? Wouldn't be order of magnitude easier to upgrade the application to 11.1.0.7 in a test environment and test the application to see what, if anything, breaks? Understand that the vast majority of the problems that people experience during an upgrade are not the result of bugs - they are the result of changes in behaviour documented as changes in query plans. And among those who encounter bugs, a relatively large fraction of the new variety. Even if you have completed the Herculean task of verifying each bug on your code base, which would not significantly easier upgrade. In addition, at the time wherever you actually performed this analysis, Oracle reportedly released 3 or 4 new versions.

    And at this stage would be unwise to consider an upgrade to 11.2?

    Justin

  • Thunderbird by failing to check for mail. Must be done manually. RESOLVED by 38.3.0

    About two weeks ago or so, Thunderbird stopped checking for mail. I always got it for 3 minutes and it's always worked so far. So now, I have to manually hit "Get Messages" to receive my mail. Find out how to fix this?

    Thank you!

    JQW

    Please update to version 38.3.0 which came out today.
    Is this better?

  • How to partition a hard drive for a B50-70 for Linux? No problem with that?

    Hello

    How to partition a hard drive for a B50-70?

    I want to install Linux and keep Windows 8.1 also.

    This will affect the software factory example: back up hard drive function, OKR?

    Problems partitioning B50 of the 1970s?

    Is it acquisitions have 8.1 Windows on a laptop Lenovo-B50-7?

    What will happen if I got rid of Windows 8.1 operating system?

    Thanks in advance.

    Information on the machine:

    B50-70

    Model name: 20384

    Windows 8.1

    I've not seen / heard of successful use of the flash drive for recovery purposes. The default software using optical disk, when I used it on my G580.

    If your laptop does not have a CD / DVD burner, you may need to contact them directly to discuss this option.

    As to where he is? It is a hidden partition on the hard drive, is usually not accessible.

    Cloning the hard drive can not return to that partition hidden - it would be a little bit the clone of the drive to work.

    I recommend to download your manual of maintenance on the Support site and learn more about the 100% specific for your laptop recovery process.

    CB

  • What is happening with Windows Update you will need to install a new update to check for updates?

    What is happening with Windows Update from 18/01/2016 When I find out Windows Update in Control Panel, he said, with a big yellow sign warning, "install new Windows Update software to check updates. You must first install an update from Windows Update. Your automatic update settings will not change. To install the updated Windows Update will automatically close and reopen. »

    Only Microsoft would think of this UPDATE TO SEE THE UPDATE.

    When you click on install, it starts running AND running and checking for updates and there is no display. It must be download them?

    When I go to shut down the computer, there is a big yellow exclamation on the Start button that says that Windows Update will install updates before its stop point. So it takes a while to stop.

    I also noticed that in Windows Task Manager > process I have an iexplore.exe process * 32 running 120, 600 KB.

    It stopped when I changed the Windows Update option stop the download and installation.

    The computer is running very slow and erratic.

    I just reinstalled Windows 7, so I have to do all the updates.

    Does anyone have the same problem?

    Thank you

    TomS

    Yep, that's how M$ slides 10ware in

    See the note at the bottom of the updates settings page ;)

    M$ has abused more than system update in 2015 and that continues in 2016.

    I usually don't worry about this if updates are they come if not well welcome to 2020 support ended in the beginning

    Do not use Internet Explore / MSE / Windows Firewall / Windows defender

    Find alternatives for all of the foregoing

    Free Panda who has a firewall

    Premium not free malwarebytes, but it has a free version

    Superaitispyware pro, which also has a free version

    Moon pale x 64 bit is quite good with Firefox.

    In the end, you can use a standard account instead of an administrator account and be safer.

    You can still enter a password if you are prompted to run the items that you know are safe.

    Well how did Linux a user to enter a password to do most of the tasks = kind of annoying if: p

    Let junkware M$ at the door, you will be much safer any square meter said ;)

  • When I try to use the webcam with Skype it blocks Skype and said "Skype has stopped working, windows is checking for a solution."

    Original title: lifecam 3000 and Skype does not?

    Hello, I tried the two 5.5 beta and 5.3. When I try to use the webcam with Skype it blocks Skype and says "Skype has stopped working windows is checking for a solution." I have windows update connection bars 4/5 drivers and my computer ==> http://www.newegg.com/Product/Product.aspx?Item=N82E16883103361 help is appreciated, thanks

    Hello, I had just fixed yesterday. I deleted the drivers and programs that accompanies it, it ends up being the lifecam software that comes with it interfering with Skype, thanks to all who help :)

  • Check for multiple users with the value of the UID 0

    Hi gurus,

    The runclufvy.sh gives the warning below can I ignore this or need to fix for the installation of the 11202 RAC on RHEL 5?

    Check for multiple users with the value of the UID 0
    PRVF-4132: several users 'root, jnftsi0' with '0' the UID exists on "hwvpa6".
    PRVF-4132: several users 'root, jnftsi0' with '0' the UID exists on "hwvpa2".

    Thank you

    Hello

    The runclufvy.sh gives the warning below can I ignore this or need to fix for the installation of the 11202 RAC on RHEL 5?

    Check for multiple users with the value of the UID 0
    PRVF-4132: several users 'root, jnftsi0' with '0' the UID exists on "hwvpa6".
    PRVF-4132: several users 'root, jnftsi0' with '0' the UID exists on "hwvpa2".

    User jnftsi0 cannot be used by the Oracle Installer or start the Oracle process, because what is the root group.

    If the user jnftsi0 is used by Oracle install or start Oracle process should then be removed from the root group, otherwise you can ignore it.

    Kind regards
    Levi pereira

  • Error 1400 with "Check for Updates".

    Problems when choosing "Check for Updates" on any version of Adobe Acrobat or Reader.  The actual messages reads "cannot establish a connection. Please try again later. "Error: 1400.

    Updaters worked from this past Friday afternoon, but nothing now.

    Hello

    I think we have found the cause of this problem and solved.

    I hope you find it should work now.

    Henk

  • Syntax for exchanging a partition with an empty table

    Hello

    I have a PLP_2001FY partition and I want to share this partition with an empty table (ex: DRB_WHOLE_DATA_TEMP) structured as DRB_WHOLE_DATA (this table already exists).

    Thank you

    Do you mean that you want to fill the empty array with the contents of the partition?

    If so:

    insert into DRB_WHOLE_DATA_TEMP select * from DRB_WHOLE_DATA partition (plp_2001fy)
    
  • Windows can't check for updates, update history lists all updates but updates installed tells me that I have no updates installed.

    Hi, I use Win Vista Ultimate 32-bit sp1.  I have KIS2009, A Squared Anti Malware, MalwareBytes Anti Malware installed.  All showing my system is clean.  I ran MSRT analysis to light, and he pointed out that my system is clean also.

    The problem
    When I connect, I get a balloon in the notification area telling me that "windows cannot check for updates.  Opening of update of Windows and do it to check a windows update updates it just go and research without results.  It justs keep checking, but I get no error.  Lists history of update Windows Defender updates the last today, 06/09/09.  All updates prior to this are Windows Defender until 28/04/09.  At this time I have installed 15 updates, including some Office updates.  Click on installed updates and finally I said that there is no update at all?:

    What I tried
    I disabled my firewall and tried again.  No luck :(

    Tried a point files, but apparently I don't have?  I should have, but there is none there.  Install Win7 RC on a different partition, would this have wiped my restore points? I remember Vista made this for XP, but assumed that this would have been resolved with Win7.

    I tried to install Win Vista sp2 but unfortunately, I installed the Russian language (don't know why I, I was annoyed a day) but the sp2 download in five languages and Russian is not one of them :(

    So I tried to do a search on it.  Came across various inscription mention deletion of registry keys.  Only problem is that I have not mentioned keys.  Some keys were supposed to be in the components of HKLM, sorry can't remember the others.

    Find this site, I tried the FIX tool, reset Windows Update.  He ran not aggressive and he made the restoration, request for permission to UAC thingy, then the progress bar moves to the right and nothing else happens.  Restarted exciting tried and the same thing happens.  Been sitting there for more than two hours and no results.

    I checked services.msc.  I have BITS began, was automatic but have updated the manual according to the instructions contained in the ' automatic updates can be turned off "at the top of the forum.  Update of Windows, The Windows event log and Software Licensing Service are all set to automatic, and running.

    Windows Update log shows the following:

    2009-06-09 19:09:25:462 1520 1318 Agent warning: has no rule Installed, updateId = {B02D2701-EFE6-4CC3-A434-FFD9B029F750}.100, hr = 80070002
    2009-06-09 19:10:34:647 1520 1318 Agent warning: is not Installable rule, updateId = {B02D2701-EFE6-4CC3-A434-FFD9B029F750}.100, hr = 80070002
    2009-06-09 19:12:56:989 1520 1318 Agent warning: has no rule Installed, updateId = {1884967F-0853-44CD-8247-4AE9E97E3803}.100, hr = 80070002
    2009-06-09 19:14:10:241 1520 1318 Agent warning: is not Installable rule, updateId = {1884967F-0853-44CD-8247-4AE9E97E3803}.100, hr = 80070002
    2009-06-09 19:16:29:371 1520 1318 Agent warning: has no rule Installed, updateId = {835AEBB1-9A4E-44CD-9415-0BF0744378D0}.100, hr = 80070002
    2009-06-09 19:17:34:769 1520 1318 Agent warning: is not Installable rule, updateId = {835AEBB1-9A4E-44CD-9415-0BF0744378D0}.100, hr = 80070002
    2009-06-09 19:19:53:027 1520 1318 Agent warning: is not Installed, updateId = {1A3A237B-486A-4965-A5D1-999416F40191} rule.102, hr = 80070002
    2009-06-09 19:21:03:898 1520 1318 Agent warning: is not Installable rule, updateId = {1A3A237B-486A-4965-A5D1-999416F40191}.102, hr = 80070002
    2009-06-09 19:23:17:820 1520 1318 Agent warning: has no rule Installed, updateId = {152709D3-D663-4C46-B8C6-31498E11692E}.103, hr = 80070002
    2009-06-09 19:24:26:158 1520 1318 Agent warning: is not Installable rule, updateId = {152709D3-D663-4C46-B8C6-31498E11692E}.103, hr = 80070002
    2009-06-09 19:26:43:400 1520 1318 Agent warning: has no rule Installed, updateId = {DA83283A-4A36-43CB-A7DD-717885E03373}.100, hr = 80070002
    2009-06-09 19:27:56:013 1520 1318 Agent warning: is not Installable rule, updateId = {DA83283A-4A36-43CB-A7DD-717885E03373}.100, hr = 80070002
    2009-06-09 19:30:11:756 1520 1318 Agent warning: has no rule Installed, updateId = {8893E665-1514-4A23-B6EB-E45376B12610}.101, hr = 80070002
    2009-06-09 19:31:14:801 1520 1318 Agent warning: is not Installable rule, updateId = {8893E665-1514-4A23-B6EB-E45376B12610}.101, hr = 80070002
    2009-06-09 19:33:33:793 1520 1318 Agent warning: has no rule Installed, updateId = {C0A06671-C3EC-4A02-B22C-9395A802548A}.100, hr = 80070002
    2009-06-09 19:34:40:576 1520 1318 Agent warning: is not Installable rule, updateId = {C0A06671-C3EC-4A02-B22C-9395A802548A}.100, hr = 80070002
    2009-06-09 19:36:52:233 1520 1318 Agent warning: has no rule Installed, updateId = {462BC0AA-53AB-4DE0-AA12-6A6BA13F946C}.100, hr = 80070002
    2009-06-09 19:37:58:933 1520 1318 Agent warning: is not Installable rule, updateId = {462BC0AA-53AB-4DE0-AA12-6A6BA13F946C}.100, hr = 80070002
    2009-06-09 19:40:04:534 1520 1318 Agent warning: has no rule Installed, updateId = {DE040314-4AF9-44A1-A08E-B36E0F350CE2}.100, hr = 80070002
    2009-06-09 19:41:09:853 1520 1318 Agent warning: is not Installable rule, updateId = {DE040314-4AF9-44A1-A08E-B36E0F350CE2}.100, hr = 80070002
    2009-06-09 19:43:18:343 1520 1318 Agent warning: has no rule Installed, updateId = {313C8158-B0D7-41E8-A95E-06CACF808DC9}.101, hr = 80070002
    2009-06-09 19:44:22:693 1520 1318 Agent warning: is not Installable rule, updateId = {313C8158-B0D7-41E8-A95E-06CACF808DC9}.101, hr = 80070002
    2009-06-09 19:46:38:698 1520 1318 Agent warning: has no rule Installed, updateId = {736D69E8-AE0A-43F3-AB81-684A76DFCB76}.101, hr = 80070002
    2009-06-09 19:47:50:519 1520 1318 Agent warning: is not Installable rule, updateId = {736D69E8-AE0A-43F3-AB81-684A76DFCB76}.101, hr = 80070002
    2009-06-09 19:50:03:582 1520 1318 Agent warning: has no rule Installed, updateId = {936F0B44-C846-40BA-9FC9-D710759708CD}.101, hr = 80070002
    2009-06-09 19:52:01:785 1520 1318 Agent warning: is not Installed, updateId = {F200C6C7-A178-4DF7-B491-12E8D4D3AD52} rule.102, hr = 80070002
    2009-06-09 19:52:58:214 1520 1318 Agent warning: is not Installable rule, updateId = {F200C6C7-A178-4DF7-B491-12E8D4D3AD52}.102, hr = 80070002
    2009-06-09 19:54:54:313 1520 1318 Agent warning: has no rule Installed, updateId = {0CFBE648-D8B4-495E-8671-73981EA7185A}.101, hr = 80070002
    2009-06-09 19:55:54:479 1520 1318 Agent warning: is not Installable rule, updateId = {0CFBE648-D8B4-495E-8671-73981EA7185A}.101, hr = 80070002
    2009-06-09 19:57:48:021 1520 1318 Agent warning: has no rule Installed, updateId = {7E3F49B2-DE7E-4296-BA5B-F989FCD368B4}.100, hr = 80070002
    2009-06-09 19:58:47:831 1520 1318 Agent warning: is not Installable rule, updateId = {7E3F49B2-DE7E-4296-BA5B-F989FCD368B4}.100, hr = 80070002
    2009-06-09 20:00:52:678 1520 1318 Agent warning: has no rule Installed, updateId = {511942F6-A887-414F-938C-860FFDD8E0BE}.101, hr = 80070002
    2009-06-09 20:01:55:245 1520 1318 Agent warning: is not Installable rule, updateId = {511942F6-A887-414F-938C-860FFDD8E0BE}.101, hr = 80070002
    2009-06-09 20:03:53:470 1520 1318 Agent warning: has no rule Installed, updateId = {6B7CD081-8091-438F-A74E-0C7140CDF258}.101, hr = 80070002
    2009-06-09 20:04:51:247 1520 1318 Agent warning: is not Installable rule, updateId = {6B7CD081-8091-438F-A74E-0C7140CDF258}.101, hr = 80070002
    2009-06-09 20:06:49:001 1520 1318 Agent warning: has no rule Installed, updateId = {5550D892-A28D-433F-B6E0-2F1E191ABDC9}.100, hr = 80070002
    2009-06-09 20:07:50:869 1520 1318 Agent warning: is not Installable rule, updateId = {5550D892-A28D-433F-B6E0-2F1E191ABDC9}.100, hr = 80070002
    2009-06-09 20:09:47:511 1520 1318 Agent warning: has no rule Installed, updateId = {5823AA12-8424-4D21-8DAD-6DA4A75B20E7}.100, hr = 80070002
    2009-06-09 20:10:42:362 1520 1318 Agent warning: is not Installable rule, updateId = {5823AA12-8424-4D21-8DAD-6DA4A75B20E7}.100, hr = 80070002
    2009-06-09 20:12:41:491 1520 1318 Agent warning: has no rule Installed, updateId = {658F3DA6-E37A-4678-984A-6965D84928F6}.100, hr = 80070002
    2009-06-09 20:13:44:961 1520 1318 Agent warning: is not Installable rule, updateId = {658F3DA6-E37A-4678-984A-6965D84928F6}.100, hr = 80070002
    2009-06-09 20:15:43:481 1520 1318 Agent warning: has no rule Installed, updateId = {74B4A904-58C1-423C-B12F-F6C8499BB431}.100, hr = 80070002
    2009-06-09 20:16:42:445 1520 1318 Agent warning: is not Installable rule, updateId = {74B4A904-58C1-423C-B12F-F6C8499BB431}.100, hr = 80070002
    2009-06-09 20:18:41:246 1520 1318 Agent warning: has no rule Installed, updateId = {A88F5458-4936-4859-B60D-97E42F169964}.100, hr = 80070002
    2009-06-09 20:19:40:228 1520 1318 Agent warning: is not Installable rule, updateId = {A88F5458-4936-4859-B60D-97E42F169964}.100, hr = 80070002
    2009-06-09 20:21:33:489 1520 1318 Agent warning: has no rule Installed, updateId = {D760D61F-1684-4B14-A93F-DC76B285E90F}.101, hr = 80070002
    2009-06-09 20:22:32:517 1520 1318 Agent warning: is not Installable rule, updateId = {D760D61F-1684-4B14-A93F-DC76B285E90F}.101, hr = 80070002
    2009-06-09 20:24:32:922 1520 1318 Agent warning: is not Installed, updateId = {7B09DEC4-4EEB-4778-A9B8-695B1FDD8D5B} rule.102, hr = 80070002
    2009-06-09 20:25:34:578 1520 1318 Agent warning: is not Installable rule, updateId = {7B09DEC4-4EEB-4778-A9B8-695B1FDD8D5B}.102, hr = 80070002
    2009-06-09 20:27:42:707 1520 1318 Agent warning: has no rule Installed, updateId = {B034622F-57C7-42C9-A7FB-ED3037128B14}.101, hr = 80070002
    2009-06-09 20:28:38:864 1520 1318 Agent warning: is not Installable rule, updateId = {B034622F-57C7-42C9-A7FB-ED3037128B14}.101, hr = 80070002
    2009-06-09 1520 173 20:30:15:301 c to THE trigger to THE detection via API DetectNow
    2009-06-09 1520 173 c. 20:30:15:301 to THE will make the current sensing end detection
    2009-06-09 20:30:44:091 1520 1318 Agent warning: has no rule Installed, updateId = {08E30185-E7CE-4D1B-950C-F8A8A405B0F3}.101, hr = 80070002
    2009-06-09 20:31:41:476 1520 1318 Agent warning: is not Installable rule, updateId = {08E30185-E7CE-4D1B-950C-F8A8A405B0F3}.101, hr = 80070002
    2009-06-09 20:33:41:376 1520 1318 Agent warning: has no rule Installed, updateId = {3EDF9508-B8FE-4ACD-9B59-135D503F2B85}.100, hr = 80070002
    2009-06-09 20:34:36:095 1520 1318 Agent warning: is not Installable rule, updateId = {3EDF9508-B8FE-4ACD-9B59-135D503F2B85}.100, hr = 80070002
    2009-06-09 20:36:38:753 1520 1318 Agent warning: has no rule Installed, updateId = {CD5D1875-5AB6-4437-83A3-E74BEFED8256}.104, hr = 80070002
    2009-06-09 20:37:40:916 1520 1318 Agent warning: is not Installable rule, updateId = {CD5D1875-5AB6-4437-83A3-E74BEFED8256}.104, hr = 80070002
    2009-06-09 20:39:41:279 1520 1318 Agent warning: has no rule Installed, updateId = {2C5B37D4-6912-4D00-B005-ECE69EA8F5BF}.101, hr = 80070002
    2009-06-09 20:40:40:934 1520 1318 Agent warning: is not Installable rule, updateId = {2C5B37D4-6912-4D00-B005-ECE69EA8F5BF}.101, hr = 80070002

    Don't understand any of this.

    Any notice received with gratitude.

    Martin,
    Thanks for your help so far.  I hope you don't mind but today how that spending (hard day @ work) I think I'll leave the installation of repair until tomorrow.  More that likely the disc would have burst in the player, causing a sort of spike power was so my motherboard.  So I think I'll just relax tonight and I hope tomorrow is a day better.  Hope you have a good.

    See you soon

  • an error occurred when checking for a software update

    My iphone6s when I check for the update, dosent work and say:

    an error occurred when checking for a software update.
    Please help me

    Greetings harera22dec,

    Thank you for using communities Support from Apple!

    I understand that in trying to upgrade to the latest version of iOS on your iPhone, you get an alert that says: "year error occurred while searching for an update of the software.»

    To begin troubleshooting this situation, I would first work through the steps in the section on your iPhone, iPad or iPod touch in the following article, and then try the update again.

    On your iPhone, iPad or iPod touch

    If you cannot connect to the iTunes Store on your iPhone, iPad or iPod touch:

    1. Make sure that your date, time, and time zone are correct. Tap Settings > general > Date & time. Time zone can list another city in your time zone.
    2. Make sure your iOS software is up-to-date. Tap Settings > General > software update to check for updates. You can also connect your iOS device to iTunes and click on search the update on the summary page of your device.
    3. Check and verify that you are in range of a Wi - Fi router or base station. If you use the cell service, make sure the cell data are lit settings > cellular. If you are connected to cellular data, large items can not download. You may need to connect to the Wi - Fi to download applications, videos and podcasts.
    4. Make sure you have an active Internet connection. Check your device Manual for Internet connectivity.
    5. Check if other devices, such as laptops, are able to connect to the network of Wi - Fi and Internet access.
    6. Reset the wireless router by turning and then again.

    If there is still a problem, learn what to do if your device connects to a Wi-Fi network.

    If you cannot connect to the iTunes Store - Apple Support

    If the problem persists, try updating your iPhone from another network or from iTunes on a computer than this article implies.

    If you receive a message that says: "year error occurred downloading iOS ', try again later. If this happens again, try to update your device using a different network or use iTunes to update your device.

    Get help with updates of live iOS - Apple Support

    Have a great day!

  • Error: "one of the drives should be checked for consistency" to start the computer

    The original title: disk space

    My laptop is an Acer Aspire 5000 running with XP Home Edition. At a hard 100G drive with 2 partitions fat. Recursively shows problem at startup. The message displayed is "one of the drives should be checked for consistency. So when he was checked always check disk space and get stored at 41%. I tried to restore several times, but it is once again no place for a long time.

    Could you help me with this?

    Hi RodrigoGodinez,
     
    Sometimes the disk check always starts check the file system on one or more drives for consistency. If no button is pressed, the disk check is aborted. In fact, it is because a data structure of the disc or file is corrupted which can not be recovered and check disk always runs at Windows startup.
     
    Restart the computer and run the command chkdsk from the recovery console.
     
    To boot into the recovery console, see the following article:
     
    Additional reference on:
     
    For more information about the disk check, see:
     
    Note: While running chkdsk on the drive if bad sectors are found on the hard drive when chkdsk attempts to repair this area so all available data on this risk to be lost.
     
    If the disk check done in start the computer every time, here is an article that could be useful for:

Maybe you are looking for