Pular para o conteúdo

Oracle Backup & Recovery – UNRECOVERABLE DATAFILES

Oracle Backup & Recovery – UNRECOVERABLE DATAFILES

Seu Banco de Dados é recuperável?

Você acha que sim, pois você faz Backups, certo? Errado.

Operações como as que utilizam NOLOGGING, como não geram todo o REDO LOG necessário, não são totalmente recuperáveis. Isto também ocorre com operações de DIRECT PATH.

Se algum usuário fez uma destas operações, um Backup deve ser feito imediatamente após seu término.

Veja o exemplo abaixo:

[oracle@CentOS5-01 ~]$ sqlplus SCOTT/TIGER

SQL*Plus: Release 11.2.0.1.0 Production on Thu Jun 3 10:16:49 2010

Copyright (c) 1982, 2009, Oracle.  All rights reserved.

Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options

SQL> CREATE TABLE T TABLESPACE USERS NOLOGGING AS SELECT * FROM ALL_OBJECTS;

Table created.

SQL> EXIT
Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Pr                                                                              oduction
With the Partitioning, OLAP, Data Mining and Real Application Testing options
[oracle@CentOS5-01 ~]$ rman TARGET /

Recovery Manager: Release 11.2.0.1.0 - Production on Thu Jun 3 10:18:01 2010

Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.

connected to target database: ORCL (DBID=1245905782)

RMAN> REPORT UNRECOVERABLE;

using target database control file instead of recovery catalog
Report of files that need backup due to unrecoverable operations
File Type of Backup Required Name
---- ----------------------- -----------------------------------
4    full or incremental     /u01/oradata/ORCL/users01.dbf

RMAN>

Quão útil foi este post ?

Clique em uma estrela para classificar o post

nota média 5 / 5. Contagem de votos: 8

Sem votos ! Seja o primeiro a classificar !

Deixe um comentário

O seu endereço de e-mail não será publicado. Campos obrigatórios são marcados com *

plugins premium WordPress