The standby database can be created in batch mode using an existing saved template. Template can be created by running dbvisit_setup interactively and choosing option 7.
dbvisit_setup --csd --ddc <ddc> [--restart]
Where <ddc> is the Dbvisit Standby Database Configuration (DDC) file and is in most cases the same as the database or instance name.
Specify the -restart flag to continue with uncompleted creation of the standby database.
For Example:
dbvisit_setup --csd --ddc prod1
Creates a standby database for database prod1 using existing template.