Oracle is rather slow when it comes to releasing Oracle Client software for new Microsoft Operating Systems. So, I did not expect that Oracle Client for Windows 7 will be ready (and it is not) in time when Windows 7 RTM is released.
However, if you are brave enough to install Windows 7 RTM
in development environment (I am), and your work is tied to Oracle, than try this approach (worked for me):
- Download and unpack Oracle Database 10g Client Release 2 (10203_vista_w2k8_x86_production_client.zip)
- Start elevated CMD prompt (CMD prompt with Administrator privileges) and navigate to folder where you unpacked files
- Start installation of the client with
setup.exe -ignoreSysPrereqs
- Download from MetaLink Oracle Database 10g Release 2 Patch Set 3 and unpack.
- Repeat (2) – (4) for this PatchSet
For points (3) – (5) you have to have MetaLink account – I was unable to locate 10.2.0.4 Patch Set anywhere else. This is drawback, and you can try using 10.2.0.3 if you do not have MetaLink account.
Of course, this is just workaround until Oracle releases proper Windows 7 client.
9.8.2009
Oracle,Windows
Dejan VesićComments (1)
I recently reinstalled my laptop completely (it is very nice Dell XPS M1330) and took that opportunity to make it into decent development machine (w/o all the stupid preinstalled applications).
Installed also Visual Studio 2005 and 2008, SQL 2005 Express and all the little tools necessary (ClipX for example).
Fired up latest web site on which I work on, F5 and … nothing – dreadfull message of “Internet Explorer cannot display the webpage”.
Ok, no panic here, let try Visual Studio 2008 with same web site; nothing
Same site, on two other development machines (Vista & Vista 64) under VS 2005 and VS 2008 works w/o problem.
Started researching and debugging; it turns out that next generation protocol IPv6, or its implementation on Vista clashes with integrated web server WebDev.WebServer.exe; WebDev has a problem finding localhost address in default configuration.
Easy fix for this is to comment ::1 entry in hosts file:

No restart is needed, either of computer or Visual Studio.
(to edit hosts file you can use notepad started with elevated rigths or “Run as administrator“; in Open dialog you type in %windir%\System32\drivers\etc\hosts)
25.5.2008
Vista,Visual Studio 2005,Visual Studio 2008,Windows
Dejan VesićComments (18)
One nice improvement in Vista is enhanced Task Manager – apart from very good Resource Monitor tool, there are a lot of new attributes which you can select for running processes (View / Select Columns); especially interesting are:
- Image Path Name
- Command Line:

However, Microsoft can make some tasks much complicated that they should be; reasonable expectation is that each standard application (and Task Manager is one – it is part of Windows operating system) supports at least basics of Copy / Paste – getting data displayed in a grid in some text format.
For Task Manager that is not case
– there is no way (to my knowledge) to get displayed data from grid in some text form which you can use later.
Solution for this particular problem (and many other related) is in excellent SysInternals package: ProcessExplorer will display full information about selected process and allow you to copy that info on Clipboard:

Best of all, this nice tool is not tied for any particular Windows version – it will work in Windows 2000, XP or Vista.
4.5.2008
Microsoft,Tools,Windows
Dejan VesićComments (0)