Provisioning an Oracle Database Home and Creating a Database

This procedure provisions Oracle Database 21c software and creates Oracle Database instances.

Procedure

  1. From the Fleet Patching and Provisioning Server, provision the Oracle Database home software:
    $ rhpctl add workingcopy -image db21c -path /u01/app/dbusr/product/21.0.0/db21c
      -client client_001 -oraclebase /u01/app/dbusr/ -workingcopy db21wc 
    The command provisions the working copy db21wc to the specified path on the cluster client_001, from the image db21c.
  2. Create the database instance:
    $ rhpctl add database -workingcopy db21wc -dbname db -dbtype RAC
    The command creates an Oracle RAC database instance db . You can use the add database command repeatedly to create more instances on the working copy.

Watch a video