ExaCC: Create a Custom Database Software Image

Share on:

Overview:

  • ExaCC users patch and provision their Oracle Database Homes using standard Oracle-published images
  • Oracle makes the major Oracle database versions with the last 4 release updates available on control plane servers for download
  • Custom database software images provide
    • Apply a standardized custom Database Software Image across multiple Database Homes for specific application needs
    • Move on-premise databases running custom one-off software updates to ExaCC
    • Build custom images within the ExaCC service without special entitlements required to download patches from MOS

 

In this blog, I’ll demonstrate the steps to create a custom database software image using the OCI console and then use the new image to create a database home.

 

 

Step #1: Create A  Custom Database Software Image

1.  Sign in to your OCI tenancy where your Exadata Database Service on Cloud @ Customer system is deployed.

 

2. Navigate to “Oracle Database” > “Oracle Exadata Database Service on Cloud@Customer“.

exacc

 

3. Under the “Resources” section, select “Database Software Images” then click the “Create Database Software Image” button.

exacc2

 

4. In the “Create Database Software Image” screen, provide the required information then click the “Create Database Software Image” button.

  •      Display Name: Image display name
  •      Choose the right compartment
  •      Choose a major database version
  •      Choose a patch set update, proactive bundle patch, or release update
  •      Enter one-off patch numbers (optional)

 

exacc3

 

exacc4

 

Once the database software image is completed, the image state will be “Available

exacc5

 

Step #2: Create A Database Home Using the New Image

1. Navigate to “Oracle Database” > “Oracle Exadata Database Service on Cloud@Customer

2. Click on your VM cluster name

3. Under the “Resources” section, select “Database Homes” and then click the “Create Database Home” button

 

exacc6

 

4. In the “Create Database Home” screen, enter database home, and click the “Change Database Image” button to select the database home image type from either “Oracle Provided Database Software Images” or “Custom Database Software Images“.

 

exacc7

 

5. In the “Select a Database Software Image” screen

  •     Image Type: select “Custom Database Software Images
  •     Choose a compartment: the compartment where you created the customized image
  •     Select the image row from the list of available customized images

 

exacc8

 

6. Click the “Create Database Home” button

exacc9

 

exacc10

 

Once the create database home is completed, the Oracle database home state will be “Available

exacc11

 

7. Connect to any of the VM cluster nodes and run “opatch lspatches” to confirm installed patches

exacc12

Share on:

More from this Author

Oracle 23c INTERVAL Data Type Aggregations

MySQL: Updating the Configuration of a MySQL DB System on OCI

Overview: A MySQL configuration is a collection of variables that define the operation of a MySQL DB system. It is analogous to ... Read More

Oracle 23c INTERVAL Data Type Aggregations

Oracle 23c: INTERVAL Data Type Aggregations

Overview: Oracle 23c introduces the use of SUM and AVG functions with INTERVAL datatype This enhancement makes it easier to calculate totals and ... Read More

Back to Top