Problem when implementing Document ID 1448102.1
Hi,
We are trying to implement Oracle E-Business Suite Pre-install Patches Report [Video] [Note 1448102.1] with the following steps:
mkdir -p $APPL_TOP/admin/$TWO_TASK/preinstall
cd $APPL_TOP/admin/$TWO_TASK/preinstall
unzip all patches
rm -f *.zip
cd $AU_TOP/patch/115/driver
admrgpch -d . -preinstall -master u6678700.drv
However the following error appears:
Executing the merge of the patch drivers
No driver files exists in /oraapp/upgrade/apps/apps_st/appl/admin/PROD/preinstall.
-- Processing file: u6678700.drv
And it hangs without any progress.
N.B.
We had upgrade database to 11.2.0.3.0
Thank you.