Showing posts with label WINDOWS. Show all posts
Showing posts with label WINDOWS. Show all posts

Wednesday, February 17, 2010

Uninstalling Oracle Manually

Uninstalling Oracle Manually

Windows XP /2000 / 2003 Server
In the past I've had many problems uninstalling all Oracle products from Windows systems. Here's my last resort method:

    * Uninstall all Oracle components using the Oracle Universal Installer (OUI).
    * Run regedit.exe and delete the HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE key. This contains registry entires for all Oracle products.
    * Delete any references to Oracle services left behind in the following part of the registry:
      HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services/Ora*
      It should be pretty obvious which ones relate to Oracle.
    * Reboot your machine.
    * Delete the "C:\Oracle" directory, or whatever directory is your ORACLE_BASE.
    * Delete the "C:\Program Files\Oracle" directory.
    * Empty the contents of your "c:\temp" directory.
    * Empty your recycle bin.

At this point your machine will be as clean of Oracle components as it can be without a complete OS reinstall.

Remember, manually editing your registry can be very destructive and force an OS reinstall so only do it as a last resort.

Tuesday, January 19, 2010

Windows Vista Home Premium

Windows Vista Home Premium


Windows Vista Home Premium – is meant for Digital Entertainmnet

With Windows Vista Home Premium Edition You have more fun with your music, TV, games, and digital media.

Vista home premium making it easy to take control of all Multimedia and gaming needs with new security features:

windows vista home premium

windows vista home premium

Windows Vista Home Premium Features

  • Parental Controls
  • Windows Photo Gallery
  • Windows Aero™ with Windows Flip 3D
  • Windows Media Center
  • Windows Tablet and Touch Technology

Windows Vista Home PremiumPrice in India – 6,000/- INR (Indian Rupee)

Friday, January 8, 2010

Windows File Systems

When installing Windows XP from scratch, it prompts you to select from two different file systems: FAT32 and NTFS. As expected, it gives no real reason why you should select one or the other, and defaults to NTFS.

FAT32
If you're installing on a dual-boot system where you would have a FAT32 partition (default type for Windows 98 and SE for partitions over 2GB), you may run into problems depending on your situation. The FAT32 file system was created when the size of hard drives exceeded 2GB. The previous file system for DOS and Windows 95 was FAT16, which offered at most 2GB of allocation on your hard drive. This of course is useless for today's hard drives when you can't find anything under 10GB anymore. Where FAT16 allowed a 2GB maximum, FAT32 only allows a 32GB maximum. If your hard drive is over 32GB, you'll have to split it into separate partitions, or use NTFS.

NTFS
NTFS was introduced with Windows NT. Among the reasons why it was introduced, it allowed partitions greater than what's even offered today, and boasts better performance and security. Focusing on security, it's possible that while an NTFS hard drive is secure when running Windows XP, there's no easy way to get back into the hard drive if you boot from an emergency floppy that only sees a FAT16 or FAT32 partition, such as what you'd get from a 98 or ME emergency floppy. The security in NTFS actually prevents you from circumventing its own file system from a boot floppy. This means that if for some reason your hard drive becomes unusable and you need to move data off of it, the task won't be as easy as it was when using Windows 95, 98, and ME. The solution that the user has in this situation is to boot from the Windows XP CD and run a repair on the hard drive. This should fix any problems the user had with the system and bring it back to a bootable state. The other issue is in dual-boot situations. Running under NTFS, you can see FAT16 and FAT32 partitions, but if you boot back into Windows ME, you can't see the NTFS partition. This is a problem if you downloaded something to your XP partition and you want to move it to your ME partition while running under ME. Also, if you upgraded ME to XP and you convert your file system from FAT32 to NTFS, you cannot go back to Windows ME since ME can't run under NTFS. However, only NTFS allows you to set permissions on individual folders so that you can control who sees what.

Converting from FAT32 to NTFS at a later time
If you want, under Windows XP you can convert your FAT32 partition to NTFS using the following command from your Command Prompt:

convert c: /fs:ntfs

Conclusion
With all this information, find what suits your needs and go with it. If you're the kind of person that backs up regularly, go with NTFS. Same if you want to use a partition over 32GB without partitioning. If you want to play it safe, or if you want the ability to transfer files from one partition to another under a dual-boot situation, stick with FAT32. If you want to read more about these file systems, Microsoft has an excellent article on their web site.




Under Creative Commons License: Attribution