Information on RMAN catalog database using and any catalog (controlfile)

Hi all.

I´d like some clarification on the subjects of RMAN RMAN usage with or without a recovery catalog (database / schema):

(1) will be the database controfile target always store ALL changes made on RMAN? For example, configure changes persistent RMAN as a retention strategy, controfile autobackup, backup optimization and so forth, these will always record on the target database controlfile, even if we're connecting to RMAN with a recovery catalog?

(2) what happens if we stop using the recovery catalog? I mean, if you don't use stored scripts and shot through the OS jobs or same EM control database, may continue to use then and do not connect more on the recovery catalog? It will be a problem? My target database stops?

I will be the legacy a few databases to administer and they connects to a catalog of recovery of database / schema, it's good, but I want to set up my own backup and restore policies / procedures in a two-step process: (1) have each configuration of RMAN database on controlfile, Later (2) in view of the use of the recovery catalog to centralized databases and keep more disk backup and restore.

Thanks in advance!

(1) Yes, everything about the structure of data is stored in the controlfile. The location of the backup controlfile is also stored in the controlfile.

The backup controlfile location is also stored in the catalog if you synchronize to it.

(2) you can stop immediately using the catalog if you choose, and as long as you have a backup RMAN script file, you can always backup using this file.

The catalog is used to store the location of the backupsets, and copy image. If you have any scripts to store, it can store these too. Really, it's all done catalog.

You can back up and restore/recover without a catalog, as long as you know where all backups are retained.

Tags: Database

Similar Questions

  • Move to a new server of RMAN catalog

    Source server: RMAN v. 10.2.0.1.0, 6 databases saved with RMAN

    I would switch to the new server RMAN, v. 11.2.0.1.1. (target)

    Due to differences in version, the import of catalogue from source to target is not an option.

    Is it possible to do the following.  Unregister database of source database.  Save the rman target database break and then save the existing backup with the new catalog server?

    Yes, it is possible.  The backup and recovery of the User Guide addresses these cancellation of registration and registration.  When you save the database with the new catalogue, records backup control file will be synchronized with the catalog.

  • How to save a database to use the RMAN catalog using the OEM 11 g grid

    How to save a database to use the RMAN catalog using the OEM 11 g grid?

    ---------------------------------------------------------------------
    Enterprise Manager Version: 11.2.0.2

    See the availability tab, and then click 'Recovery catalog settings' under the Backup/Restore Configuration.

    Choose the option 'Use Recovery Catalog'. Click the 'Add Recovery Catalog' button to add the recovery catalog. And fill required fields like username, host, port, sid, etc..

    Talip Hakan Öztürk
    http://taliphakanozturken.WordPress.com/

  • Get information directly from the database of the RMAN catalog

    All,

    Assuming that one is unable to connect to the target database, but can directly connect to the catalog database:

    HostName: rman.prod.hobank.net
    User name of the operating system: oracle
    Oracle SID: RMAN
    User RMAN: rman

    When you are connected to the RMAN database as user rman (as shown below),

    [oracle@rman] sqlplus rman/rman

    What views I need to ask for the following information:

    -Backups performed
    -Backup type (for each backup)
    -Calendar

    Thanks in advance.

    Baffy

    You can get all the information backup recovery catalog views. For example, V$ RC_BACKUP_SET, V$ RC_BACKUP_PIECE, V$ RC_BACKUP_FILES, etc. and the view contains the type of backup as
    V$ RC_BACKUP_FILES. BACKUP. But I don't understand your 'calendar' means.

  • Firewall rules RMAN target database and RMAN catalog database

    Hi, we are on Oracle 11.2.0.4 and we just build a new environment, in which case the RMAN catalog is located on a seprate from the target database server. I'm trying to figure if the firewall between these two rules should be two-way, so that the target database and RMAN catalog database can ping each other. If bi-directional rules in place, so what's the reason for this? I understand that during RMAN backup entries are made in the RMAN catalog database, but do not know if the RMAN catalog database must always meet target db. Thank you!

    If you run the rman command on the target database server, it acts as a client to the catalog database server by connecting on sqlnet to the catalog database.

    If you run the rman command on the catalog database server, it's a sqlnet connection join the target database server.

    In both cases, rman is simply a client that connects to the two databases.

    Hemant K Collette

  • How to recover a database containing only the DBF and CTL files and any other information?

    Hello

    I have the following situation: a customer sent a group of files, he said be a "backup" of an old database, which is more in line (he doesn´t use our software more). However, he needs recover data in this database. The person at the company that generates these files doesn´t work more, so we don t have the following information:

    -Version, connection details, service names, user names, or tablespace databases.

    We just said that these files have been saved on a DVD, and is the only source that remaining.

    The files he sent are:

    ctrl\cf_satp_01.CTL

    ctrl\cf_satp_02.CTL

    ctrl\cf_satp_03.CTL

    dad\df_satp_dad_01.dbf

    idx\df_satp_idx_01.dbf

    rbs\df_satp_rbs_01.dbf

    redo\redo_g10_m1.dbf

    redo\redo_g11_m1.dbf

    redo\redo_g12_m1.dbf

    sap\df_satp_sap_01.dbf

    spo\df_satp_spo_01.dbf

    sys\df_satp_sys_01.dbf

    tmp\df_satp_tmp_01.dbf

    Is there a way to access this data? Or if I can say our costumer that sorry... sit and cry... your data is lost forever...

    I m unaware of backups of database Oracle, having worked with discharges every time a need something like this, so apologies if the answer is obvious.

    Sorry for the poor English too!

    Thank you

    Luiz Fernando Meier

    How has taken this backup? Cold or hot (online)?

    If online, then the backup is unrecoverable.

    If offline then it is possible to get it back. You must know the database version and the platform of the source.

    You need the version of the base to know which version ORACLE_HOME, you use, if you need to upgrade the database once restored.

    You need the OS platform to see what type of endian is your data files, because that limits also what OS you can restore.

    Kind regards

  • Waiting for redo log file missing when restore main database using RMAN backup that was taken on the database physical standby

    Here's my question after tons of research and test without have the right solutions.

    Target:

    (1) I have a 12.1.0.2 database unique main enterprise 'testdb' as database instance running on the server "node1".

    (2) I created physical standby database "stbydb" on the server "node2".

    (3) DataGuard running on the mode of MaxAvailability (SYNC) with roll forward in real time 12 default c apply.

    (4) primary database has 3 groups of one-man redo. (/oraredo/testdb/redo01.log redo02.log redo03.log)

    (5) I've created 4 standby redo logfiles (/oraredo/testdb/stby01.log stby02.log stby03.log stby04.log)

    (6) I do RMAN backup (database and archivelog) on the site of relief only.

    (7) I want to use this backup for full restore of the database on the primary database.

    He is a DR test to simulate the scenario that has lost every primary & Eve total servers.

    Here is how to save, on the database pending:

    (1) performance 'alter database recover managed standby database Cancel' to ensure that compatible data files

    (2) RMAN > backup database;

    (3) RMAN > backup archivelog all;

    I got elements of backup and copied to primary db Server something like:

    /Home/Oracle/backupset/o1_mf_nnndf_TAG20151002T133329_c0xq099p_.BKP (data files)

    /Home/Oracle/backupset/o1_mf_ncsnf_TAG20151002T133329_c0xq0sgz_.BKP (spfile & controlfile)

    /Home/Oracle/backupset/o1_mf_annnn_TAG20151002T133357_c0xq15xf_.BKP (archivelogs)

    So here's how to restore, on the main site:

    I clean all the files (data files, controlfiles oder all gone).

    (1) restore spfile from pfile

    RMAN > startup nomount

    RMAN > restore spfile from pfile ' / home/oracle/pfile.txt' to ' / home/oracle/backupset/o1_mf_ncsnf_TAG20151002T133329_c0xq0sgz_.bkp';

    (2) modify pfile to convert to db primary content. pFile shows below

    *.audit_file_dest='/opt/Oracle/DB/admin/testdb/adump '

    * .audit_trail = "db".

    * full = '12.1.0.2.0'

    *.control_files='/oradata/testdb/control01.ctl','/orafra/testdb/control02.ctl'

    * .db_block_size = 8192

    * .db_domain = "

    *.db_file_name_convert='/testdb/','/testdb /'

    * .db_name = "testdb".

    * .db_recovery_file_dest ='/ orafra'

    * .db_recovery_file_dest_size = 10737418240

    * .db_unique_name = "testdb".

    *.diagnostic_dest='/opt/Oracle/DB '

    * .fal_server = "stbydb".

    * .log_archive_config = 'dg_config = (testdb, stbydb)'

    * .log_archive_dest_2 = "service = stbydb SYNC valid_for = (ONLINE_LOGFILE, PRIMARY_ROLE) db_unique_name = stbydb'"

    * .log_archive_dest_state_2 = 'ENABLE '.

    *.log_file_name_convert='/testdb/','/testdb /'

    * .memory_target = 1800 m

    * .open_cursors = 300

    * runoff = 300

    * .remote_login_passwordfile = "EXCLUSIVE."

    * .standby_file_management = "AUTO".

    * .undo_tablespace = "UNDOTBS1.

    (3) restart db with updated file pfile

    SQLPLUS > create spfile from pfile='/home/oracle/pfile.txt'

    SQLPLUS > the judgment

    SQLPLUS > startup nomount

    (4) restore controlfile

    RMAN > restore primary controlfile to ' / home/oracle/backupset/o1_mf_ncsnf_TAG20151002T133329_c0xq0sgz_.bkp';

    RMAN > change the editing of the database

    (5) all elements of backup catalog

    RMAN > catalog starts by ' / home/oracle/backupset / '.

    (6) restore and recover the database

    RMAN > restore database;

    RMAN > recover database until the SNA XXXXXX; (this YVERT is the maximum in archivelog backups that extends beyond the scn of the backup of the data file)

    (7) open resetlogs

    RMAN > alter database open resetlogs;

    Everything seems perfect, except one of the file log roll forward pending is not generated

    SQL > select * from v$ standby_log;

    ERROR:

    ORA-00308: cannot open archived log ' / oraredo/testdb/stby01.log'

    ORA-27037: unable to get file status

    Linux-x86_64 error: 2: no such file or directory

    Additional information: 3

    no selected line

    I intended to use the same backup to restore primary basic & helps record traffic and the downtime between them in the world of real output.

    So I have exactly the same steps (except STANDBY restore CONTROLFILE and not recover after database restore) to restore the database pending.

    And I got the same missing log file.

    The problem is:

    (1) complete alert.log filled with this error, not the concern here

    (2) now repeat it in real time apply won't work since the Party shall LGWR shows always "WAITING_FOR_LOG."

    (3) I can't delete and re-create this log file

    Then I tried several and found:

    The missing standby logfile was still 'ACTIVE' at present RMAN backup was made.

    For example, on db standby, under Group #4 (stby01.log) would be lost after the restoration.

    SQL > select GROUP #, SEQUENCE #, USE (s), the STATUS from v$ standby_log;

    GROUP # SEQUENCE # USED STATUS

    ---------- ---------- ---------- ----------

    4 19 ACTIVE 133632

    5 0 0 UNASSIGNED

    6 0 0 not ASSIGNED

    7 0 0 UNASSIGNED

    So until I take the backup, I tried on the primary database:

    SQL > alter system set log_archive_dest_state_2 = delay;

    This was the Group of standby_log side Eve #4 was released:

    SQL > select GROUP #, SEQUENCE #, USE (s), the STATUS from v$ standby_log;

    GROUP # SEQUENCE # USED STATUS

    ---------- ---------- ---------- ----------

    4 0 0 UNASSIGNED

    5 0 0 UNASSIGNED

    6 0 0 not ASSIGNED

    7 0 0 UNASSIGNED

    Then, the backup has been restored correctly without missing standby logfile.

    However, to change this primary database means break DataGuard protection when you perform the backup. It's not accept on the production environment.

    Finally, my real questions come:

    (1) what I do may not do on parameter change?

    (2) I know I can re-create the control file to redo before delete and then recreate after. Is there any simple/fast to avoid the standby logfile lost or recreate the lost one?

    I understand that there are a number of ways to circumvent this. Something to keep a copy of the log file waiting restoration progress and copy up one missing, etc, etc...

    And yes I always have done no real-time applies "to the aid of archived logfile" but is also not accept mode of protection of production.

    I just want proof that the design (which is displayed in a few oracle doc Doc ID 602299.1 is one of those) that backs up data backup works effectively and can be used to restore the two site. And it may be without spending more time to resume backups or put the load on the primary database to create the database before.

    Your idea is very much appreciated.

    Thank you!

    Hello

    1--> when I take via RMAN backup, RMAN does not redo log (ORL or SRL) file, so we cannot expect ORLs or SRL would be restored.

    2nd--> when we opened the ORL database should be deleted and created

    3rd--> Expecting, SRL should not be an issue.we should be able to do away with the fall.

    DR sys@cdb01 SQL > select THREAD #, SEQUENCE #, GROUP #, STATUS from v$ standby_log;

    THREAD # SEQUENCE # GROUP # STATUS

    ---------- ---------- ---------- ----------

    1 233 4 ACTIVE

    1 238 5 ACTIVE

    DR sys@cdb01 SQL > select * from v$ logfile;

    GROUP # STATUS TYPE MEMBER IS_ CON_ID

    ---------- ------- ------- ------------------------------ --- ----------

    3 /u03/cdb01/cdb01/redo03.log no. 0 online

    /U03/cdb01/cdb01/redo02.log no. 0 2 online

    1 /u03/cdb01/cdb01/redo01.log no. 0 online

    4 /u03/cdb01/cdb01/stdredo01.log WATCH No. 0

    /U03/cdb01/cdb01/stdredo02.log EVE 5 No. 0

    DR sys@cdb01 SQL > ! ls - ltr /u03/cdb01/cdb01/stdredo01.log

    method: cannot access the /u03/cdb01/cdb01/stdredo01.log: no such file or directory

    DR sys@cdb01 SQL >! ls - ltr /u03/cdb01/cdb01/stdredo02.log

    -rw - r-. 1 oracle oinstall 52429312 17 Oct 15:32 /u03/cdb01/cdb01/stdredo02.log

    DR sys@cdb01 SQL > alter database force claire logfile 4;

    change the database group claire logfile 4

    *

    ERROR on line 1:

    ORA-01156: recovery or current flashback may need access to files

    DR sys@cdb01 SQL > alter database recover managed standby database cancel;

    Database altered.

    DR sys@cdb01 SQL > change the database group claire logfile 4;

    Database altered.

    DR sys@cdb01 SQL > ! ls - ltr /u03/cdb01/cdb01/stdredo01.log

    -rw - r-. 1 oracle oinstall 52429312 17 Oct 15:33 /u03/cdb01/cdb01/stdredo01.log

    DR sys@cdb01 SQL >

    If you do, you can recreate the controlfile without waiting for redo log entry...

    If you still think it's something is not acceptable, you must have SR with support to analyze why he does not abandon SRL when controlfile_type is "underway".

    Thank you

  • 9i database to register with the 10g rman catalog

    I want to know if something prevents a 9i database to record with the catalog rman 10g server?. Any ideas or links to popular docs

    My situation

    target db - 9204
    target rman executable used for backup - 9204
    Catalog RMAN - 10204
    version of RMAN database - 10204
    without auxiliary basis or duplicate at this time.

    Can I now register and start taking backups?

    Published by: user13296481 on August 18, 2010 12:11

    The version of the recovery catalog schema must be greater than or equal to the version of RMAN client.

    http://download.Oracle.com/docs/CD/B28359_01/backup.111/b28273/compat003.htm

    Version of the catalog RMAN - 10.2.0.2

    Target - 9.2.0.4 database

    You can register now and start the backup.

    Concerning
    Asif Kabir

    Handle: jsampath
    Status level: Beginner
    Join date: July 9, 2010
    Messages total: 3
    Total Questions: * 3 (3 pending) *.

    -Mark your useful post as correct/helpful and close all threads.

  • RMAN - Catalog and ControlFile Recovery

    I recorded rock database (same host) and Fatima databases (in another machine) in the RECOVERY CATALOG.

    I m sticking with Faure database backup using the recovery catalog



    RMAN >

    Complete recovery manager.
    ^ C
    H:\ > rman target sys/farooq@farooq catalog rman2/cat@rock

    Recovery Manager: Release 10.2.0.1.0 - Production on Mon Sep 8 14:41:17 2008

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

    connected to target database: FAURE (DBID = 1820635189)
    connected to the recovery catalog database

    RMAN > register database;

    RMAN-00571: ===========================================================
    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
    RMAN-00571: ===========================================================
    RMAN-03009: failure of the register command to the default channel on 2008-09-08 14:41:37
    RMAN-20002: target database is already registered in the recovery catalog

    RMAN > outline report;

    Report of the database schema

    List of permanent data files
    ===========================
    Size (MB) Tablespace RB segs Datafile file name
    ---- -------- -------------------- ------- ------------------------
    1 YES D:\ORADATA\FAROOQ\SYSTEM01 480 SYSTEM. DBF
    2 35 UNDOTBS1 D:\ORADATA\FAROOQ\UNDOTBS01 YES. DBF
    SYSAUX 3 250 NO D:\ORADATA\FAROOQ\SYSAUX01. DBF
    4 5 USERS WITHOUT D:\ORADATA\FAROOQ\USERS01. DBF
    5 100 EXAMPLE NO D:\ORADATA\FAROOQ\EXAMPLE01. DBF

    RMAN > list backup;


    RMAN > backup as incremental compressed backupset of level 0 database more archivelog;


    From backup 08-SEP-08
    Current archived log
    RMAN-00571: ===========================================================
    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
    RMAN-00571: ===========================================================
    RMAN-03002: failure of command thus backup archivelog at 2008-09-08 14:43:03
    RMAN-03014: implicit recovery catalog Resync failed
    RMAN-06004: error ORACLE recovery catalog database: RMAN-20020: incarnation of the database not defined

    RMAN > list incarnation of database;


    List of Incarnations of the database
    DB key Inc key STATE ID DB name DB reset reset time SNA
    ------- ------- -------- ---------------- --- ---------- ----------
    3641 3649 FAURE 1820635189 PARENT 534907 29 JULY 08
    FAURE 3641 3642 1820635189 CURRENT 695424 08-SEP-08

    RMAN > RESET DATABASE to incarnation 3642
    2 >.

    database restore the incarnation 3642

    RMAN > backup as incremental compressed backupset of level 0 database more archivelog;


    From backup 08-SEP-08
    Current archived log
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid = 142 devtype = DISK
    channel ORA_DISK_1: starting from backupset journal archive compressed
    channel ORA_DISK_1: specification of archive log backup set
    archive log entry thread = 1 sequence 1 recid = 4 = 664886867 stamp =
    archive log entry thread = 1 sequence 2 recid = 5 = 664888152 stamp =
    archive log entry thread = 1 sequence = recid 3 = 6 = 664888938 stamp
    archive log entry thread = 1 sequence 4 recid = 7 = 664889572 stamp =
    archive log entry thread = 1 sequence 5 recid = 8 = 664889658 stamp =
    archive log entry thread = 1 sequence 6 recid = 9 = 664891871 stamp =
    archive log entry thread = 1 sequence 7 recid = 10 = 664892590 stamp =
    archive log entry thread = 1 sequence 8 recid = 11 = 664900983 stamp =
    archive log entry thread = 1 sequence 9 recid = 12 = 664902190 stamp =
    channel ORA_DISK_1: from room 1 to 08 - SEP-08
    channel ORA_DISK_1: finished piece 1 to 08 - SEP-08
    piece handle = D:\ORADATA\FLASH_RECOVERY_AREA\FAROOQ\BACKUPSET\2008_09_08\O1_MF_ANNNN_TAG20080908T150314_4D9Y35PK_. Tag BKP = comment TAG20080908T150314 = NONE
    channel ORA_DISK_1: complete set of backups, time: 00:00:26
    channel ORA_DISK_1: starting from backupset journal archive compressed
    channel ORA_DISK_1: specification of archive log backup set
    archive log entry thread = 1 sequence 8 recid = 1 stamp = 664886398 =
    archive log entry thread = 1 sequence 9 recid = 2 = 664886399 stamp =
    archive log entry thread = 1 sequence 10 recid = 3 = 664886403 stamp =
    channel ORA_DISK_1: from room 1 to 08 - SEP-08
    channel ORA_DISK_1: finished piece 1 to 08 - SEP-08
    piece handle = D:\ORADATA\FLASH_RECOVERY_AREA\FAROOQ\BACKUPSET\2008_09_08\O1_MF_ANNNN_TAG20080908T150314_4D9Y407K_. Tag BKP = comment TAG20080908T150314 = NONE
    channel ORA_DISK_1: complete set of backups, time: 00:00:09
    Backup finished 08-SEP-08

    From backup 08-SEP-08
    using channel ORA_DISK_1
    channel ORA_DISK_1: additional start-up compressed 0 datafile backupset
    channel ORA_DISK_1: specifying datafile (s) in backupset
    input datafile fno = 00001 name = D:\ORADATA\FAROOQ\SYSTEM01. DBF
    input datafile fno = 00003 name = D:\ORADATA\FAROOQ\SYSAUX01. DBF
    input datafile fno = 00005 name = D:\ORADATA\FAROOQ\EXAMPLE01. DBF
    input datafile fno = name 00002 = D:\ORADATA\FAROOQ\UNDOTBS01. DBF
    input datafile fno = 00004 name = D:\ORADATA\FAROOQ\USERS01. DBF
    channel ORA_DISK_1: from room 1 to 08 - SEP-08
    channel ORA_DISK_1: finished piece 1 to 08 - SEP-08
    piece handle = D:\ORADATA\FLASH_RECOVERY_AREA\FAROOQ\BACKUPSET\2008_09_08\O1_MF_NNND0_TAG20080908T150351_4D9Y49WW_. Tag BKP = comment TAG20080908T150351 = NONE
    channel ORA_DISK_1: complete set of backups, time: 00:01:15
    Backup finished 08-SEP-08

    From backup 08-SEP-08
    Current archived log
    using channel ORA_DISK_1
    channel ORA_DISK_1: starting from backupset journal archive compressed
    channel ORA_DISK_1: specification of archive log backup set
    archive log entry thread = 1 sequence 10 recid = 13 = 664902308 stamp =
    channel ORA_DISK_1: from room 1 to 08 - SEP-08
    channel ORA_DISK_1: finished piece 1 to 08 - SEP-08
    piece handle = D:\ORADATA\FLASH_RECOVERY_AREA\FAROOQ\BACKUPSET\2008_09_08\O1_MF_ANNNN_TAG20080908T150512_4D9Y6T1D_. Tag BKP = comment TAG20080908T150512 = NONE
    channel ORA_DISK_1: complete set of backups, time: 00:00:02
    Backup finished 08-SEP-08

    From control file and SPFILE Autobackup 08-SEP-08
    piece handle = D:\ORACLE\RMAN_BACKUP\CTL_SP_BAK_C-1820635189-20080908-09 comment = NONE
    Control finished and Autobackup SPFILE file 08-SEP-08

    RMAN > list backup;


    Backup list
    ===============
    S LV TY Device Type delay #Pieces compressed #Copies Tag key
    ------- -- -- - ----------- --------------- ------- ------- ---------- ---
    4615 DISC 08-SEP-08 1 1 YES TAG20080908T150314
    4617 B 0 A DRIVE 08-SEP-08 1 1 YES TAG20080908T150351
    4650 DISC 08-SEP-08 1 1 YES TAG20080908T150512
    4670 HAS NO DISK 1 1 08 - SEP - 08 NO TAG20080908T150517

    RMAN >



    Now, I m conneting to Faure - target database and obtaining the same information from the control file backup.

    H:\ > rman target sys/farooq@farooq

    Recovery Manager: Release 10.2.0.1.0 - Production on Mon 8 Sep 15:05:38 2008

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

    connected to target database: FAURE (DBID = 1820635189)

    RMAN > LIST BACKUP SUMMARY;

    using the control file of the target instead of recovery catalog database

    Backup list
    ===============
    S LV TY Device Type delay #Pieces compressed #Copies Tag key
    ------- -- -- - ----------- --------------- ------- ------- ---------- ---
    21. A DRIVE 08-SEP-08 1 1 YES TAG20080908T150314
    22. A DRIVE 08-SEP-08 1 1 YES TAG20080908T150314
    23 B 0 A DRIVE 08-SEP-08 1 1 YES TAG20080908T150351
    24. A DRIVE 08-SEP-08 1 1 YES TAG20080908T150512
    25 A NO DISK 1 1 08 - SEP - 08 NO TAG20080908T150517

    My question: why are the information stored in the database control file (Faure) target so that its stored in the recovery catalog?

    Hello

    By default, RMAN stored metadata in the file control, all the RMAN is first written to control the file and then catalog of recovery if leaves. For example, when rman creates a new backupset, you can view the information in the v$ backup_set and you can also view the same information of the recovery RC_BAKCUP_SET catalog views.
    So every change repository is stored in two places... Control file and optionally recovery_catalog

    The catalog of recovery of the RMAN Repository versions are stored in database tables and version control repository os file stored as files in with in the control file.

    -Pavan Kumar N

  • RMAN catalog upgrade 11.2.0.4.7 with 11.2.0.4.0 database

    Hello

    One of my new database received from group fixes 11.2.0.4.7.

    When I want to join this real my rman catalog database, I "PL/SQL package RMAN. DBMS_RCVCAT version 11.02.00.03 in the RCVCAT database is not current."

    I can easily do a "catalogue of upgrade", but is there an impact on my other databases running 11.2.0.4.0, which cannot receive the patches group before long.

    Thank you for your kind reply.

    Eric

    Hello

    Having the RMAN catalog with a newer version than the database version and will not create any problem.

    (Doc ID 73431.1) RMAN compatibility matrix

    Thank you

    Sundar

  • Can us refresh database using the recovery catalog?

    Hi all, I need update the dev of database using the prod database backup, we have TSM server and database of separate catalog for storing backups. No, my doubt is, we can update database dev using catalog, which has the backup of all info the prod

    In my previous organization, we used to copy the backup of the prod dev we restore and recover it in dev db. But in this organization, we have a TSM server that stores all backups of prod and dev.

    Please tell me we can update dev db using info catalogue simply and without copying backups of prod? If possible how?

    Thank you

    Harish

    user8596912 wrote:

    Yes I know that the content of the rman script.

    But we have not, so how can we be expected to comment on?

    My question is that the connection to the rman is good or bad?

    It would depend on the content of the script you do not think that we need to see.

    In the end, you can determine whether this is good or bad by testing.

    Because the rman is not connected directly to the target db prod.

    Have you read the link I gave you?

    I would limit for you: a database mirroring

    The docs in detail how to duplicate a database

    1 - active database

    2 - from a backup WITH a connection target (the database prod)

    3. from a backup WITHOUT a connection target (the database prod) but WITH a recovery catalog connection

    4 - from a backup WITHOUT connection AND connection catalog recovery target (the database prod)

    BTW, why you score your own messages as 'useful' to your own problem?

  • RMAN catalog by default for all databases of the value

    Hello

    I run a catalog RMAN 11 GR 1 material.

    I wonder if it is possible to change a default setting in the RMAN catalog so that he will inherit all new databases.

    For example, I would that all new data entered in the catalog for:

    BACKUP OPTIMIZATION

    REDUNDANCY 7 RETENTION STRATEGY

    Thank you

    Massi

    No, the catalogue cannot "dictate" configurations for databases.  Each database maintains configuration in the controlfile and this can be changed that by rman connection (i.e. rman connection to the database target). The command SETS in rman is used to define a "permanent" for a database configuration parameter but must be issued individually for each database.

    Hemant K Collette

  • The RMAN catalog database backup

    Version: 10.2.0.1.0

    We have created a database to host our RMAN catalog. This catalog contains info backup more RMAN stored scripts for 5 production databases. Now, we have to save this the RMAN catalog database.

    I'm going to use the control as the catalog file (IE. NOCATALOG) for our the RMAN catalog database. This should be good. Right? Best practices should I follow this topic?

    The catalog database can be saved as a BACKUP when COLD, if not in use for other purposes. Simple and easy backup and restore.

    Otherwise, you can make backups RMAN, but the this backup catalog database Controlfile.

    (You can even take copies to export the schema from the RMAN catalog!)

    Hemant K Collette

    Published by: Hemant K grapple on July 8, 2010 14:45

  • Do I need another new Windows Update to activate my Windows Vista to access the free secure recommended downloadable program for downloading various files and any other information you want?

    Original title: I need an another new Windows Update to activate my Windows Vista to access the downloadable recommended secure free program for downloading various files and any other information you want? Thank you! Randle

    Please help if you have the time giving me the name of a free secure downloadable software that works for Windows Vista, when the word is not on my PC for

    downloadind attached to power open, save, display, print and other means that this downloadable can help. I would be very grateful for your help! I works but not Word and PowerPoint if you have any suggestions that will be very solve my delimma of not be able to successfully download these things I just Gillies

    Your expert advice, patience, attention to my request, time, are all valuable and appreciated! Thanks again and have a wonderful day! Randle

    Hello Randle,

    You can use your favorite search engine & download any third-party software that might be used to.


    Note:
    this response contains a reference to third party World Wide Web site. Microsoft provides this information as a convenience to you. Microsoft does not control these sites and no has not tested any software or information found on these sites; Therefore, Microsoft cannot make any approach to quality, security or the ability of a software or information that are there.

    Hope the helps of information.

  • RCU error: unable to connect to the database using the contact information provided

    Hello

    I am not able to connect to the database using the remote control 11.1.1.10.1 to create patterns. I ran the UCR even a week ago and I managed to connect. My database and listener are up and running and the host and the credentials are correct. I don't know where is the problem. Any help will be appreciated. Attaching the screenshot for reference.

    rcu.PNG

    Concerning

    Oumaima

    Hi Handal

    Thanks for the reply. Looks like someone had blocked the firewall settings, so I was unable to connect to the database using the port.

    Thank you

    Oumaima

Maybe you are looking for

  • Satellite P750 - no sound from headphones

    I have a pair of bose headphones but can't seem to get any sound out of it,I have a satellite p750 need help

  • Question about product key Windows XP Pro on Satellite A135-S4427

    I have an A135-S4427 which came with Windows Vista.As I did not like the vista I formatted and installed Windows Xp Professional with SP2 and got all the drivers working.All I need now is a product key for activation of windows. I tried to use the ke

  • What this icon, how this icon are service

    Hi... I have a question... What this icon, how this icon are based and where can we find this icon... There have a tutorial for this icon... I find this icon all of this link http://zone.ni.com/devzone/cda/epd/p/id/822... Thank you...

  • How can I get the volume on the meter display screen back?

    Hello I have a small problem... for some reason counter display on screen for my volume when you press the keyboard suddenly disappeared, I would like to get that back. I found this thread in the forum http://h30434.www3.hp.com/t5/Notebook-Display-an

  • After the turf folder access refused

    XP: I have a folder shared, connected my PC to another, copied via this LAN, then no shared folder on my PC. Just after the cancellation of the share, the file becomes inaccessible: access denied. The only solution is to copy the folder when I boot f