Oracle中fast recovery area的行使
1、fast recovery area的浸染: 快速规复地区是Oracle数据库打点的空间,可用于生涯RMAN磁盘备份、节制文件自动备份和存档的重做日记文件。安排在此位置的文件由Oracle数据库维护,天生的文件名以Oracle托管文件(OMF)名目维护。平常在出产情形中很少见到有效fast recovery area的,一样平常在出产情形中数据量较量大,而fast recovery area对空间要求也较量高,几多相识一下。
SQL> show parameter db_recovery_file_dest NAME TYPE VALUE ------------------------------------ ----------- ------------------------------ db_recovery_file_dest string /oracle/app/oracle/flash_recovery_area db_recovery_file_dest_size big integer 4977M
[[email?protected] flash_recovery_area]# ls -la 总用量 16 drwxr-x---. 4 oracle oinstall 4096 6月 17 15:37 . drwxrwxr-x. 9 oracle oinstall 4096 6月 17 15:04 .. drwxr-x---. 2 oracle oinstall 4096 6月 17 15:04 ocm --存放的是节制文件 drwxr-x---. 3 oracle oinstall 4096 6月 17 15:37 OCM --存放的是归档文件 2、怎样开启fast recovery area You set the size of the fast recovery area with the parameter DB_RECOVERY_FILE_DEST_SIZE first,and then you set the physical location of the flash recovery files with the parameter DB_RECOVERY_FILE_DEST. 3、怎样封锁fast recovery area
4、fast recovery area的打点 (编辑:湖南网) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |