Question

As stated in oracle doc

  • The keyword USE_DB_RECOVERY_FILE_DEST to indicate the Fast Recovery Area

I know it's setted during dbca but how can identify the Fast Recovery Area filesystem path on a running Oracle12c instance?

Was it helpful?

Solution

SQL> show parameter db_recovery_file_dest

NAME                                 TYPE        VALUE
------------------------------------ ----------- ------------------------------
db_recovery_file_dest                string      +O71_FRA
db_recovery_file_dest_size           big integer 8G
Licensed under: CC-BY-SA with attribution
Not affiliated with dba.stackexchange
scroll top