relocate service to multiple nodes 19c
Oracle 19c - 5 node RAC
I have a service that runs on instance 1 (preferred) and available instance 2(for failover)
I would like to relocate this service to instance 3, instance 4 and instance 5. no failover instance. What is the correct syntax please?
*** I tried the following but did not work. got syntax error.
srvctl relocate service -s pxhrac_user -db phxprodc_phxhrprod -oldinst phxprodc1 -newinst phxprodc3, phxprodc4, phxprodc5
*** Need to be line this... Service name = pxhrac_user
Preferred instances: phxprodc3,phxprodc4,phxprodc5
Available instances:(blank)
Thank you