Search notes:

$ORACLE_HOME/rdbms/lib/libknlopt.a

View object files in libknlopt.a:
$ ar -t $ORACLE_HOME/rdbms/lib/libknlopt.a | sort
Depending on the object files, it can be determined which feature is turned on or off:
Feature On Off
Oracle Label Security (OLS) kzlilbac.o kzlnlbac.o
Oracle Database Vault (DV) kzvidv.o kzvndv.o
Oracle OLAP (OLAP) xsyeolap.o xsnoolap.o
Oracle Partitioning (PART) kkpoban.o ksnkkpo.o
Oracle Data Mining (DM) dmwdm.o dmndm.o
Oracle Real Application Testing (RAT) kecwr.o kecnr.o
Oracle Real Application Cluster (RAC) kcsm.o ksnkcs.o
Storage Management (ASM) kfon.o kfoff.o
Context Management Text (CTX) kciwcx.o kcincx.o
Oracle Unified Auditing (UNI) kzaiang.o kzanang.o
Other object files:
jox.o
kdmof.o
kdzof.o
kprnts.o
kscsof.o
ktd.o
kxmwsd.o
$ORACLE_HOME/rdbms/lib/ins_rdbms.mk can be used to enable or disable features, for example to enable partitioning:
$ make -f ins_rdbms.mk part_on ioracle

See also

MOS Note 948061.1

Links

Daniel Hillinger's check_option.sh script.

Index