Oracle database upgrade using export & import dumps.
Hi all,
I'm currently performing DB upgrade activities using EXP &IMP dump method instead of DBUA based on the steps mention on the below KB.
How to Perform a Full Database Export Import During Upgrade, Migrate, Copy or Move of a Database (Doc ID 286775.1)
So far I do not face any issue by using this method, however I'm looking for some clarification on a few details.
- On my target DB, do I need to ensure that all the DB parameters are exactly the same as the source DB?
- I'm using dbms_metadata.get_ddl function to derive the tablespace DDL from the source DB, however the output from this function seems to be weirdly formatted. Example as below, I need to correct each of the create tablespace query so that there won't be any problem running the creation.