Standby Database on ODA 19.18
Hello
We have the following environment
NODE-1 Primary Server - Single instance 19.18 oracle database running on 19.8 ODA - X7-2S
NODE-2 Standby Server - ODA 19.18 configured with all the components and a test database running - X7-2S
We want to configure a standby database on Node-2
We will use the NFS backup option
Step # 1 is to create the backup config as per the document
# odacli create-backupconfig -n nfsbkup -w 10 -d NFS -c /u01/nfs_backup
Q1. We dont need to specify the database name here? What if there is more than 1 database running on NODE-1?
Q2. In this example, /u01/nfs_backup is where ODA will create the backup of the Primary DB and that NFS location that should be mounted off of from both NODE1 and NODE2. Correct?