Database upgrade from 10.2.0.1 to 10.2.0.4
I have upgraded a database (Standard Edition) From 10.2.0.1 to 10.2.0.4 . After upgrade db some of components it is showing OPTION OFF.
Oracle Data Mining 10.2.0.1.0 OPTION OFF
Oracle Label Security 10.2.0.1.0 OPTION OFF
Spatial 10.2.0.1.0 OPTION OFF
Can anyone suggest that whether we can fix it or we can skip this to continue our Production DB upgrade.
Also i have check that there options are off in Standard Edition. Will this could be the cause ...
SQL> select * from v$option where parameter in ('Data Mining','Spatial','Oracle Label Security');
PARAMETER VALUE
------------------------------ ----------
Spatial FALSE
Oracle Label Security FALSE
Data Mining FALSE