Oracle E-Business Suite R12.2的新技术特点
Oracle公司的系统研发开发与执行效率,让人不得不佩服。从2008年1月收购BEA到现在短短几年时间,就把Bea WebLogic产品融合到了Oracle公司自己的原研发产品之庞大的Oracle E-Business Suite(简称 :Oracle EBS) 中,这一技术革新,对于未来Oracle其他产品与Oracle E-Business Suite的融合奠定了基础,也使Oracle公司的除数据库之外的第二大产品Oracle E-Business Suite增加了新亮点.同时给ERP产品竞争对手又增加了一层难度.
首先我们看看到底Oracle E-Business Suite R12.2的新技术特点有哪些? 无疑的是融合了Bea WebLogic,也是这次革新的中心点,产品结构如下:

(一).Oracle E-Business Suite R12.2的中间产品
(1).由原来Oracle Application OC4J,Oracle Application JSP替代成webLogic Server,WebLogic JSP服务
通常我们口中说Web Service(Oracle Application),现在直接融合为webLogic产品来Service.
即以前有Oracle Application OC4J和Oracle Application JSP服务管理程序,现在为webLogic Server,WebLogic JSP服务器管理。优化产品结构
(2).同时也保留着Oracle Application 的Form Server和Report Server,保证了传统的Oracle Form和Oracle report程序继续是Oracle E-Business Suite程序核心之一,(呵呵,也保证了很多Oracle Developer从业人员的饭碗,包Oracle公司的Oracle Application Server研发人员)
(二).Oracle E-Business Suite R12.2的数据为产品
从上图中直接可以看出Oracle E-Business Suite R12.2直接融合Oracle database 11gR2,Oracle E-Business Suite R12.1.X是融合Oracle database 11gR1版本(default install)
(三).Oracle E-Business Suite R12.2的文件系统体系结构目录
(1).数据库方面:在原来RDBMS和data分开的存储结构目录中,增加了RMAN备份恢复文件目录
(2).应用方面:变化比较大
a.增加了webLogic的文件系统(FMW_Home);10.1.2(ORACLE_HOME)与APPL_TOP同一级目录下管理(EBSapps)
注:10.1.3(IAS_HOME)肯定不存在了,前面提到是由webLogic来管理服务了
当然启动服务的Shell也是变化的
(四).Oracle E-Business Suite R12.2打补丁
增加了支持 online Apply patch
Oracle E-Business Suite R12.2的新技术特点的更多相关文章
- ERP_Oracle Erp R12.2的新技术特点(概念)
2014-09-09 Created By BaoXinjian
- Log file location for Oracle E-Business Suite R12
Log file location in Oracle E-Business Suite R12 - Apache, OC4J and OPMN: $LOG_HOME/ora/10.1.3/Apach ...
- Oracle E-Business Suite R12.1.x Installation And Upgrade Guide Step by Step
1. Install Oracle E- Business Suite R12.1.1 2. Upgrade E- Business Suite From 12 ...
- 查找EBS中各种文件版本(Finding File Versions in the Oracle Applications EBusiness Suite - Checking the $HEADER)
Finding File Versions in the Oracle Applications EBusiness Suite - Checking the $HEADER (文档 ID 85895 ...
- [转帖]SAP S/4 HANA与SAP Business Suite/R3(ECC)的区别
SAP S/4 HANA与SAP Business Suite/R3(ECC)的区别 https://blog.csdn.net/zhongguomao/article/details/5351520 ...
- SAP S/4 HANA与SAP Business Suite/R3(ECC)的区别
转自:https://blog.csdn.net/zhongguomao/article/details/53515203 去年SAP推出了新一代商务套件SAP S/4 HANA,无疑是ERP行业创新 ...
- Using Load-Balancers with Oracle E-Business Suite Release 12 (Doc ID 380489.1)
Using Load-Balancers with Oracle E-Business Suite Release 12 (Doc ID 380489.1) Modified: 12-Jun-20 ...
- Part 2: Oracle E-Business Suite on Cloud FAQ
Running Oracle E-Business Suite on Oracle Cloud is simple, but it doesn't take too much effort to co ...
- Deploying JRE (Native Plug-in) for Windows Clients in Oracle E-Business Suite Release 12 (文档 ID 393931.1)
In This Document Section 1: Overview Section 2: Pre-Upgrade Steps Section 3: Upgrade and Configurati ...
随机推荐
- [持续更新]一些zyys的题的集合
Luogu P1119 灾后重建 Sol:对于每个中转点K,需且仅需以此松弛一次 Key words:Floyd,本质活用 考题 路径数 题目描述: Euphemia到一个N*N的药草田里采药,她从左 ...
- RecordingOptions录制设置选项
1.录制思考时间 2.录制方式 3.自定义证书 4.非资源选项
- JVM参数之-XX:+HeapDumpOnOutOfMemoryError(导出内存溢出的堆信息(hprof文件))
当出现HeapDumpOnOutOfMemoryError错误时,我们需要分析原因,下面的程序就是模拟这个错误并导出dump文件,好让你分析 GcTest.java package gc; publi ...
- jquery内容补充
jquery除了咱们上面讲解的常用知识点之外,还有jquery 插件.jqueryUI知识点 jqueryUI 官网: https://jqueryui.com/ jqueryUI 中文网: http ...
- Fatal error: Cannot use object of type PHPExcel_RichText as array
Fatal error: Cannot use object of type PHPExcel_RichText as array 上传导入Excel的时候会出现此问题,问题的原因是Excel表格中有 ...
- 迷你MVVM框架 avalonjs 0.92发布
本版本最大的改进是引入ms-class的新风格支持,以前的不支持大写类名及多个类名同时操作,新风格支持了.还有对2维监控数组的支持.并着手修复UI框架. 重构 class, hover, active ...
- HBase安装和启动
目录 认识HBase 前期准备 1. 解压HBase 2. 修改3个配置文件(配置文件目录:hbase-0.96.2-hadoop2/conf/) 3. 将hadoop的hdfs-site.xml和c ...
- 在mybatis中模糊查询有三种写法
<select id="selectStudentsByName" resultType="Student"> <!--第一种--> ...
- org.json库下的json的基本使用
public class Users { private String username; private String password; public String getUsername() { ...
- 浅探SpringMVC中HandlerExecutionChain之handler、interceptor
讲解HandlerExecutionChain之前,先大致了解下SpringMVC的核心开发步骤: 在web.xml中部署DispaterServlet,并配置springmvc.xml等文件; 将映 ...










