一个人-我的学习随笔

有时候对待技术就好像对待女人,我们通常在已经了解或者相信她有着诱人的身体的时候,才会乐于或者有耐心对待脱衣的前戏。

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
  82 随笔 :: 0 文章 :: 29 评论 :: 1 引用

转帖:

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 2

Installation Steps:
1) Install Windows 2003 Server SP2.

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'.
先删除目标命令,再COPY
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
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的下载安装上。

 

13)如果进入Oracle Application Manager ,选择并发管理,查看其中的内部并发管理器,如果没有启动,请查看node名,请确保与主机名相同,如果不同请修改。)

14)另:如果安装完成后,在登陆页面打开forms窗口,出现FRM-92101错误的时候,执行以下步骤来重新编译forms

如果还需要安装中文补丁,将包含重新编译forms的过程,下列步骤可以不执行(但下面第0步是否必须处理,有待考证)。

0.copy E:\VIS\apps\tech_st\10.1.2\forms\*.msb to E:\VIS\apps\tech_st\10.1.2\forms\mesg

1.adadmin 在cmd运行命令

2.选择第一项

3.生成所有all form

 15)在13步后,如果并发管理器还是无法工作,请进入Oracle Application Manager 的并发管理器,选择内部并发管理器,修改运行参数,使PMON值变小为5.然后进入系统管理员选项--profile--系统,修改Concurrent:GSM Enabled,使之为N。现在可启动并发服务了。

 

另2:中文补丁包的安装

a.在License Manager里注册中文
1)        用SYSADMIN登陆EBS,然后用这个link进入Oracle Application Manager  
2)        选择License Manager  Languages 
3)        在“Select languages to license”表里,点取Simplified Chinese,点击Next
4)        在“Select new Base Language”里,点取Simplified Chinese,点击Next(保留english作为base)
5)        在总结性画面里看到如下设置,点击Submit 

b.在ADADMIN里管理多语言表

执行E:\VIS\apps\apps_st\appl\envshellVIS_glm-java.cmd进入应用环境

0)        用adadmin进入Maintenance Mode
1)        仅仅关闭应用层

在该环境中执行E:\VIS\inst\apps\VIS_glm-java\admin\scripts\adstpall.cmd
2)        修改multilingual tables
在AD Administration Main 界面 
 Maintain Applications Database Entities 界面
 Maintain Multi-lingual Tables
d. 进入中文补丁包目录(包含*.drv文件),运行adpatch,

大概花费15小时左右,中途如果出现worker失败导致安装中断,可以另外打开env窗口,运行adctrl命令,选择隐含

项8,skip当前job,让worker继续工作。

e.退出Maintenance Mode

f.启动所有的应用服务

E:\VIS\inst\apps\VIS_glm-java\admin\scripts\adstrtal.cmd

 

posted on 2009-02-23 15:33 oisiv 阅读(1930) 评论(3) 编辑 收藏

评论

#1楼[楼主] 2009-02-23 15:43 oisiv      
注意,中文补丁包必须与当前操作系统的语言相同,如简体补丁包只能在简体系统上安装,繁体补丁包只能在繁体系统上安装。

至于简,繁体补丁包能否在英文系统上安装,还没测试过。
 回复 引用 查看   

#2楼[楼主] 2009-03-02 09:34 oisiv      
用oracle的卸载程序并不能完全卸载干净。如之前的命名的oracle sid 不能再使用。会提示sid存在。下面是在winxp下完全卸载oracle的方法。
1、开始->设置->控制面板->管理工具->服务
停止所有Oracle服务。
2、开始->程序->Oracle - OraHome81->Oracle Installation Products->Universal Installer
卸装所有Oracle产品
3、运行regedit,选择HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE,按del键删除这个入口。
4、运行regedit,选择HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services,滚动这个列表,删除所有Oracle入口
最好用查找方式,继续删除类似注册键。
5、从桌面上、STARTUP(启动)组、程序菜单中,删除所有有关Oracle的组和图标
6、重新启动计算机,重起后才能完全删除Oracle所在目录
7、删除与Oracle有关的文件,选择Oracle所在的缺省目录C:\Oracle,删除这个入口目录及所有子目录,这里还包括C:\Program Files\oracle,以及ebs的主目录
 回复 引用 查看   

#3楼 2009-06-05 09:57 self[未注册用户]
R12 for nt的mps/mrp计划生成时的并发请求死活也跑不完,处理办法

如果用户将计划作为单线程的进程来运行,那么必须至少同时运行4个并发进程:

1、基于内存的快照
2、快照监控器
3、基于内存的计划者
4、所有其他快照工作器,删除工作器和装载者工作器

前三个进程将在某一段时间里同时运行,在装载工作器和快照工作器完成各自处理之前,这些进程将一直运行。因此如果并发管理器中只有3个可用空余空间(目标进程),那么总计划过程将挂起。

解决方法:配置项MRP: Snapshot Workers控制并发进程的数目,通过修改将其设置为0,就可以使计划作为单一线程的进程来运行,就不会出现整个计划过程被挂起的情况。
 回复 引用