标签云
asm恢复 bbed bootstrap$ dul In Memory kcbzib_kcrsds_1 kccpb_sanity_check_2 kfed MySQL恢复 ORA-00312 ORA-00607 ORA-00704 ORA-01110 ORA-01555 ORA-01578 ORA-08103 ORA-600 2131 ORA-600 2662 ORA-600 2663 ORA-600 3020 ORA-600 4000 ORA-600 4137 ORA-600 4193 ORA-600 4194 ORA-600 16703 ORA-600 kcbzib_kcrsds_1 ORA-600 KCLCHKBLK_4 ORA-15042 ORA-15196 ORACLE 12C oracle dul ORACLE PATCH Oracle Recovery Tools oracle加密恢复 oracle勒索 oracle勒索恢复 oracle异常恢复 Oracle 恢复 ORACLE恢复 ORACLE数据库恢复 oracle 比特币 OSD-04016 YOUR FILES ARE ENCRYPTED 勒索恢复 比特币加密文章分类
- Others (2)
- 中间件 (2)
- WebLogic (2)
- 操作系统 (102)
- 数据库 (1,682)
- DB2 (22)
- MySQL (73)
- Oracle (1,544)
- Data Guard (52)
- EXADATA (8)
- GoldenGate (24)
- ORA-xxxxx (159)
- ORACLE 12C (72)
- ORACLE 18C (6)
- ORACLE 19C (15)
- ORACLE 21C (3)
- Oracle 23ai (7)
- Oracle ASM (67)
- Oracle Bug (8)
- Oracle RAC (53)
- Oracle 安全 (6)
- Oracle 开发 (28)
- Oracle 监听 (28)
- Oracle备份恢复 (565)
- Oracle安装升级 (92)
- Oracle性能优化 (62)
- 专题索引 (5)
- 勒索恢复 (79)
- PostgreSQL (18)
- PostgreSQL恢复 (6)
- SQL Server (27)
- SQL Server恢复 (8)
- TimesTen (7)
- 达梦数据库 (2)
- 生活娱乐 (2)
- 至理名言 (11)
- 虚拟化 (2)
- VMware (2)
- 软件开发 (37)
- Asp.Net (9)
- JavaScript (12)
- PHP (2)
- 小工具 (20)
-
最近发表
- 断电引起的ORA-08102: 未找到索引关键字, 对象号 39故障处理
- ORA-00227: corrupt block detected in control file
- 手工删除19c rac
- 解决oracle数据文件路径有回车故障
- .wstop扩展名勒索数据库恢复
- Oracle Recovery Tools工具一键解决ORA-00376 ORA-01110故障(文件offline)
- OGG-02771 Input trail file format RELEASE 19.1 is different from previous trail file form at RELEASE 11.2.
- OGG-02246 Source redo compatibility level 19.0.0 requires trail FORMAT 12.2 or higher
- GoldenGate 19安装和打patch
- dd破坏asm磁盘头恢复
- 删除asmlib磁盘导致磁盘组故障恢复
- Kylin Linux 安装19c
- ORA-600 krse_arc_complete.4
- Oracle 19c 202410补丁(RUs+OJVM)
- ntfs MFT损坏(ntfs文件系统故障)导致oracle异常恢复
- .mkp扩展名oracle数据文件加密恢复
- 清空redo,导致ORA-27048: skgfifi: file header information is invalid
- A_H_README_TO_RECOVER勒索恢复
- 通过alert日志分析客户自行对一个数据库恢复的来龙去脉和点评
- ORA-12514: TNS: 监听进程不能解析在连接描述符中给出的SERVICE_NAME
分类目录归档:Oracle安装升级
oracle 23ai(23.5.0.24.07)完整功能版安装体验
最近oracle 发布了for exadata、oda以及云端的oracle 23ai版本,今天在x86环境中进行了安装测试,安装环境非常顺利,基本上按照安装需求配置好,然后一路下一步(注意选择不创建库)即可
dbca创建库会遭遇到ORA-27350
由于我这是普通的x86环境,需要设置_exadata_feature_on参数来骗过数据库,参考:ORA-12754: Feature ‘startup’ is disabled due to missing capability ‘Runtime Environment’
最终效果
[oracle@xifenfei ~]$ ss SQL*Plus: Release 23.0.0.0.0 - for Oracle Cloud and Engineered Systems on Sat Jul 27 07:30:36 2024 Version 23.5.0.24.07 Copyright (c) 1982, 2024, Oracle. All rights reserved. Connected to: Oracle Database 23ai Enterprise Edition Release 23.0.0.0.0 - for Oracle Cloud and Engineered Systems Version 23.5.0.24.07 SQL> select * from v$version; BANNER -------------------------------------------------------------------------------- BANNER_FULL -------------------------------------------------------------------------------- BANNER_LEGACY -------------------------------------------------------------------------------- CON_ID ---------- Oracle Database 23ai Enterprise Edition Release 23.0.0.0.0 - for Oracle Cloud an d Engineered Systems Oracle Database 23ai Enterprise Edition Release 23.0.0.0.0 - for Oracle Cloud an d Engineered Systems Version 23.5.0.24.07 BANNER -------------------------------------------------------------------------------- BANNER_FULL -------------------------------------------------------------------------------- BANNER_LEGACY -------------------------------------------------------------------------------- CON_ID ---------- Oracle Database 23ai Enterprise Edition Release 23.0.0.0.0 - for Oracle Cloud an d Engineered Systems 0 SQL> select name from v$datafile; NAME -------------------------------------------------------------------------------- /u01/app/oracle/oradata/ORA23AI/system01.dbf /u01/app/oracle/oradata/ORA23AI/pdbseed/system01.dbf /u01/app/oracle/oradata/ORA23AI/sysaux01.dbf /u01/app/oracle/oradata/ORA23AI/pdbseed/sysaux01.dbf /u01/app/oracle/oradata/ORA23AI/users01.dbf /u01/app/oracle/oradata/ORA23AI/pdbseed/undotbs01.dbf /u01/app/oracle/oradata/ORA23AI/undotbs01.dbf 7 rows selected. SQL> show pdbs; CON_ID CON_NAME OPEN MODE RESTRICTED ---------- ------------------------------ ---------- ---------- 2 PDB$SEED READ ONLY NO SQL> SQL> SQL> EXIT Disconnected from Oracle Database 23ai Enterprise Edition Release 23.0.0.0.0 - for Oracle Cloud and Engineered Systems Version 23.5.0.24.07
win平台安装oracle遭遇INS-30131处理
客户在win平台上安装11.2.0.4 client遭遇到 [INS-30131]执行安装程序验证所需的初始设置失败(原因:无法访问临时位置)
根据官方描述这个问题(Bug 21452473 – Windows: INS-30131 while Installing 12.1.0.2 Database/Client on Windows (Doc ID 21452473.8))是由于c盘没有被共享的原因,解决方案:
1)启用c盘共享;2)使用ignorePrereq 参数跳过检测
Symptoms: While performing 12.1.0.2 Database or Client installations on windows install will fail with following error: [INS-30131] Initial setup required for the execution of installer validations failed and unable to proceed At the command prompt net use will return the following error : net use \\hostname\c$ ^ System error 53 has occurred The network path was not found. Cause : The error is caused due to Administrative share disabled . If they cannot be enabled perform the following workaround. Workaround : For client software installations, run the installer with following args: setup.exe -ignorePrereq -J"-Doracle.install.client.validate.clientSupportedOSCheck=false" For Database Installation, run the installer with following args: setup.exe -ignorePrereq -J"-Doracle.install.db.validate.supportedOSCheck=false"
11.2.0.4最新psu-202407
11.2.0.4 Database Patch Set Update
Release Date | Version | Download link | Included in Windows Bundle |
16-Jul-2024 | 11.2.0.4.240716 (Jul 2024) Database Patch Set Update (DB PSU) | Patch 36575425 | * Out of Error Correction |
16-Apr-2024 | 11.2.0.4.240416 (Apr 2024) Database Patch Set Update (DB PSU) | Patch 36222299 | * Out of Error Correction |
16-Jan-2024 | ** | * Out of Error Correction | |
17-Oct-2023 | 11.2.0.4.231017 (Oct 2023) Database Patch Set Update (DB PSU) | Patch 35574075 | * Out of Error Correction |
18-Jul-2023 | 11.2.0.4.230718 (Jul 2023) Database Patch Set Update (DB PSU) | Patch 35269283 | * Out of Error Correction |
18-Apr-2023 | 11.2.0.4.230418 (Apr 2023) Database Patch Set Update (DB PSU) | Patch 34998337 | * Out of Error Correction |
17-Jan-2023 | 11.2.0.4.230117 (Jan 2023) Database Patch Set Update (DB PSU) | Patch 34677698 | * Out of Error Correction |
18-Oct-2022 | 11.2.0.4.221018 (Oct 2022) Database Patch Set Update (DB PSU) | Patch 34386237 | * Patch 34474433 |
19-Jul-2022 | 11.2.0.4.220719 (Jul 2022) Database Patch Set Update (DB PSU) | Patch 34057724 | * Patch 33883353 |
19-Apr-2022 | 11.2.0.4.220419 (Apr 2022) Database Patch Set Update (DB PSU) | Patch 33711103 | * Patch 33776715 |
18-Jan-2022 | 11.2.0.4.220118 (Jan 2022) Database Patch Set Update (DB PSU) | Patch 33477185 | * Patch 33488457 |
19-Oct-2021 | 11.2.0.4.211019 (Oct 2021) Database Patch Set Update (DB PSU) | Patch 33128584 | * Patch 33174351 |
20-Jul-2021 | 11.2.0.4.210720 (Jul 2021) Database Patch Set Update (DB PSU) | Patch 32758711 | * Patch 32775108 |
20-Apr-2021 | 11.2.0.4.210420 (Apr 2021) Database Patch Set Update (DB PSU) | Patch 32328626 | * Patch 32392141 |
19-Jan-2021 | 11.2.0.4.210119 (Jan 2021) Database Patch Set Update (DB PSU) | Patch 31983472 | * Patch 32003403 |
20-Oct-2020 | 11.2.0.4.201020 (Oct 2020) Database Patch Set Update (DB PSU) | Patch 31537677 | Patch 31659823 |
14-Jul-2020 | 11.2.0.4.200714 (Jul 2020) Database Patch Set Update (DB PSU) | Patch 31103343 | Patch 31169916 |
14-Apr-2020 | 11.2.0.4.200414 (Apr 2020) Database Patch Set Update (DB PSU) | Patch 30670774 | Patch 31169916 |
14-Jan-2020 | 11.2.0.4.200114 (Jan 2020) Database Patch Set Update (DB PSU) | Patch 30298532 | Patch 30502376 |
15-Oct-2019 | 11.2.0.4.191015 (Oct 2019) Database Patch Set Update (DB PSU) | Patch 29913194 | Patch 30151661 |
16-Jul-2019 | 11.2.0.4.190716 (Jul 2019) Database Patch Set Update (DB PSU) | Patch 29497421 | Patch 29596609 |
16-Apr-2019 | 11.2.0.4.190416 (Apr 2019) Database Patch Set Update (DB PSU) | Patch 29141056 | Patch 29218820 |
15-Jan-2019 | 11.2.0.4.190115 (Jan 2019) Database Patch Set Update (DB PSU) | Patch 28729262 | Patch 28761877 |
16-Oct-2018 | 11.2.0.4.181016 (Oct 2018) Database Patch Set Update (DB PSU) | Patch 28204707 | Patch 28265827 |
17-Jul-2018 | 11.2.0.4.180717 (Jul 2018) Database Patch Set Update (DB PSU) | Patch 27734982 | Patch 27695940 |
17-Apr-2018 | 11.2.0.4.180417 (Apr 2018) Database Patch Set Update (DB PSU) | Patch 27338049 | Patch 27426753 |
16-Jan-2018 | 11.2.0.4.180116 (Jan 2018) Database Patch Set Update (DB PSU) | Patch 26925576 | Patch 26925576 |
17-Oct-2017 | 11.2.0.4.171017 (Oct 2017) Database Patch Set Update (DB PSU) | Patch 26392168 | Patch 26581376 |
14-Aug-2017 | 11.2.0.4.170814 (Jul 2017) Database Patch Set Update (DB PSU) | Patch 26609445 | Patch 26194138 |
18-Jul-2017 | 11.2.0.4.170718 (Jul 2017) Database Patch Set Update (DB PSU) | Patch 25869727 | Patch 26194136 |
18-Apr-2017 | 11.2.0.4.170418 (Apr 2017) Database Patch Set Update (DB PSU) | Patch 24732075 | Patch 25632525 |
17-Jan-2017 | ** | ||
18-Oct-2016 | 11.2.0.4.161018 (Oct 2016) Database Patch Set Update (DB PSU) | Patch 24006111 | Patch 24591646 |
19-Jul-2016 | 11.2.0.4.160719 (Jul 2016) Database Patch Set Update (DB PSU) | Patch 23054359 | Patch 23530402 |
19-Apr-2016 | 11.2.0.4.160419 (Apr 2016) Database Patch Set Update (DB PSU) | Patch 22502456 | Patch 22839608 |
19-Jan-2016 | 11.2.0.4.160119 (Jan 2016) Database Patch Set Update (DB PSU) | Patch 21948347 | Patch 22310544 |
20-Oct-2015 | 11.2.0.4.8 (Oct 2015) Database Patch Set Update (DB PSU) | Patch 21352635 | Patch 21821802 |
14-Jul-2015 | 11.2.0.4.7 (Jul 2015) Database Patch Set Update (DB PSU) | Patch 20760982 | Patch 20833831 |
14-Apr-2015 | 11.2.0.4.6 (Apr 2015) Database Patch Set Update (DB PSU) | Patch 20299013 | Patch 20544696 |
20-Jan-2015 | 11.2.0.4.5 (Jan 2015) Database Patch Set Update (DB PSU) | Patch 19769489 | Patch 20127071 |
14-Oct-2014 | 11.2.0.4.4 (Oct 2014) Database Patch Set Update (DB PSU) | Patch 19121551 | Patch 19651773 |
14-Jul-2014 | 11.2.0.4.3 (Jul 2014) Database Patch Set Update (DB PSU) | Patch 18522509 | Patch 18842982 |
15-Apr-2014 | 11.2.0.4.2 (Apr 2014) Database Patch Set Update (PSU) | Patch 18031668 | Patch 18296644 |
15-Jan-2014 | 11.2.0.4.1 (Jan 2014) Database Patch Set Update (PSU) | Patch 17478514 | Patch 17987366 |
11.2.0.4 Grid Infrastructure Patch Set Update
Release Date | Version | Download link |
16-Jul-2024 | 11.2.0.4.240716 (Jul 2024) Grid Infrastructure Patch Set Update (GI PSU) | * Patch 36663558 |
16-Apr-2024 | 11.2.0.4.240416 (Apr 2024) Grid Infrastructure Patch Set Update (GI PSU) | * Patch 36360774 |
16-Jan-2024 | ** | |
17-Oct-2023 | 11.2.0.4.231017 (Oct 2023) Grid Infrastructure Patch Set Update (GI PSU) | * Patch 35685688 |
18-Jul-2023 | 11.2.0.4.230718 (Jul 2023) Grid Infrastructure Patch Set Update (GI PSU) | * Patch 35369867 |
18-Apr-2023 | 11.2.0.4.230418 (Apr 2023) Grid Infrastructure Patch Set Update (GI PSU) | * Patch 35058300 |
17-Jan-2023 | 11.2.0.4.230117 (Jan 2023) Grid Infrastructure Patch Set Update (GI PSU) | * Patch 34774506 |
18-Oct-2022 | 11.2.0.4.221018 (Oct 2022) Grid Infrastructure Patch Set Update (GI PSU) | * Patch 34536853 |
19-Jul-2022 | 11.2.0.4.220719 (Jul 2022) Grid Infrastructure Patch Set Update (GI PSU) | * Patch 34204533 |
19-Apr-2022 | 11.2.0.4.220419 (Apr 2022) Grid Infrastructure Patch Set Update (GI PSU) | * Patch 33829709 |
18-Jan-2022 | 11.2.0.4.220118 (Jan 2022) Grid Infrastructure Patch Set Update (GI PSU) | * Patch 33575261 |
19-Oct-2021 | 11.2.0.4.211019 (Oct 2021) Grid Infrastructure Patch Set Update (GI PSU) | * Patch 33248354 |
20-Jul-2021 | 11.2.0.4.210720 (Jul 2021) Grid Infrastructure Patch Set Update (GI PSU) | * Patch 32917428 |
20-Apr-2021 | 11.2.0.4.210420 (Apr 2021) Grid Infrastructure Patch Set Update (GI PSU) | * Patch 32495145 |
19-Jan-2021 | 11.2.0.4.210119 (Jan 2021) Grid Infrastructure Patch Set Update (GI PSU) | * Patch 32131250 |
20-Oct-2020 | 11.2.0.4.201020 (Oct 2020) Grid Infrastructure Patch Set Update (GI PSU) | Patch 31718723 |
14-Jul-2020 | 11.2.0.4.200714 (Jul 2020) Grid Infrastructure Patch Set Update (GI PSU) | Patch 31305209 |
14-Apr-2020 | 11.2.0.4.200414 (Apr 2020) Grid Infrastructure Patch Set Update (GI PSU) | Patch 30805461 |
14-Jan-2020 | 11.2.0.4.200114 (Jan 2020) Grid Infrastructure Patch Set Update (GI PSU) | Patch 30501155 |
15-Oct-2019 | 11.2.0.4.191015 (Oct 2019) Grid Infrastructure Patch Set Update (GI PSU) | Patch 30070097 |
16-Jul-2019 | 11.2.0.4.190716 (Jul 2019) Grid Infrastructure Patch Set Update (GI PSU) | Patch 29698727 |
16-Apr-2019 | 11.2.0.4.190416 (Apr 2019) Grid Infrastructure Patch Set Update (GI PSU) | Patch 29255947 |
15-Jan-2019 | 11.2.0.4.190115 (Jan 2019) Grid Infrastructure Patch Set Update (GI PSU) | Patch 28813878 |
16-Oct-2018 | 11.2.0.4.181016 (Oct 2018) Grid Infrastructure Patch Set Update (GI PSU) | Patch 28429134 |
17-Jul-2018 | 11.2.0.4.180717 (Jul 2018) Grid Infrastructure Patch Set Update (GI PSU) | Patch 27967757 |
17-Apr-2018 | 11.2.0.4.180417 (Apr 2018) Grid Infrastructure Patch Set Update (GI PSU) | Patch 27475913 |
16-Jan-2018 | 11.2.0.4.180116 (Jan 2018) Grid Infrastructure Patch Set Update (GI PSU) | Patch 27107360 |
17-Oct-2017 | 11.2.0.4.171017 (Oct 2017) Grid Infrastructure Patch Set Update (GI PSU) | Patch 26635745 |
14-Aug-2017 | 11.2.0.4.170814 (Jul 2017) Grid Infrastructure Patch Set Update (GI PSU) | Patch 26610246 |
18-Jul-2017 | 11.2.0.4.170718 (Jul 2017) Grid Infrastructure Patch Set Update (GI PSU) | Patch 26030799 |
18-Apr-2017 | 11.2.0.4.170418 (Apr 2017) Grid Infrastructure Patch Set Update (GI PSU) | Patch 25476126 |
17-Jan-2017 | ** | |
18-Oct-2016 | 11.2.0.4.161018 (Oct 2016) Grid Infrastructure Patch Set Update (GI PSU) | Patch 24436338 |
19-Jul-2016 | 11.2.0.4.160719 (Jul 2016) Grid Infrastructure Patch Set Update (GI PSU) | Patch 23274134 |
19-Apr-2016 | 11.2.0.4.160419 (Apr 2016) Grid Infrastructure Patch Set Update (GI PSU) | Patch 22646198 |
19-Jan-2016 | 11.2.0.4.160119 (Jan 2016) Grid Infrastructure Patch Set Update (GI PSU) | Patch 22191577 |
20-Oct-2015 | 11.2.0.4.8 (Oct 2015) Grid Infrastructure Patch Set Update (GI PSU) | Patch 21523375 |
14-Jul-2015 | 11.2.0.4.7 (Jul 2015) Grid Infrastructure Patch Set Update (GI PSU) | Patch 20996923 |
14-Apr-2015 | 11.2.0.4.6 (Apr 2015) Grid Infrastructure Patch Set Update (GI PSU) | Patch 20485808 |
20-Jan-2015 | 11.2.0.4.5 (Jan 2015) Grid Infrastructure Patch Set Update (GI PSU) | Patch 19955028 |
14-Oct-2014 | 11.2.0.4.4 (Oct 2014) Grid Infrastructure Patch Set Update (GI PSU) | Patch 19380115 |
15-Jul-2014 | 11.2.0.4.3 (Jul 2014) Grid Infrastructure Patch Set Update (GI PSU) | Patch 18706472 |
15-Apr-2014 | 11.2.0.4.2 (Apr 2014) Grid Infrastructure Patch Set Update (GI PSU) | Patch 18139609 |
11.2.0.4 OJVM Patch Set Update
Release Date | Version | Unix PSU Patch | Windows Bundle Patch |
16-Jul-2024 | 11.2.0.4.240716 (Jul 2024) OJVM Component Patch Set Update | Patch 36533106 | * Out of Error Correction |
16-Apr-2024 | 11.2.0.4.240416 (Apr 2024) OJVM Component Patch Set Update | Patch 36222352 | * Out of Error Correction |
16-Jan-2024 | 11.2.0.4.240116 (Jan 2024) OJVM Component Patch Set Update | Patch 35926733 | * Out of Error Correction |
17-Oct-2023 | 11.2.0.4.231017 (Oct 2023) OJVM Component Patch Set Update | Patch 35685663 | * Out of Error Correction |
18-Jul-2023 | 11.2.0.4.230718 (Jul 2023) OJVM Component Patch Set Update | Patch 35349843 | * Out of Error Correction |
18-Apr-2023 | 11.2.0.4.230418 (Apr 2023) OJVM Component Patch Set Update | Patch 35039831 | * Out of Error Correction |
17-Jan-2023 | 11.2.0.4.230117 (Jan 2023) OJVM Component Patch Set Update | Patch 34763334 | * Out of Error Correction |
18-Oct-2022 | 11.2.0.4.221018 (Oct 2022) OJVM Component Patch Set Update | Patch 34412266 | * Patch 34513867 |
19-Jul-2022 | 11.2.0.4.220719 (Jul 2022) OJVM Component Patch Set Update | Patch 34085652 | * Patch 34185082 |
19-Apr-2022 | 11.2.0.4.220419 (Apr 2022) OJVM Component Patch Set Update | Patch 33829826 | * Patch 33881335 |
18-Jan-2022 | 11.2.0.4.220118 (Jan 2022) OJVM Component Patch Set Update | Patch 33561250 | * Patch 33577510 |
19-Oct-2021 | 11.2.0.4.211019 (Oct 2021) OJVM Component Patch Set Update | Patch 33192642 | * Patch 33248711 |
20-Jul-2021 | 11.2.0.4.210720 (Jul 2021) OJVM Component Patch Set Update | Patch 32876451 | * Patch 32905855 |
20-Apr-2021 | 11.2.0.4.210420 (Apr 2021) OJVM Component Patch Set Update | Patch 32671980 | * Patch 32428494 |
19-Jan-2021 | 11.2.0.4.210119 (Jan 2021) OJVM Component Patch Set Update | ** | * Patch 32145687 |
20-Oct-2020 | 11.2.0.4.201020 (Oct 2020) OJVM Component Patch Set Update | Patch 31668908 | Patch 31740195 |
14-Jul-2020 | 11.2.0.4.200714 (Jul 2020) OJVM Component Patch Set Update | Patch 31219953 | Patch 31169916 |
14-Apr-2020 | 11.2.0.4.200414 (Apr 2020) OJVM Component Patch Set Update | Patch 30805543 | Patch 31169933 |
14-Jan-2020 | 11.2.0.4.200114 (Jan 2020) OJVM Component Patch Set Update | Patch 30503372 | Patch 30671044 |
15-Oct-2019 | 11.2.0.4.191015 (Oct 2019) OJVM Component Patch Set Update | Patch 30132974 | Patch 30268157 |
16-Jul-2019 | 11.2.0.4.190716 (Jul 2019) OJVM Component Patch Set Update | Patch 29610422 | Patch 30012911 |
16-Apr-2019 | 11.2.0.4.190416 (Apr 2019) OJVM Component Patch Set Update | Patch 29251270 | Patch 29447971 |
15-Jan-2019 | 11.2.0.4.190115 (Jan 2019) OJVM Component Patch Set Update | Patch 28790660 | Patch 28994059 |
16-Oct-2018 | 11.2.0.4.181016 (Oct 2018) OJVM Component Patch Set Update | Patch 28440700 | Patch 28412269 |
17-Jul-2018 | 11.2.0.4.180717 (Jul 2018) OJVM Component Patch Set Update | Patch 27923163 | Patch 28135121 |
17-Apr-2018 | 11.2.0.4.180417 (Apr 2018) OJVM Component Patch Set Update | Patch 27475598 | Patch 27381640 |
16-Jan-2018 | 11.2.0.4.180116 (Jan 2018) OJVM Component Patch Set Update | Patch 26925532 | Patch 27163009 |
17-Oct-2017 | 11.2.0.4.171017 (Oct 2017) OJVM Component Patch Set Update | Patch 26635834 | Patch 26792358 |
18-Jul-2017 | 11.2.0.4.170718 (Jul 2017) OJVM Component Patch Set Update | Patch 26027154 | Patch 26182425 |
18-Apr-2017 | 11.2.0.4.170418 (Apr 2017) OJVM Component Patch Set Update | Patch 25434033 | Patch 25590979 |
17-Jan-2017 | 11.2.0.4.170117 (Jan 2017) OJVM Component Patch Set Update | Patch 24917954 | Patch 25043019 |
18-Oct-2016 | 11.2.0.4.161018 (Oct 2016) OJVM Component Patch Set Update | Patch 24315821 | Patch 24591637 |
19-Jul-2016 | 11.2.0.4.160719 (Jul 2016) OJVM Component Patch Set Update | Patch 23177551 | Patch 23515277 |
19-Apr-2016 | 11.2.0.4.160419 (Apr 2016) OJVM Component Patch Set Update | Patch 22674697 | Patch 22839614 |
19-Jan-2016 | 11.2.0.4.160119 (Jan 2016) OJVM Component Patch Set Update | Patch 22139245 | Patch 22311053 |
20-Oct-2015 | 11.2.0.4.5 (Oct 2015) OJVM Component Patch Set Update | Patch 21555791 | Patch 21788344 |
14-Jul-2015 | 11.2.0.4.4 (Jul 2015) OJVM Component Patch Set Update | Patch 21068539 | Patch 21153498 |
14-Apr-2015 | 11.2.0.4.3 (Apr 2015) OJVM Component Patch Set Update | Patch 20406239 | Patch 20225988 |
20-Jan-2015 | 11.2.0.4.2 (Jan 2015) OJVM Component Patch Set Update | Patch 19877440 | Patch 20225982 |
14-Oct-2014 | 11.2.0.4.1 (Oct 2014) OJVM Component Patch Set Update | Patch 19282021 | Patch 19799291 |
参考:Database 11.2.0.4 Proactive Patch Information (Doc ID 2285559.1)