CONTEXT_FILE when cloning

classic Classic list List threaded Threaded
2 messages Options
big
Reply | Threaded
Open this post in threaded view
|

CONTEXT_FILE when cloning

big
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.
Reply | Threaded
Open this post in threaded view
|

Re: CONTEXT_FILE when cloning

ErmanArslansOracleBlog
Administrator
I didn't test it but  it seems there is a usage like the following; (bytheway, again I didn't test it yet..)

perl adcfgclone.pl appsTier <APPL_TOP Target context file> dualfs

If there is a usage like that (context file with dualfs I mean..) my common sense tells me that you should use the one located in  run fs -> <INST_TOP>/appl/admin, but this is not documented and I didn't test it yet unfortuneatly.. Ask it to Oracle Support to get approval and update me if you have any news.