Last Updated: September 29, 2017.  This summary cross-references published blog articles and the official certifications listed in the Certifications database on My Oracle Support.  Platform-specific information is available in that database.

Important: This list is maintained by hand. There may be errors or typos. If in doubt, always check the Certifications for the final word.

Obsolete certifications: Releases no longer eligible for Extended Support or Error Correction Support. EBS users have 12 months to upgrade to the latest Fusion Middleware component patchsets, and 24 months to upgrade to the latest database components.

For dates of grace periods for specific Database or Fusion Middleware patchsets, see:

See the Oracle Lifetime Support Policy site for more details about Premier, Extended, and Sustaining Support levels.

Current EBS Releases

EBS Release Announcements

Release 12.0 12.1 12.2
First
Release
12.0.1 (4/2007 12.1.1 (4/2009) 12.2.2 (9/2013)
Release
Update
Packs

12.0.2 (7/2007)

12.0.3 (10/2007

12.0.4 (1/2008)

12.0.5 (5/2008)

12.0.6 (11/2008)

12.1.2 (12/2009)

12.1.3 (8/2010)

12.1.3 RPC1 (3/2014)

12.1.3 RPC2 (9/2014)

12.1.3 RPC3 (4/2015)

12.1.3 RPC4 (10/2015)

12.1.3 RPC5 (8/2016)

12.2.3 (12/2013)

12.2.4 (8/2014)

12.2.5 (10/2015)

12.2.6 (9/2016)

EBS Documentation

Oracle Database Support Dates

  • Database 11.2.0.4 End of Error Correction Support: December 2020
  • Database 12.1.0.2 End of Error Correction Support: July 2021
  • All older database releases are out of Error Correction Support

Database Certifications: EBS Release 12.2, 12.1, 12.0 

Database Certifications: Release 11i

Internal Application Server Tier Certifications: EBS 12.2

  • Forms 10.1.2.3
  • WLS 11gR1 Patchset 5 (10.3.6)
  • WebTier Utilities: 11.1.1.7, 11.1.1.9, ( ⊠ 11.1.1.6 )
  • Java SE (JDK) 7

Internal Application Server Tier Certifications: EBS 12.0, 12.1 (Rapid Install component versions)

Internal Application Server Tier Certifications: EBS 11i

  • Oracle9i Application Server 1.0.2.2.2
  • Forms Patchset 19 ( ⊠ 15, 16, 17, 18)
  • Java SE (JDK) 6 ( ⊠ 1.3, 1.4, 5)
  • Oracle JDBC 9iR2 9.2.0.8

Optional External Integrations: EBS 12.2, 12.1, 12.0

Optional External Integrations: EBS 11i

EBS Client Certifications: Java Runtime Environment

All JRE 1.6, 1.7, and 1.8 updates are automatically certified with all supported EBS releases

EBS Client Certifications: Windows 

EBS Client Certifications: Windows-based Browsers

EBS Client Certifications: Windows-based Office

EBS Client Certifications: Apple Mac OS X and iOS

EBS Client Certifications: Android-based Browsers

  • Google Chrome 35

For full details about certified desktop browser configurations, see:

Other EBS Certifications

Oracle Enterprise Manager Cloud Control 13c

Oracle Enterprise Manager 12c

Oracle Enterprise Manager Grid Control 11gR1

Oracle Enterprise Manager Grid Control 10gR5

  • ⊠ Applications Management Pack for Oracle Enterprise Manager  3.0, 3.1
  • ⊠ Application Change Management Pack for Oracle Enterprise Manager 3.0, 3.1

Oracle Enterprise Manager Grid Control 10gR4

  • ⊠ Applications Management Pack for Oracle Enterprise Manager 2.0.2, 3.0
  • ⊠ Application Change Management Pack for Oracle Enterprise Manager 3.0

 Oracle Enterprise Manager Grid Control 10gR3

    • ⊠ Applications Management Pack for Oracle Enterprise Manager 2.0, 2.0.1

EBS Certifications的更多相关文章

  1. Microsoft Edge Certified with EBS 12.1 and 12.2

    I am very pleased to announce that Microsoft Edge is certified as a new browser for Oracle E-Busines ...

  2. BPM与 SAP & Oracle EBS集成解决方案分享

    一.需求分析 SAP和Oracle EBS都是作为全球顶级的的ERP产 品,得到了众多客户的青睐.然而由于系统庞大.价格昂贵以及定位不同,客户在实施过程中经常会面临以下困惑: 1.SAP如何实现&qu ...

  3. 解决EBS中JAR包冲突的问题

    同事解决的,摘抄上来备用. 问题描述:在OAF里调用ESB的服务报错如下: Error Page   Exception Details.    oracle.apps.fnd.framework.O ...

  4. EBS中利用Socket与外系统通信

    某银行要求做一个签到签退功能,日终EBS系统发送报文与核心系统对帐,规定利用Socket来做传送,记录下步骤: 1.编辑: $INST_TOP/ora/10.1.3/j2ee/oacore/appli ...

  5. Oracle EBS R12的启停脚本

    以下脚本用root用户登录执行: 一.DB启停使用EBS提供的脚本ebs_start.shsu - oraprod -c "/d01/oracle/PROD/db/tech_st/10.2. ...

  6. Oracle EBS - Profile Setting

    EBS Profile Setting (Personalization Basics): Personalization Basics For R12 Forms Enable personaliz ...

  7. Oracle EBS - Doc

    Oracle EBS spec.: http://vianet/IT/IT%20Dept/IT%20Project%20Update2/Active%20Projects%20%20Manufactu ...

  8. ebs r12 -- adadmin: error while loading shared libraries: libclntsh.so.10.1

    安装EBS R12.2增加中文字符集时,运行$AU_TOP/bin/adadmin出错: $ adadmin adadmin: error while loading shared libraries ...

  9. Oracle EBS R12 (12.1.3) Installation Linux(64 bit)

    Oracle EBS R12 (12.1.3) Installation Linux(64 bit) Contents Objective. 3 1 Download & Unzip. 3 D ...

随机推荐

  1. js null, undefined, NaN, ‘’, false, 0, ==, === 全验证

    <html> <head> <meta charset="utf-8" /> </head> <body> <in ...

  2. WCF学习记录(一)

    在这里先简单记录下WCF配置的过程,关于WCF详解,下次再做具体描述. 1. Contract及其实现 a. [ServiceContract(Namespace = "http://www ...

  3. Java设计原则—里氏替换原则(转)

    里氏替换原则(Liskov Substitution Principel)是解决继承带来的问题. 继承的优点: 代码共享,减少创建类的工作量,每个子类都拥有父类的方法和属性: 提高代码的重用性: 子类 ...

  4. SQL Server怎么备份数据库

    1.打开 2.选择需要备份的数据库,右键 Tasks 3.Tasks的下垃菜单 4.add选备份路径,添加名字 5.OK

  5. java: -source 1.6 中不支持 switch 中存在字符串

    最近在使用IDEA进行单个文件编译的时候给我报错,如题. 解决办法:将 Modules --->Sources ---> Language level 改为 7.0就ok了.

  6. Jquery中val、text、html的区别

    html就是你可以添加像<a></a>.<p></p>等标记text只能写文本如果写了上面的标记则会以文本形式输出val是属性,只有有该属性的对象才能调 ...

  7. httpd结合php的fpm模式

    httpd2.4版本的编译安装,不再赘述,查看上一篇:http://www.cnblogs.com/jsonhc/p/7134053.html 从官网下载php源码包:php-5.6.30.tar.b ...

  8. 20145331 实验一 "Java开发环境的熟悉"

    20145331 实验一 "Java开发环境的熟悉" 实验内容 使用JDK和IDE编译.运行简单的Java程序.题目: 实现四则运算,并进行测试. 编写代码 1.首先第一步就是要输 ...

  9. 20144303 《Java程序设计》第七周学习总结

    20144303 <Java程序设计>第七周学习总结 教材学习内容总结 第十二章 Lambda Lambda表达式中this的参考对象以及toString()的接受者,是来自Lambda的 ...

  10. 原生的 promise 的局限性

    本文来自:https://ekyu.moe/article/limits-of-native-promise-and-async-await/ 众所周知,Nodejs 已原生支持 Promise 和 ...