How to enable Partitioning in Oracle 12c with Silent Install
I have done the binary installation for the 12c Oracle database Enterprise edition thru silent install. Now i would like to enable the partitioning option on 12c,Could you please let me know the option for enabling the same.
In 11g i have done thru this command. OPTIONS=oracle.rdbms.partitioning:11.2.0.3.0; export OPTIONS
Command for Silent Install --- ./runInstaller -silent -debug \
FROM_LOCATION=........../stage/products.xml \
oracle.install.option=INSTALL_DB_SWONLY \
UNIX_GROUP_NAME=dba\
INVENTORY_LOCATION=/oraXXXbase/oraInventory \
ORACLE_HOME=/oraXXXbase/product/12.1.0 \
ORACLE_BASE=/oraXXXbase \
oracle.install.db.InstallEdition=EE \
oracle.install.db.DBA_GROUP=dba \