Clone Steps Cold
Clone Steps Cold
RapidClone Utility
------------------
Cold Cloning
-----------
PROD
----
1> cd $ORACLE_HOME/appsutil/scripts/VIS_erp
perl adpreclone.pl dbTier - clone (required information about the source -
context file, templates )
2> cd $ADMIN_SCRIPTS_HOME
perl adpreclone.pl appsTier - clone (required information of the source -
context file )
oraprod
applprod
cd $ADMIN_SCRIPTS_HOME
sh adstpall.sh apps/apps
cd $ORACLE_HOME
-- We can assume that we have copied the filesystem from production to non
production system then we need to follow below steps
-- IF required u can change the permissions of the db + apps
oratest
appltest
Web browser -
Finishing Tasks
5 minutes
update applsys.fnd_profile_option_values
set profile_option_value=(select 'TEST Instance. Copy of PROD as of '||
to_char(max(actual_completion_date),'MM/DD/YYYY HH24:MI')
from applsys.fnd_concurrent_requests) where level_id=10001 and
(application_id,profile_option_id) in (select
fpo.application_id,fpo.profile_option_id from applsys.fnd_profile_options
fpo,applsys.fnd_profile_options_tl fpt where
fpo.profile_option_name=fpt.profile_option_name and
fpt.user_profile_option_name='Site Name');
commit;