Viewing Information About Downloaded Software Images
You can view information about Oracle Database software images that are downloaded to your Exadata Cloud Service environment by using the dbimage list
subcommand of the dbaascli
utility as follows:
-
Connect to a compute node as the
opc
user.For detailed instructions, see Connecting to a Compute Node Through Secure Shell (SSH).
-
Start a root-user command shell:
$ sudo -s #
-
Execute the
dbaascli
command with thedbimage list
subcommand:# dbaascli dbimage list
The command displays a list of software images that are downloaded to your Exadata Cloud Service environment, including version and bundle patch information.
-
Exit the root-user command shell:
# exit $