Oracle Flash-back Zone full solution

Source: Internet
Author: User

Flash back area full:
OS:RM-RF [Archivelog autobackup backupset controlfile Flashback Onlinelog]
Eg:
Archivelog autobackup backupset controlfile Flashback Onlinelog
[Email protected] prod]$ CD autobackup/
[[email protected] autobackup]$ ls
2014_10_13 2014_10_15 2014_10_16
[Email protected] autobackup]$ RM-RF 2014_10_13
[Email protected] autobackup]$ RM-RF 2014_10_15

RMAN:

Rman> crosscheck Backup;
rman> Delete expired backup;

Rman> crosscheck Archivelog All;
rman> Delete expired Archivelog all;

Sqlplus

[email protected]>show parameter db_re

NAME TYPE VALUE
------------------------------------ ----------- ------------------------------
Db_recovery_file_dest String/u01/app/oracle/fast_recovery_
Area
Db_recovery_file_dest_size Big Integer 4G
Db_recycle_cache_size Big Integer 0
[email protected]>desc V$recovery_area_usage;
Name Null? Type
----------------------------------------- -------- ----------------------------
File_type VARCHAR2 (20)
percent_space_used number
Percent_space_reclaimable number
Number_of_files number

[email protected]>select sum (percent_space_used) from V$recovery_area_usage;

SUM (percent_space_used)
-----------------------
33.45

Oracle Flash-back Zone full solution

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.