Viewing Information About Available Software Images

You can view information about Oracle Database software images that are available to download to your Exadata Cloud Service environment by using the cswlib list subcommand of the dbaascli utility as follows:

  1. Connect to a compute node as the opc user.

    For detailed instructions, see Connecting to a Compute Node Through Secure Shell (SSH).

  2. Start a root-user command shell:

    $ sudo -s
    #
  3. Execute the dbaascli command with the cswlib list subcommand:

    # dbaascli cswlib list

    The command displays a list of available software images, including version and bundle patch information that you can use to download the software image.

  4. Exit the root-user command shell:

    # exit
    $