P72:

 

 
  
  1. 步骤2…………由于要配置LOG_ARCHIVE_DEST_1参数目使用1=RA…… 

这里有问题,应该是排版的问题,原文如下:

 

 
  
  1. Step 2. Now, define two archive log destination directories, one of which will be the FRA. Set 
  2. the database parameter file, and set the LOG_ARCHIVE_DEST_1 parameter so that it is pointing 
  3. to a predefined file system that will be our first archive log directory. Since we are configuring 
  4. LOG_ARCHIVE_DEST_1 and we want to use the FRA, we need to set the LOG_ARCHIVE_DEST_ 
  5. 10 parameter to point to the FRA by using the parameter USE_DB_RECOVERY_FILE_DEST. 

在“将数据库置于archivelog模式练习”中有几个步骤:

1、指定FRA的路径和FRA的容量

2、指定两个归档文件的目录,其中一个为任意目录,另一个为FRA空间

所以这里应该是因为要将归档目录配置到使用FRA,所以将LOG_ARCHIVE_DEST_ 10的参数指定为LOCATION=USE_DB_RECOVERY_FILE_DEST