Login  Register

CONTEXT_FILE when cloning

Posted by big on Feb 17, 2022; 2:52pm
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/CONTEXT-FILE-when-cloning-tp10676.html

Hi,
On R12.2.4  DB 11.2.4 on AIX, I want to clon PROD on DEV.

On DEV we have saved the context files of DEV and we want to use them again:
-rw-r--r--    1 DEV xx1         125712 Feb 08 19:34 PATCH_fs1_DEV_server.xml
-rw-r--r--    1 DEV xx1         126121 Jan 28 18:41 RUN_fs2_DEV_server.xml

 echo $RUN_BASE
/dz/appl_top/DEV/fs2


On PROD:
RUN File System           : /dz/appl_top/PROD/fs1/EBSapps/appl
  PATCH File System         : /dz/appl_top/PROD/fs2/EBSapps/appl

 echo $RUN_BASE
/dz/appl_top/PROD/fs1

When running :
perl adcfgclone.pl appsTier   ???

Which of the following I should provide as context_file:

This : PATCH_fs1_DEV_server.xml

Or this: RUN_fs2_DEV_server.xml

Thanks.