如何在oracle 11g(Windows 8)中启用分区?

Jef*_*nic 2 database windows oracle oracle11g

我得到的错误为:

ORA-00439: feature not enabled: Partitioning while trying to create table with partition.
Run Code Online (Sandbox Code Playgroud)

我在这里有linux和unix系统的解决方案:

$ cd $ORACLE_HOME/rdbms/lib
$ make -f ins_rdbms.mk part_on
$ make -f ins_rdbms.mk ioracle
Run Code Online (Sandbox Code Playgroud)

任何人都可以为Windows提供解决方案吗?

注意:

select * from v$option where parameter='Partitioning';

PARAMETER
----------------------------------------------------------------
VALUE
----------------------------------------------------------------
Partitioning
FALSE
Run Code Online (Sandbox Code Playgroud)

谢谢

Mic*_*erg 5

如前所述在这里,如果你确实有在Oracle 企业版和分区许可证选项,则需要通过OUI(Oracle通用安装程序)来启用它.

关闭数据库,从Oracle Home打开OUI,然后安装"Partitioning".