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. ViewFlipper

    main.xml <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xml ...

  2. php写守护进程(转载 http://blog.csdn.net/tengzhaorong/article/details/9764655)

    守护进程(Daemon)是运行在后台的一种特殊进程.它独立于控制终端并且周期性地执行某种任务或等待处理某些发生的事件.守护进程是一种很有用的进程.php也可以实现守护进程的功能. 1.基本概念 进程 ...

  3. 2017浙江省赛 H - Binary Tree Restoring ZOJ - 3965

    地址:http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=3965 题目: iven two depth-first-search ...

  4. NodeJS NPM HTTPS

    npm config set registry http://registry.npmjs.org/

  5. 金融即服务(FaaS),将开启场景化金融新格局

    转自: https://www.iyiou.com/p/28494/fs/1 [ 亿欧导读 ] 金融即服务揭示了场景金融的实现路径,通过双向连接做一个开放的系统,按需给客户提供金融服务. 本文系作者在 ...

  6. genisoimage命令用法

    功能说明:建立ISO 9660映像文件.  常用命令:genisoimage -o imagename.iso file 语 法:mkisofs [-adDfhJlLNrRTvz][-print-si ...

  7. Django----Request对象&Response对象

    Django 使用Request 对象和Response 对象在系统间传递状态. HttpRequest 对象: Request.body:一个字节字符串,表示原始HTTP 请求的正文.它对于处理非H ...

  8. GridView自定义自增长的 序号 列

    如图所示,添加一个普通列(非模板列),将其显示文本为    序号 在GridView的RowDataBound事件中作如下处理 后台.CS 代码:

  9. 一键安装lnmp-php(5)

    php(){cd $pathtar zxvf yasm-1.3.0.tar.gz cd yasm-1.3.0.tar.gz ./configuremakemake installcd $pathtar ...

  10. 20145314郑凯杰《信息安全系统设计基础》第八周复习总结 Part A

    20145314郑凯杰<信息安全系统设计基础>第八周复习总结 Part A 学习知识点内容总结 复习线索:http://group.cnblogs.com/topic/73069.html ...