Dowgrade Oracle10gR2 enterprise edition to Oracle10gR2 standard edition and datapump
I
am planning to downgrade oracle 10gR2 enterprise edition to oracle 10gR2
standard edition and using data pump (export/import) to tranfer
database.
What I am going to do tasks as follows.
1. export full database using data pump
expdp system/passwd FULL=y DUMPFILE=fullexp.dmp LOGFILE=fullexp.log
2. deinstall oracle 10gR2 enterprise edition
3. Install oracle 10gR2 standard edition binaries
4. create database
5. import full database using data pump
impdp system/passwd FULL=y DIRECTORY=dump_dir DUMPFILE=fullexp.dmp LOGFILE=import.log
I have some queries and not sure whether it can sucessful transfer whole database from enterprise edition to standard edition.