raccli update rdk
![]()
This topic does not apply to Oracle Cloud Infrastructure or to Oracle Cloud at Customer.
update rdk subcommand of the raccli utility updates the cloud tooling on an Oracle Database Classic Cloud Service database deployment that uses Oracle Real Application Clusters (RAC).
Note:
If you are updating a database deployment that also uses Oracle Data Guard and are updating from release 17.2.1 or earlier, you must also execute the update databasepassword command to store the password in the keystore (wallet).
raccli update rdk -tag tag-numberCaution:
After executing the raccli update rdk command, wait three minutes before executing commands using either raccli or the user interface to allow time for the server to restart.
raccli describe job command.
If the subcommand fails, it reports a FAILURE status and provides a message describing the reason for the failure.
Options of this subcommand are as follows.
| Option | Description |
|---|---|
|
|
The tag of the cloud tooling to update to. For To find out the tag number for the latest available tooling update, see What's New for Oracle Database Classic Cloud Service. |
Example
Here is an example of the update rdk subcommand. You can use the raccli describe job subcommand to view details about the job that is started when you execute this subcommand.
[opc@example1 ~]$ raccli update rdk -tag 1723
{
"jobId" : "10",
"requestStatus" : "SUCCESS"
}
[opc@example1 ~]$