Renaming datafile on primary database
Hi All,
I am renaming datafile on my primary database. By mistake it was created on the wrong mount point. when it was created on the wrong mount point the mrp process on standby aborted as it was not able to create datafile on the secondary database.
We manually created datafile on secondary database with command alter database create datafile XXX as YYY and restarted the recovery. Now on my primary database i want to move the datafile which was created wrongly to correct location. Standby_file_management is auto. The datafile on standby location is on correct location. Please let me know what are steps I need to perform.