问题描述
你好,
我们目前正在推出一个标准版2的系统。与标准版2
有CPU线程限制。许可证指南 (https://www.oracle.com/assets/lic-def-rules-v030819-5390819.pdf) 表示,除其他外,我们有责任确保不违反以下限制:
Oracle Database Standard Edition 2 may only be licensed on servers that have a maximum capacity of 2 sockets.
When used with Oracle Real Application Clusters, Oracle Database Standard Edition 2 may only be licensed on a maximum of 2 one-socket servers. In addition, notwithstanding any provision in Your Oracle license agreement to the contrary, each Oracle Database Standard Edition 2 database may use a maximum of 16 CPU threads at any time. When used with Oracle Real Application Clusters, each Oracle Database Standard Edition 2 database may use a maximum of 8 CPU threads per instance at any time.
If you purchase Named User Plus (NUP) licenses, you must maintain a minimum of 10 NUP per server.
当然,我们希望遵守有关最多使用16个CPU线程的限制。我们如何检查,控制和确保总共仅使用16个CPU线程?
问候,
蒂姆
我们目前正在推出一个标准版2的系统。与标准版2
有CPU线程限制。许可证指南 (https://www.oracle.com/assets/lic-def-rules-v030819-5390819.pdf) 表示,除其他外,我们有责任确保不违反以下限制:
Oracle Database Standard Edition 2 may only be licensed on servers that have a maximum capacity of 2 sockets.
When used with Oracle Real Application Clusters, Oracle Database Standard Edition 2 may only be licensed on a maximum of 2 one-socket servers. In addition, notwithstanding any provision in Your Oracle license agreement to the contrary, each Oracle Database Standard Edition 2 database may use a maximum of 16 CPU threads at any time. When used with Oracle Real Application Clusters, each Oracle Database Standard Edition 2 database may use a maximum of 8 CPU threads per instance at any time.
If you purchase Named User Plus (NUP) licenses, you must maintain a minimum of 10 NUP per server.
当然,我们希望遵守有关最多使用16个CPU线程的限制。我们如何检查,控制和确保总共仅使用16个CPU线程?
问候,
蒂姆
专家解答
您通过将CPU_COUNT设置为16来建立此规则 (我认为无论如何SE2应该已经如此)。
只要设置好,我们就不会使用超出允许数量的数量。请注意,这并不限制您使用特定的16个线程集,它只是将利用率限制为16个线程 “值得” 的工作。因此,如果您在48核心服务器上运行此功能,那么所有48个核心都可以一次使用,但是您会在〜33% 时看到它们忙碌 (即16个核心 * 值得 * 完成的工作)。
只要设置好,我们就不会使用超出允许数量的数量。请注意,这并不限制您使用特定的16个线程集,它只是将利用率限制为16个线程 “值得” 的工作。因此,如果您在48核心服务器上运行此功能,那么所有48个核心都可以一次使用,但是您会在〜33% 时看到它们忙碌 (即16个核心 * 值得 * 完成的工作)。
文章转载自ASKTOM,如果涉嫌侵权,请发送邮件至:contact@modb.pro进行举报,并提供相关证据,一经查实,墨天轮将立刻删除相关内容。




