Downgrade from EE 11g to SE 11g
I need to move a database that is using partitioning to a Standard Edition Database. I found this note .
How do we deal with the partitioned objects? Do they need to be dropped in the EE database or can we drop them in the SE database?
Hello.
In that case you can use datapump for that task without drop the objects (PARTITION_OPTIONS=merge)
How To Convert A Partitioned Table To A Non-Partitioned Table Using DataPump In 11g(Doc ID 1276049.1)
It provides an example for that task.
If for some reason that option does not work you need to convert the objects from partition to non-partition and then do the export/import process, but I am pretty sure