Provisioning an Oracle AI Database Home and Creating a Database

This procedure provisions Oracle AI Database 26ai software and creates Oracle AI Database instances.

Procedure

  1. From the Fleet Patching and Provisioning Server, provision the Oracle AI Database home software:
    $ rhpctl add workingcopy -image db26ai -path /u01/app/dbusr/product/23.0.0/db26ai
      -client client_001 -oraclebase /u01/app/dbusr/ -workingcopy db26wc 
    The command provisions the working copy db26wc to the specified path on the cluster client_001, from the image db26ai.
  2. Create the database instance:
    $ rhpctl add database -workingcopy db26wc -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