Re: RMAN restore - log_file_name_convert
Posted by ErmanArslansOracleBlog on Nov 21, 2016; 7:43am
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/RMAN-restore-log-file-name-convert-tp1576p1577.html
Hi,
Did you check the definition of log_file_name_convert?
It says:
LOG_FILE_NAME_CONVERT = 'string1' , 'string2' , 'string3' , 'string4' , ...
Where:
string1 is the pattern of the primary database filename
string2 is the pattern of the standby database filename
string3 is the pattern of the primary database filename
string4 is the pattern of the standby database filename
You can use as many pairs of primary and standby replacement strings as required. You can use single or double quotation marks.
The following are example settings that are acceptable:
LOG_FILE_NAME_CONVERT = '/dbs/t1/','/dbs/t1/s_','dbs/t2/ ','dbs/t2/s_'
Consider the standby database as your duplicate/clone database.