Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Move datafiles in HADR environment

Status
Not open for further replies.

TitanQ

Systems Engineer
Jul 15, 2020
1
PE
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top