InterviewSolution
| 1. |
How Can You Make Sure That Only One Of The Redo Log Member Is Created In Fra? |
|
Answer» If you want only one member of the GROUP in the flash recovery area and the other one in the regular database file location, you should define two parameters—the flash recovery area and db_create_file_dest. SQL> Show parameter db_recovery_file_dest GROUP# STATUS TYPE MEMBER IS_RECOVERY_DEST_FILE 3 ONLINE /u01/oracle/DB11G/oradata/brij/redo03.log NO If you want only one member of the group in the flash recovery area and the other one in the regular database file location, you should define two parameters—the flash recovery area and db_create_file_dest. SQL> Show parameter db_recovery_file_dest GROUP# STATUS TYPE MEMBER IS_RECOVERY_DEST_FILE 3 ONLINE /u01/oracle/DB11G/oradata/brij/redo03.log NO |
|