oracle的版本号
the release number 10.1.0.1.0 is displayed. the significance of each number (reading from left to right) is shown in the following table:number significance
10 major database release number
1 database maintenance release number
0 application server release number
1 component specific release number
0 platform specific release number
来源:
---------------
说到版本,就不能不说版本号的意义!连各个数字表示什么都不知道,哪天造出来个不存在的版本,在oracle的世界就丢人啦!
以oracle10.2.0.3为例,
10 — 版本号, 2 — 维护版本号, 0 — 普通的补丁设置号码, 3 — 特殊的平台补丁设置号码;
oracle9.0.1.1.2,
9 — 版本号, 0 — 新特性版本号, 1 — 维护版本号, 1 — 普通的补丁设置号码, 2 — 特殊的平台补丁设置号码。
千万别自作聪明,写一个连甲骨文都没有发布的版本噢!
---------------
aix的版本号的格式通常为aix x.x.x.x.例如: aix 4.3.3.1.其代表意义分别为:
操作系统版本号(version).发行版号(release).改进版号(modification).修正版号(fix)
来源:
阅读(1750) | 评论(0) | 转发(0) |