Search notes:

$ORACLE_HOME/bin/chopt

$ORACLE_HOME/bin/chopt is a command-line utility to enable and disable Oracle database options after an installation of an Oracle database.
chopt <enable|disable> <option>
Options:
oaa Oracle Advanced Analytics
olap Oracle OLAP
partitioning Oracle Partitioning
rat Oracle Real Application Testing
cd $ORACLE_HOME/bin
srvctl stop database -d ORA19
chopt enable  rat
srvctl start database -d ORA19

See also

$ORACLE_HOME/bin
$ORACLE_HOME/rdbms/lib/ins_rdbms.mk

Index