|
The new datafile is created and added to the standby databases if you have set up the STANDBY_FILE_MANAGEMENT and DB_FILE_NAME_CONVERT initialization parameters.
Just to explain the process of adding a file to the primary database is :
Adding a datafile to your primary database generates redo data that, when applied at your standby database, automatically adds the datafile name to the standby control file. If the standby database locates the new file
with the new filename, the recovery process continues. If the standby database is unable to locate the new datafile, recovery terminates.
Hope this helps,
Chintz
|