您的位置:首页 > 数据库 > Oracle

开始学习oracle ebs r12--安装前准备 (5)

2008-04-06 16:24 375 查看
除了上面的贴子,下面这个贴子也很有参考意义,是上面那个帖子的补充,一些地方更详细些。

作者是: 向左走向右走的童话

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 > Disk1
- oraAppDB > (Disk 1 to Disk 35)
- oraApps > (Disk 1 to Disk 7)
- oraAS > (Disk 1 to Disk 2)
- oraDB > (Disk 1 to Disk 3)

10) Start the installation:

C:/> cd Stage12/startCD/Disk1/rapidwiz
C:/Stage12/startCD/Disk1/rapidwiz> RapidWiz.cmd

The installation wizard is similar to 11.5.10 RapidWiz. For 'VC++' and 'Cygwin' I have provided the following paths:

s_MSDEVdir=C:/VCPlus/VC
s_MKSdir=C:/cygwin/bin

- It took almost 3 hours to install everything
- Total space required to install Vision instance is 153 GB

11)安装完毕后应该有下面这些service:
Oracle Fulfillment Server VIS_ebstest
Oracle Process Manager for VIS_ebstest(Yes)
OracleConcMgrVIS_ebstest
OracleJobSchedulerVIS
OracleServiceVIS(Yes)
OracleVIS_db102_RDBMSTNSListenerVIS(Yes)
OracleVIS_ebstest_TOOLSASControl
OracleVIS_ebstest_TOOLSProcessManager
OracleVIS_ebstest_TOOLSTNSListenerAPPS_VIS(Yes)
Oracle-VIS_ebstest_WEBOHProcessManager
(ebstest为我的hostname,Yes标识"已启动"的服务)

12)可以用下列账号密码登陆:
sysadmin/sysadmin, operations/welcome, wtucker/welcome, mfg/welcome. etc.

总结:VC++8.0安装比较傻瓜,只要Cygwin装好了,那下面EBS的安装就很smooth了,我之前反复安装几次问题都是出在Cygwin的下载安装上。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: