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. springBoot 整合 RabbitMQ 的坑

    1.Consumer raised exception, processing can restart if the connection factory supports it. Exception ...

  2. JavaScript-dom1

    获取事件源 var div = document.getElementById("box"); // var arr1 = document.getElementsByTagNam ...

  3. Scala快速排序

    Scala 快排 Scala 基本思想:经过一趟排序,把待排对象分成两个独立的部分,一部分的数据大(小)于另一部分,同理,对子对象进行如此处理,以达到所有数据都有序.   package studen ...

  4. iOS 大批量弹幕小论(粒子弹幕)

    一.现状 如今直播类.视频播放器等基本都有弹幕模式. 为了保持性能和内存可控,基本是在初始化的时候生成一个Pool(Pool的容量是设定好的), 也就是利用重用机制(可以想象一下UITableView ...

  5. HBuilder 详细使用方法 -------------参考 :http://www.runoob.com/w3cnote/hbuilder-intro.html

    HBuilder是DCloud(数字天堂)推出的一款支持HTML5的Web开发IDE.HBuilder的编写用到了Java.C.Web和Ruby.HBuilder本身主体是由Java编写,它基于Ecl ...

  6. cx_Oracle连接数据库总结

    python中连接oracle数据库使用第三方库文件cx_Oracle时遇到了各种问题,网上查找资料调试了几天才弄好,下面是不断调试后总结的一些经验.1.oracle客户端(Oracle Instan ...

  7. C++中去掉string字符串中的\r\n等

    string imagedata;imagedata = “dudau\r\ndadafca\r\n” CString Image; Image = imagedata.c_str(); Image. ...

  8. 20145329 《Java程序设计》实验五总结

    实验内容: 1.用老师代码编写,实现服务器与客户端. 2.客户端与服务器连接 3.客户端中输入明文,利用DES算法加密,DES的秘钥用RSA公钥密码中服务器的公钥加密,计算明文的Hash函数值,一起传 ...

  9. Zookeeper之基于Observer部署架构

    Observers:在不伤害写性能的情况下扩展Zookeeper 虽然通过Client直接连接到Zookeeper集群的性能已经很好了,可是这样的架构假设要承受超大规模的Client,就必须添加Zoo ...

  10. Linux 下 YUM 安装 PHP 5.5 (及5.6)

    原文链接: http://blog.aboutc.net/linux/50/yum-install-php-on-linux 系统环境: CentOS 6.4 x86_64 Fedora 20 x86 ...