我得到的错误为:
ORA-00439: feature not enabled: Partitioning while trying to create table with partition.
我在这里有针对Linux和Unix系统的解决方案:
$ cd $ORACLE_HOME/rdbms/lib
$ make -f ins_rdbms.mk part_on
$ make -f ins_rdbms.mk ioracle
任何人都可以为Windows提供解决方案吗?
笔记:
select * from v$option where parameter='Partitioning';
PARAMETER
----------------------------------------------------------------
VALUE
----------------------------------------------------------------
Partitioning
FALSE
谢谢
最佳答案
如here所述,如果确实具有Oracle Enterprise Edition和用于分区的许可证选项,则需要通过OUI(Oracle通用安装程序)启用它。
关闭数据库,从Oracle Home打开OUI,然后安装“分区”。