Re: R12.2

Posted by satish on
URL: http://erman-arslan-s-oracle-forum.114.s1.nabble.com/R12-2-tp3554p3706.html

Erman,

In our environment.we place fmb in AU_TOP and FMX in CUSTOM TOP,thats fine.we have the below entries in adop_sync.drv.one for AU_TOP as a whole and one for CUSTOM_TOP as a whole instead of individual fmb's.


AU_TOP as a whole:

rsync -zr %s_current_base%/EBSapps/appl/au/12.0.0/forms/US %s_other_base%/EBSapps/appl/au/12.0.0/forms

custom top as a whole:

rsync -zr %s_current_base%/EBSapps/appl/xxttd %s_other_base%/EBSapps/appl

so we will get both fmb and fmx right?is there anything wrong in this method?please advice