Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Windows 7 Home premium and Oracle 10g Compatibility

785713Jul 17 2010 — edited Jul 18 2010
hi
I am trying to install Oracle 10.2.0.4 for vista x64 on Windows 7 Home premium
i tried too much, but doesnt find any solutions to install it on windows 7
Setup doesnot starts even if i install it in Windows xp (Service Pack 2) compatibility settings
plz tell me some solution
or suggest me some alternatives, if it doesnot have any solutions

waiting for ur kind response

Edited by: 782710 on Jul 17, 2010 3:24 PM

Comments

jtahlborn
Basically, java wasn't designed to be that low level. Other than that, probably no good reason.
800670
Yes, I see, but why isn´t it possible to write the header myself when it consists of usual bytes? That is what I can not understand.
EJP
At a guess it is because either (a) using raw sockets requires privileges and/or (b) Microsoft keep changing the raw sockets API or (c) it's a general-purpose programming language and why would you want to do that?
++sja
You can do raw sockets with third party libraries. They won't be pure java - but you didn't really expect to do raw sockets on your cell phone or TV set top box, or spy and spoof someone's network using an applet.

The FAQ for one such library hints what kind of a mess raw sockets are due to differences in common operating systems; see http://www.savarese.com/software/rocksaw/
At least to some extent the windows API didn't support raw access when java first came out.

So lowest common denominator would be a more likely explanation.
1 - 5
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Aug 15 2010
Added on Jul 17 2010
4 comments
1,577 views