Database Administration (MOSC)

MOSC Banner

Downgrade from EE 11g to SE 11g

edited Jul 6, 2016 10:35AM in Database Administration (MOSC) 1 comment


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

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center