Standby Database Datafiles
Question: I have a primary and standby database. Right now all the datafiles on both primary and standby are in the same location, unfortunately space can only be added to my primary database. My question is, can you still maintain a standby database if the physical location of the datafiles are not on the same mount point? i.e.:
Primary datafile: /u01/app/oracle/user_data01.dbf --> Standby datafile: /u03/app/oracle/user_data01.dbf
I know I have to turn standby file management to MANUAL to make such a change but can I turn it back to AUTO once I have completed moving this file? Thanks guys