Clone E-Business Suite (EBS) database

From dbawiki
Revision as of 10:11, 21 April 2017 by Stuart (talk | contribs) (Created page with "This will be a living document for a while as I change it with each successful clone I do!<br /> ==Preparation== Assuming there is already a target (clone) that will be destro...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This will be a living document for a while as I change it with each successful clone I do!

Preparation

Assuming there is already a target (clone) that will be destroyed in the process.

Backup db tier databases

Check disk space for clone is sufficient

Save important data on target database(s) before destroying

Export dba_directories

Export dba_db_links

Verify the db links still work on the target (may need pointing somewhere else afterwards)

Save user passwords

Modify file location spfile parameters

Save SQL baselines

Save SQL profiles

Save context file on apps tier

Create a pfile from spfile

Add source database to target tnsnames.ora

Preclone the source db tier

Preclone the source apps tier

Perform clone

Stop all apps tier process on target

Shutdown target database

Remove the target database files

Start copy of apps tier files in background

Duplicate the source database(s)

Restart target listener(s)

Post clone

Check datafile status

Restart database cleanly