Disabling enterprise edition features and management packs in a SE2 database
We have licences for standard edition 2 (SE2) databases, so I need to be sure that when I create a new Oracle 19c single instance database that I do not have any enterprise edition features enabled and that I do not have any other licensable management packs enabled.
I am currently creating a new SE2 Oracle 19c database using the Oracle DBCA utility and then performing the following actions:
1) Setting the initialisation parameter CONTROL_MANAGEMENT_PACK_ACCESS to NONE
2) Disabling the following two auto task options:
a) sql tuning advisor
b) auto space advisor
Is this everything I need to do to ensure that I am fully compliant with Oracle’s licencing terms and conditions for a SE2 Oracle 19c database?