Problem with a massive delete operation

Hello


This matter is v10g Oracle.

An array is used to store user login information and other connection related details such as IP address, the date of connection, connection time, time of disconnection etc from a web application.

This table gets big enough (3 million documents +) and is purged once per month of all records of 3 days.

The purge is made with a simple deletion based on the date of connection CDAT and column DISX (logout = True/False)
DELETE FROM LOGTAB where CDAT < sysdate-3 and DISX='T';
CDAT and DISX columns are indexed. This delete operation can tale up to 10 minutes.

Sporadic during the delete operation when problems users to connect or disconnect: for users trying to disconnect, operation UPDATE, resulting on the table currently being deleted seems to hang.

For users trying to connect, there may be a delay (as the INSERT is pending). In the worst cases, all sessions hang until the button DELETE finally committed thus making impossible any connection for the duration.

There is no conflict between the data being deleted and the data are updated or INSERTED.

DELETION should only lock the rows that match the WHERE clause, so where is the claim arising out of? This could be the index argument?
Is there a better way to manage these massive cuts on these high transaction tables? Partitions?


Thank you in advance.

Have you thought about this table partitioning? Of course, this would depend on whether most queries are watching the columns you mention, but that would mean that you can truncate partitions over 3 days...

create table LOGTAB
(   cdat        date not null,
    disx        varchar2(1) not null,
    col1        varchar2(100)
)
PARTITION BY RANGE (cdat)
SUBPARTITION BY LIST (disx)
SUBPARTITION TEMPLATE
    (   SUBPARTITION sptn_T VALUES('T'),
        SUBPARTITION sptn_Default VALUES(DEFAULT)
    )
(   PARTITION ptn_20110808 VALUES LESS THAN (TO_DATE('09/08/2011','dd/mm/yyyy')),
    PARTITION ptn_20110809 VALUES LESS THAN (TO_DATE('10/08/2011','dd/mm/yyyy')),
    PARTITION ptn_20110810 VALUES LESS THAN (TO_DATE('11/08/2011','dd/mm/yyyy')),
    PARTITION ptn_20110811 VALUES LESS THAN (TO_DATE('12/08/2011','dd/mm/yyyy')),
    PARTITION ptn_MaxValue VALUES LESS THAN (MAXVALUE)
)

insert
into
    LOGTAB
SELECT
    TO_DATE('08/08/2011','dd/mm/yyyy'),
    CASE
        WHEN mod(rownum,2)=0 THEN
            'T'
        ELSE
            'S'
    END,
    'Blah'
FROM
    dual
CONNECT BY
    LEVEL <= 10
/
insert
into
    LOGTAB
SELECT
    TO_DATE('09/08/2011','dd/mm/yyyy'),
    CASE
        WHEN mod(rownum,2)=0 THEN
            'T'
        ELSE
            'S'
    END,
    'Blah'
FROM
    dual
CONNECT BY
    LEVEL <= 10
/
insert
into
    LOGTAB
SELECT
    TO_DATE('10/08/2011','dd/mm/yyyy'),
    CASE
        WHEN mod(rownum,2)=0 THEN
            'T'
        ELSE
            'S'
    END,
    'Blah'
FROM
    dual
CONNECT BY
    LEVEL <= 10
/
insert
into
    LOGTAB
SELECT
    TO_DATE('11/08/2011','dd/mm/yyyy'),
    CASE
        WHEN mod(rownum,2)=0 THEN
            'T'
        ELSE
            'S'
    END,
    'Blah'
FROM
    dual
CONNECT BY
    LEVEL <= 10
/  

SQL> select * from logtab where cdat=to_date('08/08/2011','dd/mm/yyyy');

CDAT      D COL1
--------- - ----------
08-AUG-11 T Blah
08-AUG-11 T Blah
08-AUG-11 T Blah
08-AUG-11 T Blah
08-AUG-11 T Blah
08-AUG-11 S Blah
08-AUG-11 S Blah
08-AUG-11 S Blah
08-AUG-11 S Blah
08-AUG-11 S Blah

SQL> select table_name,partition_name,subpartition_name from user_tab_subpartitions;

TABLE_NAME                     PARTITION_NAME                 SUBPARTITION_NAME
------------------------------ ------------------------------ ------------------------------
LOGTAB                         PTN_20110808                   PTN_20110808_SPTN_DEFAULT
LOGTAB                         PTN_20110808                   PTN_20110808_SPTN_T
LOGTAB                         PTN_20110809                   PTN_20110809_SPTN_DEFAULT
LOGTAB                         PTN_20110809                   PTN_20110809_SPTN_T
LOGTAB                         PTN_20110810                   PTN_20110810_SPTN_DEFAULT
LOGTAB                         PTN_20110810                   PTN_20110810_SPTN_T
LOGTAB                         PTN_20110811                   PTN_20110811_SPTN_DEFAULT
LOGTAB                         PTN_20110811                   PTN_20110811_SPTN_T
LOGTAB                         PTN_MAXVALUE                   PTN_MAXVALUE_SPTN_DEFAULT
LOGTAB                         PTN_MAXVALUE                   PTN_MAXVALUE_SPTN_T

10 rows selected.

SQL> alter table logtab truncate subpartition PTN_20110808_SPTN_T;

Table truncated.

Elapsed: 00:00:00.03
SQL> select * from logtab where cdat=to_date('08/08/2011','dd/mm/yyyy');

CDAT      D COL1
--------- - ----------
08-AUG-11 S Blah
08-AUG-11 S Blah
08-AUG-11 S Blah
08-AUG-11 S Blah
08-AUG-11 S Blah

Elapsed: 00:00:00.00

Don't know if it is suitable for you or not, but it could be an option...

HTH

David

Tags: Database

Similar Questions

  • I'm having a problem with my Windows Vista operating system. Problem started on 19 February 2011.

    I'm having a problem with my Windows Vista operating system. I have a Toshiba Satellite A135-S2376. Problem started on 19 February 2011. Computer continues to display Windows Explorer or Microsoft Windows has stopped working messages. Cannot run all programs, sharing disk cleanup, System Restore. Cannot download IE 9. Help, please! For example: tried to run MP3 Rocket he was trying to load & then a message appears at the top that States platform Java cannot run or something to that effect. Basically, I can't run any program that needs to use Microsoft Windows.

    Hello

    You can try to do a system restore before this date

    http://www.windowsvistauserguide.com/system_restore.htm

    If necessary do in safe mode

    Windows Vista

    Using the F8 method:

    1. Restart your computer.
    2. When the computer starts, you will see your computer hardware are listed. When you see this information begins to tap theF8 key repeatedly until you are presented with theBoot Options Advanced Windows Vista.
    3. Select the Safe Mode option with the arrow keys.
    4. Then press enter on your keyboard to start mode without failure of Vista.
    5. To start Windows, you'll be a typical logon screen. Connect to your computer and Vista goes into safe mode.
    6. Do whatever tasks you need and when you are done, reboot to return to normal mode.

    and malware scan

    Download update and scan with the free version of malwarebytes anti-malware

    http://www.Malwarebytes.org/MBAM.php

    You can also download and run rkill to stop the process of problem before you download and scan with malwarebytes

    http://www.bleepingcomputer.com/download/anti-virus/rkill

    If it does not remove the problem and or work correctly in normal mode do work above in safe mode with networking

    Windows Vista

    Using the F8 method:

    1. Restart your computer.
    2. When the computer starts, you will see your computer hardware are listed. When you see this information begins to tap theF8 key repeatedly until you are presented with theBoot Options Advanced Windows Vista.
    3. Select the Safe Mode with networking with the arrow keys.
    4. Then press enter on your keyboard to start mode without failure of Vista.
    5. To start Windows, you'll be a typical logon screen. Connect to your computer and Vista goes into safe mode.
    6. Do whatever tasks you need and when you are done, reboot to return to normal mode.
  • Problems with Dreamweaver CC Deleting code

    I'm having a major problem with my Dreamweaver CC (and also the same problem with all programs CC).

    Here's what's happening.

    If I highlight one line of code (which often happens by simply clicking on a line without knowing it), when I jump between files in dreamweaver or on my mac when I return to this file, it deletes the row that is highlighted.

    It becomes very annoying because I still don't know what is happening and end with large chunks of my deleted code.

    I recently installed Mac Mavericks and I think that has happened since then.

    What also which I think may be related is that he keeps pointing out my code in black if nothing has been highlighted when I return to the code of another window. It is not noted in the normal sense < u > but rather just a trait of black underscore in the source code window.

    Is there something I need to turn off which can be any screwing.

    Can someone please help?

    Just found the solution!

    http://forums.Adobe.com/message/5807396

    I disabled dictation and speech and the problem stopped happening!

  • Qosmio F30-114 - a problem with the installation of operating system

    Hi all
    I have a problem during the installation of operating system from the recovery disk (Win XP Media Center Edition).
    After loading the disc, I seen the installer welcome window, set up all the parameters in it and pressed the OK button.
    After that, an error has occurred (in a black console window):

    Check the type of partition MBR
    Not FOUND: Partition ID 4 is 0x00 not 0 x 88
    Seeking the TMBR
    No found TMBR!
    Fact.

    Microsoft DiskPart version 5.2.3790.1830
    Copyright (C) 1999-2001 Microsoft Corporation.
    On computer: MININT-JVC

    Disk 0 is now the selected disk.

    Services of disk management cannot complete the operation.
    Specified drive does not exist.
    ERROR: E:\04629R01 Reco-unpacking. TPA has failed!
    Press a key to continue...

    After reading this message and pressing a computer key restarts and that's all that happens.
    Also I can not install another OS (Win 7 for example), during the last part of an installation, I get a message "the work cannot be completed.".

    That's happened? I don't understand what is the reason for this problem. I was reinstall another OS (the drive recovery too) often earlier and everything was OK.

    You can install WXP using the Microsoft installation disc?
    Set the BIOS on the settings by default and to use the recovery disk again.

  • Problem with Vista, a limited operation of the operating system to start

    Ill try too keep it as simple as possible without forgetting all the necessary details. Several weeks ago, I started having issues, crashed the computer (maybe thought that I still had a virus...) and I was on my way to return things together.  All functions were beginning to run because they were all back to normal, and it happened.

    Just beginning to return to normal, as I said.  One morning before work, I was doing the usual (check email, casual, no navigation, no new installs equipment or programs, etc.) and when I got back home I woke up the computer and all the usual icons on the bottom right toolbar disappeared except, load icon, network connects mcafee security and volume icon.  There's a new lil guy there USB symbol with a green check mark (deletion of material safely)

    I tried to open Internet Explorer and Itunes and I was invited with a window that read "what you want to KIKILA the file with" (itunes.exe, IE.exe and so on when I tried other programs), with oddly enough IE as the recommended option.  I was curious to see what happened and tried to open 'the file', IE was opened and then I was invited with a window as if I have been download an attachment and almost nothing would happen after that.  I turned off the computer and restarted and I had none of the usual routine... Reception centre, the weather bug... you get the idea.

    On what I can do... I can open AOL in the start menu only, I can open the control panel and use most of these requests and I can access help and Support (and IE will open this application... how I got here) and a few other select from the start menu, but everything is a program is pretty much off limits from the start menu or desktop.  As I said before that I did not install anything, no new downloads, hardware, etc.  I thought that my computer could have done an automatic restart after windows downloaded an update.

    What I tried.  Because I thought that an update might be the only thing that could have been performed, I started there.  I tried to go back to the conditions before a one update or approximately twice a week at a time and restart and try again.  No luck there, I went to help and support and tried a few things here.  I tried a full system restore and last known reboot and no luck there.

    Now that I've almost exhausted my limits with my literacy of the inner workings of a computer, I come here.  I could probably walk through a solution if possible, as long as I don't have serious technical help.  Or I can turn this into a big frisbee and repeat if nessescary ignite, but id rather not spend money if I have to.

    Thanks in advance.

    Kramer

    Hey Kramer,

    I suggest you try the methods mentioned below and check if it helps.

    Method 1: Perform a scan of the SFC (System File Checker) and check.

    http://support.Microsoft.com/kb/929833

    Method 2: Perform a check disk (Chkdsk).

    http://Windows.Microsoft.com/en-us/Windows-Vista/check-your-hard-disk-for-errors

    Note: When running Chkdsk on the drive if bad sectors are found on the disk hard when Chkdsk attempts to repair this area if all available on which data can be lost.

    Method 3: Try to create a new user account.

    http://Windows.Microsoft.com/en-us/Windows-Vista/create-a-user-account

    If the problem is resolved by creating a new user account you may have a corrupt user profile. Follow the article provided to fix the damaged user profile.

    http://Windows.Microsoft.com/en-us/Windows-Vista/fix-a-corrupted-user-profile

  • Problem with search and deletion functions

    I use Vista Ultimate and in recent weeks, I have problems using the search and delete functions. Whenever I'm trying to look for something in the search window does not allow me to do and goes in a hand. Whenever I delete something, a small window pops up saying deletion... .and this continues forever.

    Hello

    What antivirus/antispyware/security products do you have on machine? Be one
    you have ALWAYS had on this machine, including those you have uninstalled (they leave leftovers
    can cause strange problems).

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

    Follow these steps:

    Start - type this in the search box-> find COMMAND at the top and RIGHT CLICK – RUN AS ADMIN

    Enter this at the command prompt - sfc/scannow

    How to analyze the log file entries that the Microsoft Windows Resource Checker (SFC.exe) program
    generates in Windows Vista cbs.log
    http://support.Microsoft.com/kb/928228

    Also run CheckDisk, so we cannot exclude as much as possible of the corruption.
    How to run the check disk at startup in Vista
    http://www.Vistax64.com/tutorials/67612-check-disk-Chkdsk.html

    ==========================================

    After the foregoing:

    How to troubleshoot a problem by performing a clean boot in Windows Vista
    http://support.Microsoft.com/kb/929135
    How to troubleshoot performance issues in Windows Vista
    http://support.Microsoft.com/kb/950685

    Optimize the performance of Microsoft Windows Vista
    http://support.Microsoft.com/kb/959062
    To see everything that is in charge of startup - wait a few minutes with nothing to do - then right-click
    Taskbar - the Task Manager process - take a look at stored by - Services - this is a quick way
    reference (if you have a small box at the bottom left - show for all users, then check that).

    How to check and change Vista startup programs
    http://www.Vistax64.com/tutorials/79612-startup-programs-enable-disable.html

    A quick check to see that load method 2 is - using MSCONFIG then put a list of
    those here.
    --------------------------------------------------------------------

    Tools that should help you:

    Process Explorer - free - find out which files, key of registry and other objects processes have opened.
    What DLLs they have loaded and more. This exceptionally effective utility will show you even who has
    each process.
    http://TechNet.Microsoft.com/en-us/Sysinternals/bb896653.aspx

    Autoruns - free - see what programs are configured to start automatically when you start your system
    and you log in. Autoruns also shows you the full list of registry and file locations where applications can
    Configure auto-start settings.
    http://TechNet.Microsoft.com/en-us/sysinternals/bb963902.aspx
    Process Monitor - Free - monitor the system files, registry, process, thread and DLL real-time activity.
    http://TechNet.Microsoft.com/en-us/Sysinternals/bb896645.aspx

    There are many excellent free tools from Sysinternals
    http://TechNet.Microsoft.com/en-us/Sysinternals/default.aspx

    -Free - WhatsInStartUP this utility displays the list of all applications that are loaded automatically
    When Windows starts. For each request, the following information is displayed: Type of startup (registry/Startup folder), Command - Line String, the product name, Version of the file, the name of the company;
    Location in the registry or the file system and more. It allows you to easily disable or remove unwanted
    a program that runs in your Windows startup.
    http://www.NirSoft.NET/utils/what_run_in_startup.html

    There are many excellent free tools to NirSoft
    http://www.NirSoft.NET/utils/index.html

    Window Watcher - free - do you know what is running on your computer? Maybe not. The window
    Watcher says it all, reporting of any window created by running programs, if the window
    is visible or not.
    http://www.KarenWare.com/PowerTools/ptwinwatch.asp

    Many excellent free tools and an excellent newsletter at Karenware
    http://www.KarenWare.com/

    ===========================================

    Vista and Windows 7 updated drivers love then here's how update the most important.

    This is my generic how updates of appropriate driver:

    This utility, it is easy see which versions are loaded:

    -Free - DriverView utility displays the list of all device drivers currently loaded on your system.
    For each driver in the list, additional useful information is displayed: load address of the driver,
    Description, version, product name, company that created the driver and more.
    http://www.NirSoft.NET/utils/DriverView.html

    For drivers, visit manufacturer of emergency system and of the manufacturer of the device that are the most common.
    Control Panel - device - Graphics Manager - note the brand and complete model
    your video card - double - tab of the driver - write version information. Now, click on update
    Driver (this can do nothing as MS is far behind the certification of drivers) - then right-click.
    Uninstall - REBOOT it will refresh the driver stack.

    Repeat this for network - card (NIC), Wifi network, sound, mouse, and keyboard if 3rd party
    with their own software and drivers and all other main drivers that you have.

    Now in the system manufacturer (Dell, HP, Toshiba as examples) site (in a restaurant), peripheral
    Site of the manufacturer (Realtek, Intel, Nvidia, ATI, for example) and get their latest versions. (Look for
    BIOS, Chipset and software updates on the site of the manufacturer of the system here.)

    Download - SAVE - go to where you put them - right click - RUN AD ADMIN - REBOOT after
    each installation.

    Always check in the Device Manager - drivers tab to be sure the version you actually install
    presents itself. This is because some restore drivers before the most recent is installed (sound card drivers
    in particular that) so to install a driver - reboot - check that it is installed and repeat as
    necessary.

    Repeat to the manufacturers - BTW in the DO NOT RUN THEIR SCANNER device - check
    manually by model.

    Look at the sites of the manufacturer for drivers - and the manufacturer of the device manually.
    http://pcsupport.about.com/od/driverssupport/HT/driverdlmfgr.htm

    How to install a device driver in Vista Device Manager
    http://www.Vistax64.com/tutorials/193584-Device-Manager-install-driver.html

    If you update the drivers manually, then it's a good idea to disable the facilities of driver under Windows
    Updates, that leaves about Windows updates but it will not install the drivers that will be generally
    older and cause problems. If updates offers a new driver and then HIDE it (right click on it), then
    get new manually if you wish.

    How to disable automatic driver Installation in Windows Vista - drivers
    http://www.AddictiveTips.com/Windows-Tips/how-to-disable-automatic-driver-installation-in-Windows-Vista/
    http://TechNet.Microsoft.com/en-us/library/cc730606 (WS.10) .aspx

    Hope these helps.

    Rob - bicycle - Mark Twain said it is good.

  • problems with iPhone apps deleting 6

    Running on my iPhone iOS 6, apps will not remove by using the standard procedure. = an app of restraint until they all 'shake' and each has a deletion 'x '. Press the button Delete the app 'x' and then the Home button.

    Applications jiggle when it is pressed, but none presents with a deletion of 'x '. By pressing the app does not delete it.

    Have also attempted to remove via iTunes with iPhone plugged into the laptop. In addition, doesn't seem to work.

    All solutions?

    Bob King

    Check: Settings - general - Restrictions - abolition of the Apps =?

  • I have a problem with adding and deleting files in Windows Media Player.

    Media Player will not play the selected files but then goes on to play other files. When I delete the files from the media player and try re - add I get the message "the media player is installed incorrectly. Have tried to reinstall media player, but it always fails at the implementation stage. It seems that the link between the player and the music files has been corrupted. Further, I have not found another way to read these files! They are referred to as Windows media audio files. Is that mean that only Media Player can read? I have hundreds of music files. Any help please? I can't upgrade XP on this computer so intended to stick with it for another year or so.

    Original title: Media player 11 with XP SP3. Link to player with audio files has been corrupted?

    Hi Martyn,

    Thanks for keeping us posted and share this information with us.

    I would have you look at the article-

    http://www.Microsoft.com/windows/windowsmedia/player/Webhelp/default.aspx?&mpver=11.0.5721.5145&ID=C00D11DF&ContextId=89&OriginalID=C00D11DF

    Back to us for any issues related to Windows in the future. We will be happy to help you.

  • problems with what to delete in my memory to make more space for computer memory will work faster. And I get a code of error MFC71U. DLL

    I play Dungeons and Dragons on the line but theres a lot of lag. I think that its because theres not enough memory in my computer (windows XP Home Edition), need to know how to solve this problem, then the computer go faster

    First, you should post questions of Windows XP in a Windows XP forum for better responses.

    Second, if there is not enough memory in your computer, you need to install more.

    In third place, deleting things "in memory" is not possible.  Deleting things out of your drive is, but that will not help.

    Finally, when you post in the forums of Windows XP, make sure that you include all the details on your error message, not only brief and incomplete description you gave in your post title.

    "Phoenixrizen" wrote in the new message: * e-mail address is removed from the privacy... *

    I play Dungeons and Dragons on the line but theres a lot of lag. I think that its because theres not enough memory in my computer (windows XP Home Edition), need to know how to solve this problem, then the computer go faster

  • Update portable drive to SSD, problems with the installation of operating system and recovery system

    Compaq Presario CQ71, (model CQ71-317EA) portable system, Windows 7 family 64 - bit edition

    Hi, I tried to upgrade the original 320 GB HDD to a 256 GB SSD.

    After that replacement of the naked NTFS hard drive to SSD format, I tried to do a "factory restore" using the DVD, I created some time ago about recovery. The DVD started and recovery program ran very well, first menus for recovery/system control etc. The problem is that the program would not be allowed a resumption of the plant as the HDD was little different/more than the installed hard drive to factory.

    This is the point I'm stuck at, I reassembled the original hard drive while I find a solution.

    Is it possible to find a workaround to avoid having to order a new disc of Windows 7? Any help and advice in terms of simple-ish would be greatly appreciated. Thank you.

    Bagpuss

    Hello:

    If you can still read all 25 characters of the product key of W7 on the bottom of your laptop, you can make your own plain W7 x 64 Home Premium installation media and use the product key to activate the installation.

    Download the applicable version of the W7 from the link below.  Use the SP1 media files regenerate.

    http://forums.mydigitallife.info/threads/14709-Windows-7-Digital-River-direct-links-multiple-languages-x86-amp-x64/page59?p=470600&viewfull=1#post470600

    Then use this tool to transfer the ISO file downloaded on a key USB 4 GB or DVD.  The tool will make the DVD or drive bootable flash as well.

    http://www.microsoftstore.com/store/msusa/HTML/pbPage.Help_Win7_usbdvd_dwnTool

  • Problems with windows mail, deleting messages

    Hello

    It just happened when I read a message in windows mail and exit the program, when I come back, the message is deleted it is not in the file of deleted messages it disappears the same phenomenon occurs in the folder junk enail if I click not junk that I lose I can't find anything in the options to stop it

    Your Elliot

    In WinMail: Discover | Current view. Make sure Show all Messages is enabled. You may need to do this in more records in addition to the Inbox.

  • Oracle 10g - problem with "DELETE from TABLE WHERE ID in (1,2,3)" (use cfqueryparam)

    Hello, everyone.

    I have problems with executing a DELETE statement on an Oracle 10 g server.

    DELETE 
    FROM tableA
    WHERE ID in (1,2,3)
    

    If there is only a single ID for the IN clause, it works.  But if more than one ID is provided, I get an error message "SQL command" not correctly completed.  Here's the query as CF:

    DELETE 
    FROM TRAINING
    WHERE userID = <cfqueryparam cfsqltype="CF_SQL_VARCHAR" value="#trim(form.userID)#">
         AND TRAINING_ID in <cfqueryparam value="#form.trainingIDs#" cfsqltype="CF_SQL_INTEGER" list="yes">
    

    Someone at - it works with Oracle that can help me with this?  I'm a developer experienced in MS - SQL; Oracle is new to me.

    Thank you

    ^_^

    So much worse... a colleague just told me I should always use parentheses around the values in the IN clause.

  • Problem with the context menu after the last update

    After update of Firefox, the menu is with orders much more that before (Play, Pause, Mute etc), most of them out of context ("Open link in a new tab" when there is no link) and none of them works.

    Problems with a massive menu have been reported as posed by Firebug, so make sure you update to the latest version of Firebug.

  • Problem with flash based Web pages and re - install windows

    Hello!
    I bought the Toshiba NB100 and use the netbook for a few weeks. At first, it worked all fine and exceeded my expectation.
    However, since one some time he experiences trouble with performance based on flash Web pages such as youtube and etc, which makes it not not possible to stream any video smoothly. Basically, it's a fast-paced photo slideshow :(
    The problem here is certainly not the performance mode, which is set at the maximum.
    I tried to get through this problem with re - install the operating system, which is windows XP, but after transfer of the content produced the DVD on a flash drive recovery, the system does not have a configuration menu. It gives me an error report instead.
    * I put the following qustions you: *.
    * 1. What can be the reason for slow running applications? *
    * 2. I'm doing something wrong when you reinstall windows? * Ts here a simple manual for the resettlement of the op?
    Comments, suggestions and advice will be much appreciated and I thank you in advance.

    So you have installed a generic version of Windows XP?

    You may have forgotten to install the drivers graphics and other critical drivers such as the Intel Chipset driver.

    You see problems in Device Manager?

  • Problem with the retailer regarding Vista disk operation

    Remember - this is a public forum so never post private information such as numbers of mail or telephone!

    Ideas:

    • You have problems with programs
    • Error messages
    • Recent changes to your computer
    • What you have already tried to solve the problem

    Hi, I wonder if you can help me with some advice, it is on the PC I bought my father-in-law 6/8mnths ago. Until recently its been fine but lately its reading high and gel etc... to cut a long story short...  When I bought the PC 'Vista' has been pre-loaded and I never thought to check if a disc of the "Vista" operating system has been provided...

    The stepfather wants to re - install the system, but did not get a disc and never had one, when ive asked the shop on this subject that they say that they only provide a... surely that goes away, he said...

    Any help would be accepted with gratitude about whats the carnal... I had one with my Dell.

    Vista recovery media obtain and/or use the Partition Recovery Vista on your computer to the factory settings .

    There is no Vista free download legal available.

    Contact your computer manufacturer and ask them to send a recovery disk/s Vista set.

    Normally, they do this for a cost of $ small.

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    In addition, ask them if you have a recovery Partition on your computer/laptop to restore it to factory settings.

    See if a manual provided with the computer or go to the manufacturer's website, email or you can call for information on how to make a recovery.

    Normally, you have to press F10 or F11 at startup to start the recovery process...

    Another way I've seen on some models is press F8 and go to a list of startup options, and launch a recovery of standards of plant with it, by selecting the repair option.

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    Also ask them if it is possible to do the recovery disk/s for the recovery Partition in case of a system Crash or hard drive failure.

    They will tell you how to do this.

    Every computer manufacturer has their own way of making recovery disk/s.

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    Or borrow a good Microsoft Vista DVD (not Dell, HP, etc).
    A good Vista DVD contains all versions of Vista.
    The product key determines which version of Vista is installed.

    There are 2 disks of Vista: one for 32-bit operating system, and one for 64-bit operating system.

    If install a cleaning is required with a good DVD of Vista (not HP, Dell recovery disks):

    Go to your Bios/Setup, or the Boot Menu at startup and change the Boot order to make the DVD/CD drive 1st in the boot order, then reboot with the disk in the drive.

    At the startup/power on you should see at the bottom of the screen either F2 or DELETE, go to Setup/Bios or F12 for the Boot Menu

    http://support.Microsoft.com/default.aspx/KB/918884

    MS advice on the conduct of clean install.

    http://www.theeldergeekvista.com/vista_clean_installation.htm

    A tutorial on the use of a clean install

    http://www.winsupersite.com/showcase/winvista_install_03.asp

    Super Guide Windows Vista Installation

    After installation > go to the website of the manufacturer of your computer/notebook > drivers and downloads Section > key in your model number > get latest Vista drivers for it > download/install them.

    Save all data, because it will be lost during a clean installation.

    See you soon.

    Mick Murphy - Microsoft partner

Maybe you are looking for

  • My Firefox keeps crashing at random times and becomes more common

    My firefox has been blocked for awhile now at random times. Now it does quite often. I need help to know what is the cause. Thank you

  • PowerPoint on MacBook Pro

    I have a MacBook Pro 15 "2112. I'm doing a presentation of Powerpoint tomorrow. I need to connect to a TV that has an HDMI port. I also need a remote clicker. All are adaptable for Mac or I have to buy a special? Is there a resource on how to impleme

  • New SSD - cannot go beyond the login screen.

    New SSD put in place successfully in the MacBook Pro (mid 2010) 10.6.8 OS. Cloned SSD as boot drive, but do not yet installed inside the case.  I used this drive with success for a few days. Then yesterday with finals and Firefox running, Firefox has

  • Draw Rectangle/KING turned in a XY Chart?

    Hello I have a rectangle (which is an area of research in my field of a follow-up fly) where I know that the KING/coordinates, which is 4 points (4 integers) and a rotation value (1 integer too). You can see in the following screenshot: I paint in a

  • Emptied recycle bin and the need to recover

    Oh no, I accidentally emptied my Recycle Bin and have deleted many files and pictures that I still need. Is there a way in which they can be recovered? Please, please can someone help me?