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. Linux系统——shell脚本

    shell脚本编程 作用:通过命令行解析的方式,自动执行设定好的程序或命令代码.(若将脚本挂到定时任务中,就会自动在非工作时间里自动触发执行程序) Shell脚本文件以“.sh”结尾 规范的Shell ...

  2. 前端学习笔记之HTML DOM操作

    HTML DOM 当网页被加载时,浏览器会创建页面的文档对象模型(Document Object Model).   DOM节点类型 文档节点 (document,唯一) 元素节点 (那些个标签div ...

  3. Hive练习

    一.基础DDL练习 SHOW DATABASES; CREATE DATABASE IF NOT EXISTS db1 COMMENT 'Our database db1'; SHOW DATABAS ...

  4. SqlMapConfig.xml配置

    总结自:https://blog.csdn.net/d582693456/article/details/79886780 SqlMapConfig.xml是mybatis的核心配置 properti ...

  5. go panic recover 异常处理

    Go语言追求简洁优雅,所以,Go语言不支持传统的 try…catch…finally 这种异常,因为Go语言的设计者们认为,将异常与控制结构混在一起会很容易使得代码变得混乱.因为开发者很容易滥用异常, ...

  6. awk循环语句-【AWK学习之旅】

      AWK中两种循环语句:if-else 和 while   控制流语句: 1.if-else 求总数,平均值: [root@monitor awkdir]# awk '$3>6 {n = n ...

  7. 20145327高晨 实验一 "Java开发环境的熟悉"

    实验一 Java开发环境的熟悉(Linux + Eclipse) (Windows + IDEA) 实验内容:实现Fibonacci数列功能,并进行测试. 实验步骤: Fibonacci数列(斐波拉契 ...

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

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

  9. [翻译]CSS模块-未来的编码方式

    前言 这是Glen Maddern发布于2015年8月19日的一篇文章,主要是之前翻译的文章<理解CSS模块方法>里提到这篇文章,现在算是顺藤摸瓜跟进来看看. 这里的翻译都是根据我自己的理 ...

  10. 使用Nginx搭建图片服务器(windows)

    知识点:在windows系统中,搭建图片上传服务器 参考博客:http://blog.csdn.net/u010942834/article/details/72953441 1.进入官网下载ngin ...