Can I run OAS in 64bit Windows 2008?

Yes I can, I installed OAS 10.1.3.1 in windows server 2008.
you should modify the file "OAS\install\oraparam.ini"
1. modify this section :

[Certified Versions]
#You can customise error message shown for failure, provide value for CERTIFIED_VERSION_FAILURE_MESSAGE
Windows=5.0,5.1,5.2,6.0,6.1

2. add this sections :
[Windows-6.0-required]^M
#Minimum display colours for OUI to run
MIN_DISPLAY_COLORS=256 ^M
SWAP_SPACE=512^M
TEMP_SPACE=150^M

[Windows-6.0-optional]^M
#Minimum CPU speed required for OUI
CPU=300^M

[Windows-6.1-required]^M
#Minimum display colours for OUI to run
MIN_DISPLAY_COLORS=256 ^M
SWAP_SPACE=512^M
TEMP_SPACE=150^M

[Windows-6.1-optional]^M
#Minimum CPU speed required for OUI
CPU=300^M


Good luck
 
Back
Top