4 Steps to Clone Base OFSLL Environment
Following are the steps to Clone Base OFSLL Environment.
- Copy x* packages and so from production to test after patch up of test schema. (some of these objects in production are newer versions than ones in upgrade patches.)
- Perform export from production schema.
- Confirm that CMN_SERVER_HOME path is identical between test and production servers.
- Run alter table and alter index scripts against production schema.
- Run compare schema scripts between the production and test schemas. Reconcile differences.
- Perform export (no data) from test (upgraded) schema.
- Perform import (ignore=yes) on production schema from step five’s export. Confirm that packages, views, and types are correct versions.
- Perform export from test (upgraded) schema of setup tables (LESS producers tables!).
- Copy schema specific system parameters values from production schema
- Truncate setup tables on production schema.
- Perform import on production schema from step seven’s export.
- Overlay system parameters value from step 8
- Create backup copies of folders in the CMN_SERVER_HOME tree on production app server.
- Copy CMN_SERVER_HOME tree from test to production app servers. Consider results of step two.
- Copy any other patch objects (.so’s, etc.) into production environment. (If step 1 is done, we can copy without risk of overwriting newer versions in prod)
- Restore any X* packages necessary. (if step 1 is done, we can copy without risk of overwriting newer versions in prod).