start

Follow
dbvcli start {-d|--name} CONFIGURATION_NAME [--OPTIONS]

Start the primary or standby database

Option

Type

Description

--role

string

database to start (primary or standby)

Example
[oracle@nzoel19c2 bin]$ ./dbvcli -d orclcdb start --role standby
Connecting to the Local Agent at :7890 ✓


A Local Agent connection can only be used for this operation if executed on the standby host: nzoel19c1.oraclekiwi.co.nz

A Local Agent connection is not available; attempting a Control Center
connection.

Connecting to the Control Center at localhost:4433 ✓

Checking available actions for this configuration ✓

Configuration orclcdb (nzoel19c2.oraclekiwi.co.nz -> nzoel19c1.oraclekiwi.co.nz)

┌───────────────┐┌───────────────┐
│               ││               │
│    Primary    ││    Standby    │
│               ││               │
│    ONLINE     ││     DOWN      │
│               ││               │
└───────────────┘└───────────────┘

Database Prompt Skipped (Using Database: standby)

Starting the standby database on host nzoel19c1.oraclekiwi.co.nz ✓

Successfully started the standby database on host nzoel19c1.oraclekiwi.co.nz
Have more questions? Submit a request

Comments