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)
谢谢