Skip to Main Content
  • Questions
  • Difference between Enterprise edition and Standard edition?

Breadcrumb

Question and Answer

Tom Kyte

Thanks for the question, Richard.

Asked: July 15, 2009 - 6:37 pm UTC

Last updated: July 16, 2009 - 12:13 pm UTC

Version: 10.2.0.4

Viewed 1000+ times

You Asked

Thanks Tom for picking up my question.

I have a request to replace the Oracle Enterprise edition database with the Standard edition for liscense cost reason. I know and understand the features difference between them.

My question is: what is the best way to do this.

My current solution is: Install Oracle standard edition software, create database, and transfer data from EE to SE(using expdp and impdp). It works fine.

I curious if I could directly copy the whole database files and let it run under the standard edition home. Are there some edition information in database files(control files, on line log files or data files)? or are they just in data dictionary? Could I manually update this information?

what is the difference on file level between these two editions?

Thanks.
Richard

and Tom said...

see Note 139642.1

the only way (supported and supportable) is to create a new database and move the data using imp/exp or datapump.

The dictionary needs to be completely rebuilt to remove all of the schema objects that are enterprise "only".



Is this answer out of date? If it is, please let us know via a Comment

More to Explore

Data Pump

All of the database utilities including Data Pump are explained in the Utilities guide.