Oracle数据库标准版与企业版的区别
发表于:2024-11-11 作者:千家信息网编辑
千家信息网最后更新 2024年11月11日,转载路径为:http://www.itpub.net/thread-2067419-1-1.htmlQUESTION:Oracle标准版和企业版相比较而言,在价格上是便宜多了。(生产用途)在这弱弱的问
千家信息网最后更新 2024年11月11日Oracle数据库标准版与企业版的区别转载路径为:http://www.itpub.net/thread-2067419-1-1.html
QUESTION:
Oracle标准版和企业版相比较而言,在价格上是便宜多了。(生产用途)在这弱弱的问一句,标准版和企业版相比少了哪些功能,如何查看?谢谢~
ANSWER:(这里是重点,点开链接即可查看官方以及非官方的说明)
Official answer is at:
http://docs.oracle.com/cd/E11882_01/license.112/e47877/editions.htm#DBLIC109
Non-official answers:
http://www.dba-oracle.com/art_so_oracle_standard_enterprise_edition.htm
http://www.orafaq.com/faq/what_is_the_difference_between_the_enterprise_standard_and_personal_editions_of_oracle (an old article)
Any specific feature you're considering?
QUESTION:
Thank you for your prompt reply, which is very useful to me.
I got many unavailable features to explain my failures of using AWR and so on.(Oracle 11.2.0.4)
How can I use these features,such as Fast RMAN Compression (ZLIB),SQL Plan management and so on?Just use lincese and change parameter of database?
ANSWER:(这里给出忠告,如果没买企业版,不要使用,不然有可能承担法律责任)
Listen to neverinit. Better safe than sorry.
If your client doesn't want to buy EE, just live with SE. In real experience, lack of AWR, Fast RMAN Compression (ZLIB),SQL Plan management is nothing serious. You can run a job to run Statspack, or gather stats with your own script. You can compress backup pieces with gzip. SE doesn't support SQL Plan Management but supports SQL outlines. (Oracle deprecates outlines in favor of SPM, maybe partially out of this greedy motive?) Just be clever in rolling your own tools and finding workarounds.
The only big problem is actually this fact: Oracle software is designed to have all fancy features readily usable EVEN IF YOU HAVE NOT PURCHASED IT. I say it's a big problem because if you accidentally use it, as shown in DBA_FEATURE_USAGE_STATISTICS, Oracle auditors (if you are audited) will get you! It takes a lot of legal talk to convince Oracle that you did it unintentionally and you may still end up paying the fine. This happened to an American university a few years ago. The correct software design should be such that if you haven't paid for a feature, the feature should not even be enabled for you.
QUESTION:
Thanks for your kind reminding,I will improve my skills of managing Oracle.
Besides, I will keep our client on our guard.Next week there will be an Oracle expert to check and optimize the environment,I wll ask him about the big problem and seek for a better solution.
ANSWER:
Oracle software is designed to have all fancy features readily usable EVEN IF YOU HAVE NOT PURCHASED IT.
To be more specific, Oracle is not doing this right in the sense that if your database is Enterprise Edition, the control_management_pack_access parameter has the default value 'DIAGNOSTIC+TUNING', even if you have not purchased licenses for these two options. I just experimented with
alter system set control_management_pack_access = none;
It indeed takes effect. A query against v$active_session_history no longer returns any row. But to my surprise, I can still run AWR report (@?/rdbms/admin/awrrpt.sql).
On the other hand, Oracle is right in not allowing Enterprise Edition features if your database is Standard Edition by setting that parameter to NONE by default. (I didn't verify but I'll trust the documentation.)
QUESTION:
Oracle标准版和企业版相比较而言,在价格上是便宜多了。(生产用途)在这弱弱的问一句,标准版和企业版相比少了哪些功能,如何查看?谢谢~
ANSWER:(这里是重点,点开链接即可查看官方以及非官方的说明)
Official answer is at:
http://docs.oracle.com/cd/E11882_01/license.112/e47877/editions.htm#DBLIC109
Non-official answers:
http://www.dba-oracle.com/art_so_oracle_standard_enterprise_edition.htm
http://www.orafaq.com/faq/what_is_the_difference_between_the_enterprise_standard_and_personal_editions_of_oracle (an old article)
Any specific feature you're considering?
QUESTION:
Thank you for your prompt reply, which is very useful to me.
I got many unavailable features to explain my failures of using AWR and so on.(Oracle 11.2.0.4)
How can I use these features,such as Fast RMAN Compression (ZLIB),SQL Plan management and so on?Just use lincese and change parameter of database?
ANSWER:(这里给出忠告,如果没买企业版,不要使用,不然有可能承担法律责任)
Listen to neverinit. Better safe than sorry.
If your client doesn't want to buy EE, just live with SE. In real experience, lack of AWR, Fast RMAN Compression (ZLIB),SQL Plan management is nothing serious. You can run a job to run Statspack, or gather stats with your own script. You can compress backup pieces with gzip. SE doesn't support SQL Plan Management but supports SQL outlines. (Oracle deprecates outlines in favor of SPM, maybe partially out of this greedy motive?) Just be clever in rolling your own tools and finding workarounds.
The only big problem is actually this fact: Oracle software is designed to have all fancy features readily usable EVEN IF YOU HAVE NOT PURCHASED IT. I say it's a big problem because if you accidentally use it, as shown in DBA_FEATURE_USAGE_STATISTICS, Oracle auditors (if you are audited) will get you! It takes a lot of legal talk to convince Oracle that you did it unintentionally and you may still end up paying the fine. This happened to an American university a few years ago. The correct software design should be such that if you haven't paid for a feature, the feature should not even be enabled for you.
QUESTION:
Thanks for your kind reminding,I will improve my skills of managing Oracle.
Besides, I will keep our client on our guard.Next week there will be an Oracle expert to check and optimize the environment,I wll ask him about the big problem and seek for a better solution.
ANSWER:
Oracle software is designed to have all fancy features readily usable EVEN IF YOU HAVE NOT PURCHASED IT.
To be more specific, Oracle is not doing this right in the sense that if your database is Enterprise Edition, the control_management_pack_access parameter has the default value 'DIAGNOSTIC+TUNING', even if you have not purchased licenses for these two options. I just experimented with
alter system set control_management_pack_access = none;
It indeed takes effect. A query against v$active_session_history no longer returns any row. But to my surprise, I can still run AWR report (@?/rdbms/admin/awrrpt.sql).
On the other hand, Oracle is right in not allowing Enterprise Edition features if your database is Standard Edition by setting that parameter to NONE by default. (I didn't verify but I'll trust the documentation.)
企业
标准
标准版
便宜
价格
功能
官方
忠告
法律
法律责任
用途
责任
路径
重点
链接
生产
数据
数据库
数据库的安全要保护哪些东西
数据库安全各自的含义是什么
生产安全数据库录入
数据库的安全性及管理
数据库安全策略包含哪些
海淀数据库安全审计系统
建立农村房屋安全信息数据库
易用的数据库客户端支持安全管理
连接数据库失败ssl安全错误
数据库的锁怎样保障安全
数据库安装出英文怎么回事
司法信息网络安全运行
2018网络安全周主体
先进的数据库灾备方案
流媒体服务器无法执行二进制文件
微信软件开发流程图
软件开发指南 教材
设置一个数据库字段唯一
论当今社会网络安全
sql用语句启动数据库
计算机网络技术好的大专
日本溶出数据库
网络安全工作原则是什么意思
魔兽世界冬寒服务器
上海项目软件开发费用是多少
如何写艺术字网络安全手抄报
未来教育计算机三级数据库题库
笔记本代理服务器地址能不能改
科讯 数据库
软件开发人员 难招
交通银行软件开发中心体检
新华互联网科技祝福语
网络安全与数据安全自查表怎么填
永城市网络安全宣传周
积极开展网络安全知识宣传普及
陕西思安信息网络技术有限公司
重生之后做互联网高科技的小说
软件开发玉虚拟仿真实验室
怎么做数据库安全
网络安全具有哪三种