log_file_name_convert
Hi,
we have created a stand alone physical standby database from a 2 node RAC database
On Primary database, the REDO LOGS are located as follows
Member # 1 -- W:\oradata\redo_1a.log
Member # 2 -- X:\oradata\redo_1a.log
On standby database, we wanted the REDO LOGS to be created under 'e:\oradata\ and hence
set the following
log_file_name_convert='w:\oradata','e:\oradata\qaracdr\','x:\oradata\','e:\oradata\qaracdr\'
We completed all the steps and verified that the physical database is up and running
Whe we we query --> select member from v$logfile; it shows
we have created a stand alone physical standby database from a 2 node RAC database
On Primary database, the REDO LOGS are located as follows
Member # 1 -- W:\oradata\redo_1a.log
Member # 2 -- X:\oradata\redo_1a.log
On standby database, we wanted the REDO LOGS to be created under 'e:\oradata\ and hence
set the following
log_file_name_convert='w:\oradata','e:\oradata\qaracdr\','x:\oradata\','e:\oradata\qaracdr\'
We completed all the steps and verified that the physical database is up and running
Whe we we query --> select member from v$logfile; it shows
0