Oracle8i Reference
Release 2 (8.1.6)

Part Number A76961-01

Library

Product

Contents

Index

Go to previous page Go to beginning of chapter Go to next page

Initialization Parameters, 92 of 188


LOG_FILE_NAME_CONVERT

Parameter type: 

String 

Syntax: 

LOG_FILE_NAME_CONVERT = [(]'string1','string2'[)]

where

    string1 is the pattern of the primary database log filenames

    string2 is the pattern of the standby database log filenames

You can use single or double quotation marks. The parentheses are optional. 

Parameter class: 

Static 

Default value: 

None 

Range of values: 

Character strings 

LOG_FILE_NAME_CONVERT converts the filename of a new log file on the primary database to the filename of a log file on the standby database. If you add a log file to the primary database, you must add a corresponding file to the standby database.

When the standby database is updated, this parameter converts the log file name on the primary database to the log file name on the standby database. The file must exist on the standby database and must be writable 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. 

You should also use LOG_FILE_NAME_CONVERT to rename the logfiles in the clone controlfile when setting up the clone database during tablespace point-in-time recovery.

See Also: Oracle8i Backup and Recovery Guide and Oracle8i Standby Database Concepts and Administration. 


Go to previous page Go to beginning of chapter Go to next page
Oracle
Copyright © 1996-2000, Oracle Corporation.

All Rights Reserved.

Library

Product

Contents

Index