Repackaging a Service Pack for OEM Compliance
- Download the existing service pack zip from My Oracle Support site.
-
Create a new structure with two new folders,
App
andDB
, in the root of the structure. -
From the downloaded existing service pack, extract the contents of
*Oracle-Database-MultiplatForm.zip
to your/DB
folder.The contents of
*Oracle-Database-MultiplatForm.zip
contain all database installers. -
The application installers, which will be copied into your
/App
folder, can be broadly divided into three categories: Framework installer, Framework rollup, and application installer. All the application and Framework installers are packaged as<product>-<version>.MultiplatForm.zip
. If a Framework rollup installer is also present, it will be packaged as<product>-<version>-FW-PREREQ-MultiplatForm.zip
. Each of these zip files contain a jar file with the same name. -
Create the new compliant service pack zip file from your
/App
and/DB
folders. The new zip file must have the same name as the original downloaded service pack name. The following image illustrates the structure of the new compliant zip.