_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;