Posted by oracle on 2008-01-11 12:03 下午
|
主要是参考Oracle Forums上hsawwan的一些帖子来安装的。 前前后后安装了三四回,参阅了很多图文并茂的帮助手册,最后发现还是hsawwan的帖子比较标准些, 下面的内容就是在其基础上结合我的实际经验做了些补充。
Hardware & Software Specifications: - AMD Athlon(tm) 64 X2 dual core 4000+, 2.1 GHz - 2 GB of RAM - 250 GB Hard Drive - Windows 2003 with Sevice Pack 1 (番茄花园)
Installation Steps: 1) Install Windows 2003 Server SP1.
2) Set 'Computer Name' as well as 'Domain Name'. - Right click on 'My Computer' > Properties > 'Computer Name' > Change - Set 'Computer Name' to <hostname> - Click on More - Set a 'Primary DNS Suffix of this Computer' to <domainname.com> 另外,虽然hsawwan未提到设定静态IP,但我还是按着pub上有些帮助文档所提到的设定了静态IP,设为192.168.1.100,则可以ping: C:\> ping 192.168.1.100 C:\> ping hostname C:\> ping hostname.domainname.com 不用去设定 \system32\drivers\etc\hosts文件。
3) Create a new user 'hsawwan' and make this user a member of: - Administrators (local user)
4) Install Visual C++ 8.0 (Which is included in Microsoft Visual Studio 2005) in 'C:\VCPlus' -- Make sure not to install VC++ in a directory that contains spaces.
5) Download 'Cygwin' and install the required packages:
- Create a Cygwin directory (C:\cygwin) -- Make sure not to install 'Cygwin' in a directory that contains spaces. - Download the Cygwin Software (http://www.cygwin.com) - Run 'Setup.exe' and choose 'Download without Installing' - Select the following packages: All Default Archive - Default, plus manually select the zip package Base - Default, plus manually select: ash, coreutils, diffutils, findutils, gawk, grep, sed, tar and which Devel - Default, plus manually select binutils, gcc, gcc-core, gcc-g++, make and mktemp Doc - Default, plus manually select cygwin-doc and man Editors - Default, plus manually select vim Interpreters - Default, plus manually select gawk Shells - Default, plus manually select ash and tcsh Utils - Default, plus manually select cygutils and file
- Once the download is complete, run 'Setup.exe' again and choose 'Install from Local Directory' - Specify the directory where you want to install Cygwin (C:\cygwin) and DOS as the Default Text File Type 下载Cygwin的时候可能会停在那不动,这时可以点取消,然后重新运行setup.exe来下载,在选择下载站点的时候选择跟前面一样的站点, 在package选择界面把ALL后面的Install改为Reinstall,这样就可以继续上次的下载了。
6) GNUMake is not required when using 'Cygwin' since it comes as a part of the 'Cygwin'.
C:\cygwin\bin>copy gawk.exe awk.exe C:\cygwin\bin>copy grep.exe egrep.exe C:\cygwin\bin>copy make.exe gnumake.exe C:\cygwin\bin>copy gcc.exe cc.exe
7) Add 'C:\cygwin\bin' to the system path.
8) No JDK installation is required, JDK 5.0 (java version "1.5.0_08" is bundled with Oracle Applications R12 installation.
9) Set Up the Stage Area:
Stage Area (C:\Stage12) requires a 26 GB hard disk space. Extract the zip files (25 files) which have been downloaded from (http://edelivery.oracle.com). Nothing special to do since the extracted files will create the stage area directory structure by itself. You should see the following structure under 'C:\Stage12' once you are done with the files extraction:
- startCD
|
|