Read this arcitle to combine and unpack the Oracle Patch files downloaded from SAP Marketplace
On Windows Platforms
Locate the directory where partial files exists and combine the files with the following command
copy /b Patchset_10204MSWINx8664aa.bin Patchset_10204MSWINx8664ab.bin Patchset_10204MSWINx8664ac.bin Patchset_10204MSWINx8664.zip
On Unix/Linux Platforms
cat Patchset_9206_AIX64-5L_aa.bin Patchset_9206_AIX64-5L_ab.bin Patchset_9206_AIX64-5L_ac.bin Patchset_9206_AIX64-5L_ad.bin >> Patchset_9206_AIX64-5L.zip
Bookmark
Email this
Hits: 1057
Comments (1)

logchannel.com
said:
|
... you're missing a "+" in windows environment. should be copy /B file1.bin+file2.bin resultfile.zip |
Write comment



