Hi,
I have a database with HADR, both server have same characteristics. All database files are in disk1. Recently we add four new hard disk to server 1 (primary) and I need to move logfilesd to disk2 and index datafiles to disk3.
The standby database need to have the same new four disks and move the files also to the new location or I can have the files in defferents locations?
Example:
Primary
data datafile -> /disk1/data
index datatile -> /disk2/index
logfile -> /disk3/logs
Standby
data datafile -> /disk1/db2data
index datatile -> /disk1/db2data
logfile -> /disk1/db2data
I have a database with HADR, both server have same characteristics. All database files are in disk1. Recently we add four new hard disk to server 1 (primary) and I need to move logfilesd to disk2 and index datafiles to disk3.
The standby database need to have the same new four disks and move the files also to the new location or I can have the files in defferents locations?
Example:
Primary
data datafile -> /disk1/data
index datatile -> /disk2/index
logfile -> /disk3/logs
Standby
data datafile -> /disk1/db2data
index datatile -> /disk1/db2data
logfile -> /disk1/db2data