context file sync in the patch fs
On 12.2 patch fs I am trying to determine the deference between these two tasks:
ADJVAPRG oracle.apps.ad.autoconfig.oam.CtxSynchronizer action=upload
contextfile=<full path to patch context file> logfile=/tmp/patchctxupload.log
perl $AD_TOP/bin/adSyncContext.pl contextfile=$CONTEXT_FILE
Both are related to the upload/sync of the context file. What is the exact difference and which situation is each of them needed?