每年oracle的补丁发布都按一个季度来发布。补丁之间有版本依赖关系,依赖关系可以阅读补丁包里的readme文本。一般补丁都喜欢叫PSU(PATCH SET UPDATE),安全补丁叫CPU。至于为什么打补丁,很多时候国企会委托第三方机构对本数据库安全进行排查,出相关数据库安全报告,此时dba就得按安全报告上的漏洞去更新数据库补丁,或者数据库出现ORA-600这种内部错误等等。
基础包:之间安装,不依赖于其他版本
大版本:10.2.0.x这种类型叫大版本
小版本:10.2.0.4.x这种类型叫小版本
以上规律仅在Unix/Linux中
在Windows中,大版本还是10.2.0.x,但小版本叫patch x这样累加上去,而且patch x对于不同windows位数,序列号又是不同的
以下是对应版本的补丁
Oracle 10.2.0.4(大版本,不是基础包,依赖于10.2.0.1)
小版本 序列号: 基于哪个版本上打该补丁 该补丁包含哪个月份的安全补丁
10.2.0.4.1 8576156 Bash 10.2.0.4.0 includes CPU Jul 2009
10.2.0.4.2 8833280 Bash 10.2.0.4.0 includes CPU Oct 2009
10.2.0.4.3 9119284 Bash 10.2.0.4.0 includes CPU Jan 2010
10.2.0.4.4 9352164 Bash 10.2.0.4.0 includes CPU Apr 2010
10.2.0.4.5 9654991 该psu必须基于10.2.0.4.4 includes CPU Jul 2010
10.2.0.4.6 9952234 该psu必须基于10.2.0.4.4 includes CPU Oct 2010
10.2.0.4.7 10248636 该psu必须基于10.2.0.4.4 includes CPU Jan 2011
10.2.0.4.8 11724977 该psu必须基于10.2.0.4.4 includes CPU Apr 2011
10.2.0.4.9 12419397 该psu必须基于10.2.0.4.4 includes CPU Jul 2011
10.2.0.4.10 12827778 该psu必须基于10.2.0.4.4 includes CPU Oct 2011
10.2.0.4.11 12879929 该psu必须基于10.2.0.4.4 includes CPU Jan 2012
10.2.0.4.12 12879933 该psu必须基于10.2.0.4.4 includes CPU Apr 2012
Oracle 10.2.0.5(大版本,不是基础包,依赖于10.2.0.1)
小版本 序列号: 基于哪个版本上打该补丁 该补丁包含哪个月份的安全补丁
10.2.0.5.1 9952230 Bash 10.2.0.5.0 includes CPU Oct 2010
10.2.0.5.2 10248542 Bash 10.2.0.5.0 includes CPU Jan 2011
10.2.0.5.3 11724962 Bash 10.2.0.5.0 includes CPU Apr 2011
10.2.0.5.4 12419392 Bash 10.2.0.5.0 includes CPU Jul 2011
10.2.0.5.5 12827745 Bash 10.2.0.5.0 Includes CPU Oct 2011
10.2.0.5.6 13343471 Bash 10.2.0.5.0 includes CPU Jan 2012
10.2.0.5.7 13632743 Bash 10.2.0.5.0 includes CPU Apr 2012
10.2.0.5.8 13923855 Bash 10.2.0.5.0 includes CPU Jul 2012
Oracle 11.1.0.7(大版本)
小版本 序列号: 基于哪个版本上打该补丁 该补丁包含哪个月份的安全补丁
11.1.0.7.1 8833297 Bash 11.1.0.7.0 includes CPU Oct 2009
11.1.0.7.2 9209238 Bash 11.1.0.7.0 includes CPU Jan 2010
11.1.0.7.3 9352179 Bash 11.1.0.7.0 includes CPU Apr 2010
11.1.0.7.4 9654987 Bash 11.1.0.7.0 includes CPU Jul 2010
11.1.0.7.5 9952228 Bash 11.1.0.7.0 includes CPU Oct 2010
11.1.0.7.6 10248531 Bash 11.1.0.7.0 includes CPU Jan 2011
11.1.0.7.7 11724936 Bash 11.1.0.7.0 includes CPU Apr 2011
11.1.0.7.8 12419384 Bash 11.1.0.7.0 includes CPU Jul 2011
11.1.0.7.9 12827740 Bash 11.1.0.7.0 includes CPU Oct 2011
11.1.0.7.10 13343461 Bash 11.1.0.7.0 includes CPU Jan 2012
11.1.0.7.11 13621679 Bash 11.1.0.7.0 includes CPU Apr 2012
Oracle 11.2.0.1(大版本,基础包)
小版本 序列号: 基于哪个版本上打该补丁 该补丁包含哪个月份的安全补丁
11.2.0.1.1 9352237 Bash 11.2.0.1.0 includes CPU Apr 2010
11.2.0.1.2 9654983 Bash 11.2.0.1.0 includes CPU Jul 2010
11.2.0.1.3 9952216 Bash 11.2.0.1.0 includes CPU Oct 2010
11.2.0.1.4 10248516 Bash 11.2.0.1.0 includes CPU Jan 2011
11.2.0.1.5 11724930 Bash 11.2.0.1.0 includes CPU Apr 2011
11.2.0.1.6 12419378 Bash 11.2.0.1.0 includes CPU Jul 2011
Oracle 11.2.0.2(大版本)
小版本 序列号: 基于哪个版本上打该补丁 该补丁包含哪个月份的安全补丁
11.2.0.2.1 10248523 Bash 11.2.0.2.0 no CPU fixes
11.2.0.2.2 11724916 Bash 11.2.0.2.0 includes CPU Apr 2011
11.2.0.2.3 12419331 Bash 11.2.0.2.0 includes CPU Jul 2011
&nbs,p;
11.2.0.2.4 12827726 Bash 11.2.0.2.0 includes CPU Oct 2011
11.2.0.2.5 13343424 Bash 11.2.0.2.0 includes CPU Jan 2012
11.2.0.2.6 13696224 Bash 11.2.0.2.0 includes CPU Apr 2012
Oracle 11..2.0.3(大版本,基础包,序列号:10404530)
小版本 序列号: 基于哪个版本上打该补丁 该补丁包含哪个月份的安全补丁
11.2.0.3.1 13343438 Bash 11.2.0.3.0 includes CPU Jan 2012
11.2.0.3.2 13696216 Bash 11.2.0.3.0 includes CPU Apr 2012
11.2.0.3.3 13923374 Bash 11.2.0.3.0 includes CPU Jul 2012
Windows 32 Bit
Oracle 10.2.0.5
小版本 序列号: 基于哪个版本打该补丁
PATCH 18 14408634 Bash 10.2.0.5.0
Oracle 11.2.0.3
小版本 序列号: 基于哪个版本打该补丁
PATCH 8 14223717 Bash 11.2.0.3.0
Windows 64 Bit
Oracle 10.2.0.5
小版本 序列号: 基于哪个版本打该补丁
PATCH 18 14408636 Bash 10.2.0.5.0
Oracle 11.2.0.3
小版本 序列号: 基于哪个版本打该补丁
PATCH 8 14223718 Bash 11.2.0.3.0
oracle视频教程请关注: http://home.51cto.com/apps/download/index.php?s=/Index/index/uid/4202939