cancel
Showing results for 
Search instead for 
Did you mean: 

Having an issue while applying SBP 11.2.0.2.7 201208 in 11.2.0.2 database

0 Kudos

Hello All,

I ran into issues while applying the August SBP in one of the non-Prod environment.

Wondering if any of you have experienced issues similar to this.

The patch I was applying was: SAP_112027_201208_AIX.zip. This bundle has over a 100 patches. Mopatch started applying the patches and when it got to the 12th patch (9418512), it failed. At this point, seems like the files required by the patch process are deleted. From this point, all the other patches fail. The directory where the patch file (SAP_112017_201208_AIX.zip) was stored is all cleaned out.

The log file for the patch 9458152 has the following lines:

The mopatch log shows the failures as:

Eventually, MOPatch exited with "Link script "./link.sh" empty, not executed".

The file is not there since mopatch cleaned all up even before it applied it.

I am not finding much help in any notes.

Please share any ideas you have to resolve this.

Thanks,

Anu

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Anu,

To see the error in detail, apply the single patch manually as below;

su - ora<sid>

cd /oracle/<DBSID>

mkdir patchdir

cd patchdir

/oracle/BT1/112_64/bin/unzip -qq -d "/oracle/<DBSID>/patchdir" "SAP_112027_201208_AIX.zip"

<Change directory to 9458152>

/oracle/BT1/112_64/OPatch/opatch apply

Check the trace file to find out root cause.

Best regards,

Orkun Gedik