remove database components in Oracle 12c
Hello,
I upgraded my 11g database to 12c and now I found out I can't remove components (spatial,text and so on ) manually or with dbca in 12c.
According to : Is it possible to remove database components in Oracle 12c using DBCA (Doc ID 1915780.1)
You can, however, use DBCA to create a non-container database and remove components during the creation process, before you create the database.
So my plan is create a new db, remove the components and import my actual db into the new one. My problem is... I can' t find where to remove those components during installations