Database Install/Upgrade/Opatch (MOSC)

MOSC Banner

Oracle database upgrade using export & import dumps.

edited Nov 13, 2019 9:34PM in Database Install/Upgrade/Opatch (MOSC) 2 commentsAnswered

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.
Tagged:

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