如何在适用于 Windows 的 Oracle 10g 企业版中启用分区?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/3283797/
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

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-18 21:04:18  来源:igfitidea点击:

how can you enable partitions in Oracle 10g Enterprise Edition for Windows?

oracleoracle10gdatabase-partitioning

提问by tritowntim

I installed Oracle 10g Enterprise Editions onto Windows XP. It appeared that Partitions were installed as part of the default install, however the partitions functionality is not enabled. I can find instructions for enabling partitions on Unix/Linux, but not Windows. Has anybody had any success enabling partitions in 10g EE on their local machine?

我在 Windows XP 上安装了 Oracle 10g 企业版。似乎分区是作为默认安装的一部分安装的,但是未启用分区功能。我可以找到在 Unix/Linux 上启用分区的说明,但不能在 Windows 上找到。有没有人成功地在本地机器上的 10g EE 中启用分区?

thanks Tim

谢谢蒂姆

回答by Adam Musch

SELECT * FROM V$OPTION WHERE PARAMETER = 'Partitioning';

SELECT * FROM V$OPTION WHERE PARAMETER = 'Partitioning';

will answer the question as to whether or not partition has truly been installed.

将回答分区是否已真正安装的问题。

What's it return?

返回的是什么?