oracle 10 express和企业管家10g有什么区别?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/5653974/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
What is the difference between oracle 10 express and enterprise manager 10g?
提问by user700792
What is the difference between Oracle 10 Express and Enterprise Manager 10g?
Oracle 10 Express 和 Enterprise Manager 10g 之间有什么区别?
Which Enterprise Manager 10g V should i download? 1,2,3,4 or 5v?
我应该下载哪个 Enterprise Manager 10g V?1、2、3、4 还是 5v?
回答by Justin Cave
Assuming you mean Oracle 10g express edition, that is a free version of the Oracle database that supports limited amounts of hardware. You are limited to 4 GB of user data (that limit is increased to 11 GB in Oracle 11g express edition), 1 GB of RAM, and 1 processor but it's all free. Oracle competes with the other free editions of other database vendors like Microsoft. Be aware that Oracle offers many products with the word "express" in the title-- Oracle Express is an old OLAP product, Oracle Application Express (APEX) is a framework for developing web applications in PL/SQL, the express edition of the 10g or 11g Oracle database are databasess, etc.
假设您指的是 Oracle 10g 快速版,它是 Oracle 数据库的免费版本,支持有限数量的硬件。您被限制为 4 GB 的用户数据(该限制在 Oracle 11g 快速版中增加到 11 GB)、1 GB 的 RAM 和 1 个处理器,但它们都是免费的。Oracle 与 Microsoft 等其他数据库供应商的其他免费版本竞争。请注意,Oracle 提供了许多标题中带有“express”一词的产品——Oracle Express 是一个旧的 OLAP 产品,Oracle Application Express (APEX) 是在 PL/SQL 中开发 Web 应用程序的框架,10g 的 express 版本或者11g Oracle 数据库是databasess 等。
Enterprise Manager, on the other hand, is a tool that allows DBAs to monitor many different servers (database servers, application servers, etc.). Non-express versions of Oracle come with a standalone version of Enterprise Manager that allows you to manage that one database. The Enterprise Manager downloads are generally the "grid control" versions that allow for more centralized management.
另一方面,企业管理器是一种工具,它允许 DBA 监视许多不同的服务器(数据库服务器、应用程序服务器等)。Oracle 的非快速版本带有一个独立版本的 Enterprise Manager,允许您管理该数据库。企业管理器下载通常是允许更集中管理的“网格控制”版本。