Note: Just illustration for fun
It in fact violates the license. This is only study purpose.
All Features are enable in EE (Enterprise Edition).
Actually some features not enabled, if you are using Oracle SE (Standard Edition). Follow the point to see the feature is enable or not in (SE) .
In my case
1. Login as sys
# List of all features.
select * from v$option;
# See the Partition feature is enabled or not. In my case (SE)
select * from v$option where parameter=’Partitioning’;
For More Details: Click Here