dbaascli database upgrade in parallel
Hello,
I am trying to upgrade a database 12.2 to 19c using dbaascli because the database lives in Exadata Cloud at Customer Gen 2.
I need to reduce the downtime time, so I am trying to use parallelism. Reading the documentation I found this:
--upgradeOptions - to pass DBUA specific arguments to perform the Oracle database upgrade. Refer to the corresponding Oracle documentation for the supported arguments and options.
I tried this command, but it failed:
dbaascli database upgrade --dbname $DB_NAME --targetHome /u02/app/oracle/product/19.0.0.0/dbhome_1 --standBy --upgradeOptions -upgrade_parallelism 4
Do you know how can I use parallelism?
Thanks in advance.