Oracle RMAN ora-02396
RMAN backup times: ORA-02396: exceeded maximum idle time
Reference Original:RMAN backup faling with ORA-02396: exceeded maximum idle time, please connect again (Doc ID 1446182.1)
Applicable:Oracle Server-Enterprise Edition-version 11.2.0.1 and laterInformation in this document applies to any platf
grant recovery_catalog_owner the following permissions:SQL> create user rmanuser identified by rmanuserTemporary tablespace TEMPDefault tablespace tbs_rmanQuota unlimited on tbs_rman;
C. Assign PermissionsSQL> grant recovery_catalog_owner to rmanuser;
3. Create a catalog
# Sometimes directly using rman linux will consider it as its own command, so it is safer to add full path.> $ ORACLE_HOME/bin/rman
In the first two articles, we described the backup and recovery solutions for Small and Medium databases using RMAN catalog, all related scripts are provided to simulate Oracle Data Guard to a certain extent in a car to reduce database losses on the Prod Server caused by hardware faults. This article mainly describes how to restore the changes of the Prod database on the Bak server.
Small and Medium databas
We know that the backup information of ramn in nocatalog mode is kept in the control file. The retention days of RMAN backup sets in the control file depends on the initialization parameter control.
We know that the backup information of ramn in nocatalog mode is kept in the control file. The retention days of
Rman backup times: ora-02396:exceeded Maximum idle timeReferences:RMAN backup faling with ora-02396:exceeded maximum idle time, please connect again (DOC ID 1446182.1)Suitable for:Oracle server-enterprise edition-version 11.2.0.1 and laterInformation in this document applies to any platform.Symptoms:Rman reports the following errors when backing up DB and Archivi
Moving data files by means of RMAN backup can shorten the time for traditional copying datafile. This article will introduce a very convenient example.
Example:
RMAN> connect target/Connect to the target database: UTF (dbid = 1000919928)RMAN> Backup as copyTablespac
RMAN to back up the database. Here I only backed up the data files that are prepared to create bad blocks for quick experiments.
[Oracle @ bys001 ~] $ Rman target/Recovery Manager: Release 11.2.0.1.0-Production on Fri Sep 13 13:28:36 2013Copyright (c) 1982,200 9, Oracle and/or its affiliates. All rights reserved.Connected to target database: BYS1 (DBID = 3957527513)RM
About Recovery with a Backup Control FileIf All copies of the current control file is lost or damaged, then you must restore and mount a backup control file. You must then run the RECOVER command, even if no data files has been restored, and open the database with the Resetlogs option. If Some copies of the current control file is usable, however, then can follow the procedure in "responding to th e Loss of
Oracle 11g backup-based rman duplicate
Backup-based rman duplicate command to create standby databasePrerequisites: ensure the backup of the original database and archive is completely visible to the standby end,It is assumed that the storage structure of all files, such as
RMAN not always use incremental backup if it has archivelog backup too Refer: metalink 134214.1 if there is an archive log backup set, then RMAN will not necessarily select an incremental backup set. Let's use the following RECOVE
First, switch the RAC to archive mode 1. Modify the archive mode of the database, usually in the installation of the RAC will be configured to archive and use the Flash back zone, has been configured in the following way can be skipped.Sql> alter system set CLUSTER_DATABASE=FALSE scope=spfile sid= ' * ';2. Close all instances (shutdown on both sides)sql> shutdown ImmediateOr close all instances directly$ srvctl Stop database-d ORCL3. On either instance, boot the database to mount state and modif
RMAN backup failed: ORA-19502 ORA-27072: File I/O error, rmanora-19502
When checking an ORACLE database's RMAN backup email in the morning, it was found that there were errors such as ORA-27072: File I/O error, the details are as follows:
channel ORA_DISK_1: starting piece 1 at 23-MAR-15
I went to a customer yesterday to deploy the RMAN backup. when running the shell script, I was prompted that I could not find the archive log, because the customer only performed the EXPDP logical export backup for the database, and each
I went to a customer yesterday to deploy the RMAN
The UNDO tablespace is used to store UNDO data. When you perform DML operations (INSERT, UPDATE, DELETE), ORACLE writes the old data of these operations to the UNDO segment. UNDO count
The UNDO tablespace is used to store UNDO data. When you perform DML operations (INSERT, UPDATE, DELETE), ORACLE writes the old data of these operations to the UNDO segment. UNDO count
UNDO tablespace description
In the previous article (RMAN
data blocks to know which data blocks have changed (block tracking), which greatly improves backup efficiency. But these are at the expense of disk I/O, so in an OLTP transaction system, you have to measure whether you are willing to use I/O to ensure security and high availability. The 10g also supports incremental consolidation, and incremental backups can support 7-level increments.Turn on block tracking (Database
1: first, restore the spfile parameter file information in the backup of the control file.
RMAN> set dbid = 1133434343Executing command: SET DBID
RMAN> startup nomount;Startup failure: ORA-01078: failure in processing system parametersLRM-00109: cocould not open parameter file '/u01/oracle/product/10.2.0/db_1/dbs/inithanmi. ora'Starting Oracle instance without pa
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.