New Features of 11g rman blockrecover, rmanblockrecover

Source: Internet
Author: User

New Features of 11g rman blockrecover, rmanblockrecover


Reference:
New Rman Blockrecover command in 11g (Recover upload uption list) (Document ID 1390759.1)

New Features of 11g rman blockrecover:
Note: The blockrecover command for 10 Gb is discarded, but it is still supported.

Rman> Recover datafile <fileno> block <block number reported upload upt>; Rman> Recover datafile <fileno> block <block number> to <block number>; Rman> recover uption list; ---> recover all the bad blocks in V $ DATABASE_BLOCK_CORRUPTION.

 

Rman> Recover tablespace <name> dba <integer value> ;Rman> Recover tablespace testing dba 29360329 ;


Example:

SQL>SELECT DBMS_UTILITY.MAKE_DATA_BLOCK_ADDRESS(<file#>,<block#>) FROM DUAL;SQL> SELECT DBMS_UTILITY.MAKE_DATA_BLOCK_ADDRESS(7,201) FROM DUAL;DBMS_UTILITY.MAKE_DATA_BLOCK_ADDRESS(7,201)------------------------------------------- 29360329Rman> Recover tablespace <name> dba <integer value> ;Rman> Recover tablespace testing dba 29360329 ;

 

For 10 Gb, only:

RMAN> blockrecover datafile 5 block 20; ---> you can only use this syntax! Starting blockrecover at 17-JUN-15using target database control file instead of recovery catalogallocated channel: ORA_DISK_1channel ORA_DISK_1: sid = 1068 devtype = DISKstarting media recoverymedia recovery complete, elapsed time: 00: 00: 00 Finished blockrecover at 17-JUN-15RMAN>


 

Related Article

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.