Name

LOG_FILE_STANDBY_NAME_CONVERT (Oracle7 Only)

Synopsis

Values:"filename1“, "filename2 "

Converts the filename of a new log file on the primary database to the filename of a log file on the standby database. Adding a log file to the primary database necessitates adding a corresponding file to the standby database. When the standby database is updated, this parameter is used to convert the log file name on the primary database to the log file name on the standby database. The file must exist and be writable on the standby database, or the recovery process will halt with an error.

Set the value of this parameter to two strings: the first string is the pattern found in the log file names on the primary database; the second string is the pattern found in the log file names on the standby database. For example:

LOG_FILE_STANDBY_NAME_CONVERT = ("/oracle/prod/redo1.log", 
                                 "/oracle/standby/redo1.log")

This parameter has been replaced by LOG_FILE_NAME_CONVERT in Oracle8.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset