解决方案 »

  1.   

    LOG_FILE_NAME_CONVERTProperty Description
    Parameter type String
    Syntax 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 s.
    The following are example settings that are acceptable:
    LOG_FILE_NAME_CONVERT = '/dbs/t1/','/dbs/t1/s_','dbs/t2/ ','dbs/t2/s_'
    Default value There is no default value.
    Modifiable ALTER SESSION
    Basic No
      

  2.   

    *.log_archive_dest_1='LOCATION=C:\oracle\product\10.2.0\flash_recovery_area\AX03\archivelog\ VALID_FOR=(ALL_LOGFILES,ALL_ROLES)'
    *.log_archive_dest_2='SERVICE=AX03_st lgwr async VALID_FOR=(ONLINE_LOGFILES,PRIMARY_ROLE)'