Full syntax options for SMU clone task
Hi,
I'm looking to automate a ZFS SA SMU clone through the CLI. SMU v1.3.0.
However there are some gaps in the documentation.
In particular I'm looking for the options to change the listener port and the database type (RAC, Single instance etc.)
I'm thinking my command is along the lines of
tasks add clone -o method=THIN -o db_name=<DB_NAME> -o listener_port=<NON_STANDARD_PORT> -o db_type=RAC open_mode=READ_WRITE <source_app> <backup_name> <target_app>
but listener_port and db_type are not valid.
Anyone able to help?
Thanks