Search notes:

Oracle Init Parameter: _EXADATA_FEATURE_ON

Setting the init parameter _exadata_feature_on to true makes Oracle pretend it's running on Exadata platform and thus allows to play with features that are otherwise only available with Exadata.
alter system set "_exadata_feature_on"=true scope=spfile;
shutdown immediate;
startup;
Setting this parameter breaks the license agreement.
Of course, this parameter should only be set in a non-productive environment.

See also

ORA-12754: Feature … is disabled due to missing capability

Index