Simultaneous removal and update of PK since another session

Hi friends,
I have a large table which I delete with an index from a single session. While it is running in the background, I'm trying to update the primary key of the same table to a different line which is not included in delete it (without line-level locking). But my second session seems to be hanged. Please can you explain the reason. This will happen if I do an insert on this table?

Yes, there are FKs pointing back to the EMP table.

The (sad) reality is that you can have FK without having a UNIQUE on CF index.
When there is no index FK, child table together gets locked when changes (INSERT, UPDATE, DELETE) is made for PK.
After evidence indexes exist for all FK pointing to the EMP table.

Tags: Database

Similar Questions

  • How can I remove and update Apple Safari App. ?

    How can I remove and update Apple Safari App. ?

    You must provide much more information.

    I hope that you are not really running OS X 10.4.8.

    What is the problem with Safari?

    By the end of 2012 mini Mac, OS X El Capitan 10.11.2; Apple Watch, 38 mm silver AL, Watch OS 2.1; iPad 2 & iPhone 6 + iOS 9.2 air

  • table update, cancel the change, another session could ' get value changes in 10g

    Edit data in a table, then advanced to change its original value. In general another session could get changed by advanced in select value but it not work. After the "starting strength" I can get it.

    I did this test in 11.2.0.3 and I get the value without the "starting strength". Who can tell me why? Thank you very much.

    ORACLE 10.2.0.1, OS rhel5.4 x86_64

    session1:

    SQL > create table ty (name varchar (20));

    Table created.

    SQL > insert into ty values ('XXXX');

    1 line of creation.

    SQL > commit;

    Validation complete.

    SQL > update ty set name = "YYYY";

    1 line update.

    SQL >

    session2:

    change cancel

    Select

    INDX,

    ktuxesta,

    ktuxecfl,

    ktuxesqn,

    ktuxesqn envelope #.

    ktuxescnw scnW,

    SNCB ktuxescnb,

    ktuxerdbf dba_file,

    ktuxerdbb dba_block,

    nub ktuxesiz

    Of

    x$ ktuxe

    where

    ktuxesta = 'ACTIVE '.

    ;

    KTUXESTA KTUXECFL KTUXESQN # SCNW DBA_FILE DBA_BLOCK NUB SNCB WRAP INDX

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

    263 ACTIVE NO 4 4 0 736229 5 59 1

    BED > define dba 5,59

    S/N 0X0140003B (5,59 20971579)

    BED > find/c XXXX

    File: /oracle/oradata/ora10/undotbs02.dbf (5)

    Block: 59 Offsets: 1361 in 1872 Dba:0x0140003b

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

    58585858 0000000c 00480020 001 0002 001300e2 00000000 01000000 010000e2 c

    0000000b 01140008 0401003 b fd070000 00000086 fd070000 a 00400101 002, 0086

    00000019 0de30277 00000000 00000000 00000000 00000004 016d18bc 9c0a0000

    2a 000010 0000005 00170004 002b 0000 00400101 9c0a00ba 80000075 0e4000b9 b

    0e4000ff 12058102 0000002c 0000002f 00070600 00040001 00000002 c1170180

    01800778 72021315 162e0180 0180000c 00180010 001 0002 00150005 02000005 c

    02000000 00000000 0000000b 01133000 00040002 016d18bc 2a00003b 00400101

    002e0008 10400001 12058101 00000065 00090700 00070002 0000002c 104000ff

    00000001 80018001 80018001 8002c 109 07787202 1315162e 0000000c 00180010

    001C 0002 00150005 02000005 02000000 00000000 0000000 01132f00 00040002 b

    016d18bc 2a00003b 00400101 002f0007 10400001 104000ff 12058102 0000002c

    00000037 00090700 00070002 00000002 01800180 01800180 07787202 c10e0180

    1315162e 0000000c 00180010 001 0002 00150005 02000005 02000000 00000000 c

    0000000b 01132e00 00040002 016d18bc 2a00003b 00400101 002c 0007 10400001

    104000ff 12058102 00000036 00090700 00070002 00000002 c10e0180 0000002c

    01800180 01800180 07787202 1315162e 0000000c 00180010 001 0002 00150005 c

    < 32 bytes per line >

    BED > d/v s/n 1361 offset 5.59 County 10

    File: /oracle/oradata/ora10/undotbs02.dbf (5)

    Block: 59 Offsets: Dba:0x0140003b 1361 to 1370

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

    58585858 0000000c l 0048 XXXX... H

    < 16 bytes per line >

    BED >

    BED > change/c Davis dba 5,59 1361 offset

    WARNING: the content of previous BIFILE will be lost. Move forward? Y (Y/N)

    File: /oracle/oradata/ora10/undotbs02.dbf (5)

    Block: 59 Offsets: Dba:0x0140003b 1361 to 1370

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

    44444444 0000000c 0048

    < 32 bytes per line >

    BED > sum dba 5,59 apply

    Check file 5, block 59 value:

    current = 0x0c0a, required = 0x0c0a

    BED > d/v s/n 1361 offset 5.59 County 10

    File: /oracle/oradata/ora10/undotbs02.dbf (5)

    Block: 59 Offsets: Dba:0x0140003b 1361 to 1370

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

    44444444 0000000c l 0048 Davis... H

    < 16 bytes per line >

    BED >

    session3:

    SQL > conn / as sysdba

    Connected.

    SQL > alter system flush buffer_cache;

    Modified system.

    SQL > alter system flush shared_pool;

    Modified system.

    SQL > conn ty/ty

    Connected.

    SQL > select * from ty.

    NAME

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

    XXXX

    SQL >

    SQL > startup force

    ORACLE instance started.

    Total System Global Area 285212672 bytes

    Bytes of size 2020192 fixed

    83889312 variable size bytes

    192937984 of database buffers bytes

    Redo buffers 6365184 bytes

    Mounted database.

    Open database.

    SQL > conn ty/ty

    Connected.

    SQL > select * from ty.

    NAME

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

    DELALANDE

    SQL >

    In 11g

    Oracle OS: RHEL X86_64 6.2 11.2.0.2

    session1:

    SQL > select * from test;

    NAME

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

    XXXX

    SQL > update test set name = "YYYY";

    1 line update.

    SQL >

    session2:

    SQL > /.

    KTUXESTA KTUXECFL KTUXESQN # SCNW DBA_FILE DBA_BLOCK NUB SNCB WRAP INDX

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

    343 ACTIVE NO 1288 1288 0 1738249 3 242 1

    BED > set s/n 3 242

    S/N 0X00C000F2 (12583154 3 242)

    BED > find/c XXXX

    File: /oradata/oradata/ora10/undotbs01.dbf (3)

    Block: 242 Offsets: 5741 to 6252 Dba:0x00c000f2

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

    58585858 0000000 c 004 c 0020 0002 001400 010000 00000000 01000000 cd cd 001C

    0000000b 01130008 010000 00014 010e00ed 7d1a0000 00C 000000f2 0c 000000ee

    7d1a0000 530c8b99 861 000000f8 has 0000 00000 00000000 00000004 00C 00d7dbf2

    0de4dbff 7e000005 00200004 c 0500007 01b 00024 012f0000 80000096 861a 0062

    0c 400060 0c4000ff 12058101 0000002c 00070600 00030001 00000002 00db005c

    c10702c1 79640b0b 07018007 14151601 80018016 001d000c 004c 0020 00020002

    00020007 00010001 000000 cd cd b 010000 00000000 01000000 0000000, 01060008

    0c 010000 00014 000000ed 00000090 7d1a0000 7d1a0000 010d00c6 00C 000000f2

    cea43485 861 has 0000 00000 00000000 00000004 8fb30005 0d 000000 00C 000000f1

    001f0004 c 0500007 01b 00024 012e0000 861a 0062 80000082 0c 400060 0c4000ff

    0000002c 12050101 00db0054 000706ff 00040005 00020003 00000001 ff000000

    000600c 1 3f0000c1 610000c 1 16000079 640b0b14 15160080 00000080 0000000 c

    c 004 0020 0002 001400cd 010000 00000000 01000000 0000000b 01210008 cd 001C

    0c 010000 000000f2 00C 7c1a0000 000000C6 7d1a0000 00000090 00014 010c006f

    861a 0000 00000 00000000 00000004 0de4dbff 7e000005 06C 00000065 cea43471

    001C 0004 0500007c 01b 00024 012d 0000 8000006e 861a 0062 0c 400060 0c4000ff

    < 32 bytes per line >

    BED > change the offset of 3 242 s/n/c Davis 5741

    WARNING: the content of previous BIFILE will be lost. Move forward? Y (Y/N)

    File: /oradata/oradata/ora10/undotbs01.dbf (3)

    Block: 242 Offsets: 5741 to 6252 Dba:0x00c000f2

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

    44444444 0000000c 004c 0020 0002 001400cd 010000 00000000 01000000 cd 001C

    0000000b 01130008 010000 00014 010e00ed 7d1a0000 00C 000000f2 0c 000000ee

    7d1a0000 530c8b99 861 000000f8 has 0000 00000 00000000 00000004 00C 00d7dbf2

    0de4dbff 7e000005 00200004 c 0500007 01b 00024 012f0000 80000096 861a 0062

    0c 400060 0c4000ff 12058101 0000002c 00070600 00030001 00000002 00db005c

    c10702c1 79640b0b 07018007 14151601 80018016 001d000c 004c 0020 00020002

    00020007 00010001 000000 cd cd b 010000 00000000 01000000 0000000, 01060008

    0c 010000 00014 000000ed 00000090 7d1a0000 7d1a0000 010d00c6 00C 000000f2

    cea43485 861 has 0000 00000 00000000 00000004 8fb30005 0d 000000 00C 000000f1

    001f0004 c 0500007 01b 00024 012e0000 861a 0062 80000082 0c 400060 0c4000ff

    0000002c 12050101 00db0054 000706ff 00040005 00020003 00000001 ff000000

    000600c 1 3f0000c1 610000c 1 16000079 640b0b14 15160080 00000080 0000000 c

    c 004 0020 0002 001400cd 010000 00000000 01000000 0000000b 01210008 cd 001C

    0c 010000 000000f2 00C 7c1a0000 000000C6 7d1a0000 00000090 00014 010c006f

    861a 0000 00000 00000000 00000004 0de4dbff 7e000005 06C 00000065 cea43471

    001C 0004 0500007c 01b 00024 012d 0000 8000006e 861a 0062 0c 400060 0c4000ff

    < 32 bytes per line >

    BED > apply sum s/n 3 242

    Check file 3, block 242 value:

    current = 0xae88, required = 0xae88

    BED >

    session3:

    SQL > alter system flush buffer_cache;

    Modified system.

    SQL > conn ty/ty

    Connected.

    SQL > select * from test;

    NAME

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

    DELALANDE

    SQL >

    SQL > select version of v$ instance;

    Version

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

    11.2.0.2.0

    SQL >

    Hell _in_memory_undo parameter

  • 2 storage Equallogic PS6100 pool, need to remove and update of 1 member

    I PS6100 2 in 1 pool of storage. One of them is having a few problems and desperately need to have updated firmware to update (we're on 6.02, other 7.1.5 of the).

    So I want to remove the other older and move all the other Member of the pool of storage volumes. then do some maintenance (firmware) and put online and return in the storage pool.

    I see a few references to 'remove member', but don't know if it's the best way to go.

    Hello

    First question, do you have a box to open with Dell?  Moving members entrance/exit will put additional pressure on the discs.

    What are the "themes" you encounter?

    You run VMware ESXi servers?   EQL FW before 6.0.6 - H1 are vulnerable to damage to their experience VMFS data warehouses.  What is lost data.   For best results, the VMs and ESXi servers must be down when you upgrade the firmware in this specific scenario.

    You don't want to remove a member, want to create a new pool, for example "Maint" and then activate this 6.0.2 Member and move it to the pool "Maint".   This assumes that the Member still has enough free space to hold the amount of data written to the 6.0.2.  If this isn't the case, you can not remove this member from the pool unless you add in another table EQL to this pool.

    Move outside Member, will force the data to drop for the members remaining in the same pool.

    To what extent are you planning on the upgrade?   I suggest that you go at least the latest version of 8.1.x.

    On the 6.0.2 table you will need to first go to 7., 1.x, reboot, then you can switch to 8.1, x then move 7.1.x member to 8.1.x then you can merge the pools.

    Kind regards

    Don

  • Can I uninstall updates and updates of security since a year or two ago without messing anything up?

    When the computer made on security updates or updates only on can uninstall. Some are for about a year. Thank you Sharon

    The older updates, less likely you could uninstall because subsequent updates have older as a prerequisite.  It really depends on the chain of dependencies for the individual updates in question.  You can use system restore to go back to go further than.  If you have backups, you can also use them to go back.  If you don't have backups, you should seriously consider getting an external hard drive and a good backup program 3rd party like Easeus Todo Backup or Norton Ghost or Memeo.

    Good luck.

  • get an error to remove and update statement using the escape char

    for the following statement:
    Order of UPDATE
    A DATE = NULL
    WHERE
    circuit AS in_service_id | '------%' ESCAPE ' \'
    AND ord_id = "ORD1."

    getting below error:

    ORA-01424: missing or illegal character that follows the escape character

    any suggestions?

    Assuming that in_service_id is a variable

    The value of the variable can have any value that is having '-' char, this statement will give error.

    This can help.

    Order of UPDATE
    A DATE = NULL
    WHERE
    circuit AS replace(in_service_id,'\','\\') | '------%' ESCAPE ' \'
    AND ord_id = "ORD1."

  • I can't get updates since SP2 installation and update of the Windows Update Agent.

    I have Vista Home Premium 64-bit.  I have done 3 installs clean for several days and each time I install SP2 and update the Windows Update Agent I can't get updates.  When I click search for updates, it just keeps looking for hours and hours and never stops looking.  I tried several solutions on the internet, including those found here.  Of course, the first thing I did was run the Fixit of Windows Update tool.  He could not solve any problems found.  He gave the error code 0 x 80070005.  I installed the SubInAcl.exe and run several different command text and a text of the batch.  The batch text did nothing.  The texts of order had errors of syntax and a file, he could not access.  I ran the System File Checker, and it finds errors, it could not fix.  I just did a clean install on this machine 6 or 8 months ago because I was going to get rid of the computer, so when I put in place I used the username user.  I came across no problem at all when I installed the operating system and update everything.  Since then, I decided to keep the computer, so I wanted to have it in my name.  As I said, this is my 3rd try.  I am willing to give.  Maybe someone here can help.

    I tried two clean installs and I get the same thing.  Once I have installed SP2 and the new Agent update, I can't get more updates.  It keeps only the search for hours without results or error messages.  I tried all of the suggestions I found on the internet, but nothing works.  I get always the same error code 0x80070005, when I run the Fixit of Windows Update tool.  There must be a way to solve this problem.  Why I was able to do a clean install of 6 or 8 months without any problems, but now I can't.  It makes no sense at all.  I really hope someone who knows the answer reads this.

    Ralph C.

    I finally got it!  I tried two other proposed solutions, then I ran the System File Checker, which is no problem, then I ran Check Disk.  Check disk found and repaired files in the file system of BITS among others.  After that, I'm now completely up to date with Windows Update.  I was ready to give up.  I'm glad I did not.  For anyone else having similar problems, don't give up, the answer is there.

    Ralph C.

  • my dvd/cd drive and all other removable drives are more recognized since an update from microsoft

    I need help! My CD/DVD drive has disappeared, it is not even in the BIOS, and all the other removable disks since I installed an update from Microsoft. I went through all the troubleshooting steps and nothing has worked, including the fix it. How can I fix it? I contacted Microsoft and back an email that I had to PAY for technical support to resolve this issue. Which seems hardly fair since there was an update on their part that messed up my laptop. I have a Gateway MX8738 with Vista Home Premium. I have not seen the error messages it just that there is no CD/DVD drive installed and when I check in my computer the only things that are displayed are the drives C and D.

    Hello

    Step 1: Please do all the same underneath if you did some before as is often total
    a process that solves the problem.

    Try this - Panel - Device Manager - CD/DVD - double click on the device - driver tab.
    Click on update drivers (this will probably do nothing) - RIGHT click ON the drive - uninstall.
    RESTART this will refresh the default driver stack. Even if the reader does not appear to continue
    below.

    Then, work your way through these - don't forget the drive might be bad, could be a coward
    cable or slight corrosion on the contacts (usually for a laptop) and other issues.

    Your CD or DVD drive is missing or is not recognized by Windows or other programs
    http://support.microsoft.com/kb/314060 - a Mr Fixit

    The CD drive or the DVD drive does not work as expected on a computer that you upgraded to
    for Windows Vista
    http://support.Microsoft.com/kb/929461

    When you insert a CD or a DVD, Windows Vista may not recognize the disc
    http://support.Microsoft.com/kb/939052

    Your CD or DVD drive cannot read or write media - A Mr Fixit
    http://support.Microsoft.com/GP/cd_dvd_drive_problems

    CD/DVD drive does not appear in Windows Vista, or you receive this error in Windows
    Vista installation after booting from the DVD (AHCI)
    http://support.Microsoft.com/kb/952951
    Drive CD - R or CD - RW Drive is not recognized as a recordable device
    http://support.Microsoft.com/kb/316529/

    Hardware devices not detected or not working - A Mr Fixit
    http://support.Microsoft.com/GP/hardware_device_problems

    Another possibility is that the cables are loose. Remove ALL power, then check the cables
    both ends. Remove and replace, do not just tight. For laptops, you can often clean the
    power and data of the contacts with a pencil eraser.

    Some DVD players do not use the Windows default drivers so check with the system manufacturer
    and the manufacturer of the device to see if there is a firmware or drivers for your drive if necessary.

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

    Step 2: You have disc problems as the CD/DVD is actually 4 discs in 1 case
    (Read burn CD & DVD and CD and DVD). It's not unusual for 1 or 2 parts to not
    function, while others do so correctly.

    Did you follow the Troubleshooting Guide for the reader who still does not work? There are
    the entries in registry that the troubleshooter does not solve and those who "might" be the cause.

    Check with your Maker system and a device for the two possible firmware updates
    and the correct registry entries for your car.

    Here are the keys to what I believe are the ones in question - for the CD/DVD drive subkeys
    course because there will be other subkeys in these keys. Do not forget to ask involved specific keys
    as well as the parameters.

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\IDE

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Hardware Profiles\0001\System\CurrentControlSet\Enum\IDE

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\ {4D36E965-E325-11CE-BFC1-08002BE10318}

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

    You can probably find more info here and maybe even right for registry settings
    your CD/DVD from someone with the same drive model.

    Forums - a lot of expert real help
    http://Club.myce.com/

    CD/DVD units
    http://www.myce.com/storage/

    I hope this helps.
    Rob - bicycle - Mark Twain said it is good.

  • Drag point MCLB and update a particular cell of an another MCLB

    I am a very new LabVIEW Developer who has worked on a feature to implement the ability to move an element from one MCLB to another and update a particular cell (depending on where you drag the element) with the information contained in the trail. I was able to get a very gross put solution implemented and it illustrates my problem and the solution very well.

    I was unable to find any other way to do it, if it causes a question now to continue adding features for drag and drop interactions. As an example would be eager to reorganize the data of one of the MCLB.

    There are some problems with this implementation, if it works apparently to provide drag I want. However, it must be a better way to do it by programming, should not rely on "hard-coded" values

    Hi nsecrist,

    the structure of your event with the events dragging blocks an original feature of MCLB to move and copy lines. Please find attached the modification of your code. I used the double click event to slide instead of the event and the value stored in the string 'element '. If you double-click MCLB, the value of the cell to copy to 'element' and if you double click with the 'Shift' key, value of 'element' copy to the cell of MCLB. I know that's not as simple as drag and drop, but I hope this helps you.

    Best regards

    CaravagGIO

  • BSOD in Windows 7 since the addition of Office 07 and updates Windows.

    How can I keep my computer from HP 1 month (Windows 7 Home Premium 64-bit) to close down and blue-screening at random times?  First thing I did when I got it was to slowly add programs I used on XP safely in the past.  I run Comcast w/McAfee and virus scan came negative.  However, just recently, I added Microsoft Office 2007 Ultimate Steal and updates the Microsoft appearing to all appropriate... I think that's when the trouble started.  Since then, I had random and/or closures crashes.  All the expert advice would be appreciated.  Thank you!!!

    Here's a common reason is given:

    Signature of the problem:
    Problem event name: BlueScreen
    OS version: 6.1.7600.2.0.0.768.3
    Locale ID: 1033

    More information about the problem:
    BCCode: 1a
    BCP1: 0000000000041790
    BCP2: FFFFFA80036FA470
    BCP3: 000000000000FFFF
    BCP4: 0000000000000000
    OS version: 6_1_7600
    Service Pack: 0_0
    Product: 768_1

    Files helping to describe the problem:
    C:\Windows\Minidump\123109-17035-01.dmp
    C:\Users\Paul & Laura\AppData\Local\Temp\WER-34491-0.sysdata.xml

    Bug Check 0x1A: MEMORY_MANAGEMENT
    A value of 0x0000001A MEMORY_MANAGEMENT bug control a. This indicates that an error occurred serious memory management.
    [Source: http://msdn.microsoft.com/en-gb/library/ms793604.aspx]

    This management mistake of memory is usually hardware related...
    [Source: http://aumha.org/a/stop.htm]

    Bug Check 0 x 50: PAGE_FAULT_IN_NONPAGED_AREA
    PAGE_FAULT_IN_NONPAGED_AREA bug control has a value of 0 x 00000050. This indicates that invalid system memory was referenced.
    [Source: http://msdn.microsoft.com/en-gb/library/ms793437.aspx]

    The requested data were not in memory. An address of invalid system memory was referenced. Defective memory (including main memory, L2 RAM, RAM video cache memory) or incompatible software (including remote control and antivirus software) [emphasis] may cause this stop message, as may other hardware issues (for example, incorrect SCSI termination or imperfect PCI card).
    [Source: http://aumha.org/a/stop.htm]

    I don't think that the problem has nothing to do with after installing Office Ultimate 2007.

     
    -Online if the computer came with a free trial preinstalled, Norton STOP HERE! and reply to this message.

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

    It is possible that the application of McAfee is originally these STOP errors. Discover:

    1. download the Setup program for Microsoft Security Essentials * (MSE), save the download to your desktop: http://www.microsoft.com/security_essentials/default.aspx

    2 close all applications (anything with an icon on the taskbar) open and repeat steps #1 and #2 (only) of the solution triple McAfee & reboot.

     
    3. IMMEDIATELY to make sure that the Windows Firewall is on 100%!

    4. close all applications (anything with an icon on the taskbar) open then right click on the file that you saved in step #1 above and select run as administrator to install MSE; Follow all the instructions.

    5. after the restart, manually & repeatedly updated MSE until you get one invite 'no more updates'.

    6 test cycle.

    If the behavior persists, contact HP Support as soon as POSSIBLE under your warranty or Service contract.

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


    * I'm only using MSE as a Guinea pig here. You don't necessarily have to leave installed when we're done with our troubleshoointing but I wouldn't reinstall McAfee freebie just yet IIWY or if install any application of Norton.

    ~ Robear Dyer (PA Bear) ~ MS MVP (that is to say, mail, security, Windows & Update Services) since 2002 ~ WARNING: MS MVPs represent or work for Microsoft

  • I removed my xp hard drive to another computer and now it says I need to 'enable '.

    http://support.Microsoft.com/kb/950929/en-us

    I removed my xp hard drive to another computer and now it says that I have to 'activate' and when I try, I get a weird response and they all but hang up on me.  I used this drive for many years, even the screen shows a picture of my table with flowers in a vase.  What is going on?  How can I get this problem?

    Your hard drive, installed on a computer with Windows XP was preinstalled by the computer manufacturer? If this is the case, then you have a "OEM version" of Windows which is linked to the computer first it is installed on and cannot be moved or reinstalled on another computer.

    If however you have a "Commercial" of XP version that you bought in a store, then you should be able to activate by phone, be aware that move the drive from one computer to another is more often go to work and XP may have problems (device drivers and other issues). The best solution is a clean installation (after you back up your data files).

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

    How to activate Windows XP
    http://support.Microsoft.com/kb/307890/en-us

    See the section titled: "how to activate Windows XP by phone.
    Also, make sure that you do not confuse the product key numbers and letters
    (number 8 for the letter B, etc.)

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

    Blank page to activate Windows in the wizard of Windows Product Activation
    http://support.Microsoft.com/kb/314935

    How to contact a Microsoft Product Activation Center:
    http://support.Microsoft.com/default.aspx/KB/950929/en=us

    Microsoft Activation centers worldwide telephone numbers:
    http://www.Microsoft.com/licensing/existing-customers/activation-centers.aspx
    (This site is for activating Volume License, but if you call, they will help you)

    The phone number is not working:
    Microsoft Wordwide contacts: http://www.microsoft.com/worldwide/default.aspx

    Once Windows activated / Genuine Advantage Notifications:
    http://www.Microsoft.com/downloads/en/details.aspx?displaylang=en&FamilyID=afd45b36-3d77-4259-801c-d31a9a90cdcf
    (This tool will confirm that the copy of Windows installed on your PC is genuine and authorized)

    J W Stuart: Http://www.pagestart.com

  • Why don't I have as many files XP update [start / Control Panel / Add or remove programs / currently installed programs and updates]

    Trying to clean up the hard drive, among other things, I found the following in files

    XP [start /control Control Panel / Add or remove programs / currently installed programs and updates]

    22 updates for ms office 2003 dating from 22/01/2007.

    8 updates for the 2007 office system compatibility pack that goes back to the 10/02/2010

    190 updates for Windows XP, which dates back to the 29/06/2006

    6 updates for windows xp media center edition 2005, which dates back to the 29/06/2006

    Are all these necessary, and if not, how can I do to clean them?

    Thank you.

    Hi Renee-me,

    I recommend that you do not uninstall the updates that are installed on your computer.

    Windows Update makes the secure PC and helps run smoothly.

    For more information, refer to this link: Windows Update

    We suggest to delete the Windows updates only in troubleshooting an issue that may have been caused by an update. Refer to KB 310312 for more information on how to use the disk cleanup to free up space on the hard disk.

    Hope the helps of information.

  • When you remove the old updates, in the uninstall/change, section. What kind of update can remove and how far behind? TY

    Together try to remove data from my computer, I noticed that Microsoft has a lot of updates on our programs.  In different years

    as the profile of aclient Microsoft.net Framework 4, Microsoft Visual C ++ 3008 Alt.yr... (2005-2008 +) and MSXML 4.0 SP2 (kb927978)

    I'm a total model in the jargon of the pc and try to free up space. Let me thank all of you for your help.

    Hello

    Thanks for joining us out on Microsoft Community Forums. I understand that you want to remove the data from the computer.

    I suggest you don't delete or remove the updates which is very important to perform the program installed on Windows.

    I suggest you don't not to remove the updates for free space.

    I suggest the link and follow the steps provided in the link it will help you to improve the performance of Windows Vista.

    Optimize Windows Vista for better performance.

    http://Windows.Microsoft.com/en-in/Windows-Vista/optimize-Windows-Vista-for-better-performance

    Refer to clean your hard drive.

    WARNING:

    The data files that are infected must be cleaned only by removing the file completely, which means that there is a risk of data loss.

    Hope this information helps.

    If you have questions related to Windows, please do not hesitate to answer us, we will be happy to help you.

    Thank you.

  • I've updated my explore since the MSN site and then restarted it said I was running a version of Windows.

    I've updated my explore since the MSN site and then restarted it said I was running a version of Windows. I then re installed Vista with my drive of origin as suggested and created that created an old file from windows to save older files and now it will not recognize the key of the product code.

    original title: reinstalling vista

    From you description of the problem you encounter, the scenario where this can happen.

    Windows vista was preinstalled by an OEM or by using a Volume license installation. The problem does not occur on retail versions of Windows Vista. For example, the problem will not occur if you bought Windows Vista and installed the operating system on a computer yourself. If this is the case with your system

    Solve this problem by referring to the article below.

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

    To activate windows vista manually, you can follow the steps described in the links below.

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

    I hope this helps.

  • LAN printer prints not - need to remove and add another printer to obtain a paper copy. Intermittent problem.

    LAN printer prints not - need to remove and add another printer to obtain a paper copy. Intermittent problem.

    http://TechNet.Microsoft.com/en-us/library/bb727037.aspx

    Have a read of the link above re Vista file and printer sharing.

    Permissions/Share info is there as well.

    See you soon.

    Mick Murphy - Microsoft partner

Maybe you are looking for