Step 2: Copy and Unpack the Patch Bundle

Copy the patch to your server, and use oakcli unpack -package to unpack the patch bundle.

On Oracle Database Appliance systems, you must log in as root, and copy the patch bundle to the path c/systems/servers.

On Oracle Database Appliance Virtualized Platforms, you must log in as root, and copy the patch bundle to ODA_BASE (Dom1).

After you copy the patch to the required location, run the command oakcli unpack -package. This command extracts (unzips) the patch bundle, and copies the patch bundle contents into the patch repository. Use the following syntax to specify the complete path to the patch bundle file, where path is the absolute path to the patch file:

# oakcli unpack -package path/filename

Note:

You must have root access for Oracle Database Appliance to perform this task.

  1. Copy the patch files (p22328442_121260_Linux-x86-64_1of2.zip and p22328442_121260_Linux-x86-64_2of2.zip) into the /tmp directory on each node.
  2. Run the following oakcli unpack -package commands on Node 0 and Node 1:

    Node 0:

    # oakcli unpack -package /tmp/p22328442_121260_Linux-x86-64_1of2.zip
    # oakcli unpack -package /tmp/p22328442_121260_Linux-x86-64_2of2.zip

    Node 1:

    # oakcli unpack -package /tmp/p22328442_121260_Linux-x86-64_1of2.zip
    # oakcli unpack -package /tmp/p22328442_121260_Linux-x86-64_2of2.zip