extract from catalog rman backup report sorted by host name

Hi all

I have a catalog database.

I have a lot of database running on multiple servers.

I need to extract the backup report of database catalog sorted by host name.

Please share all the reporting scripts you have.

Here is the script that I have to extract the backup report

Col in the shape of "TIME_SINCE_LAST_BACKUP (HOURS) topic TIME 99999.99

Col BACKUP_SIZE column titled "BACKUP_SIZE (GB)"

Neck backup for a12

Course DURATION col ' BACKUP | DURATION | (MIN) "form 999.99

TIME of col position "TIME_SINCE | LAST_BACKUP | (H) ' train 99999.99.

col BACKUP_SIZE column headers "BACKUP_SIZE column | (GB) »

SELECT A.DB_NAME

, A.OBJECT_TYPE 'BACKUP '.

(, TO_CHAR(A.START_TIME,'dd/mon/yyyy hh24:mi:ss') START_TIME

(, TO_CHAR(A.END_TIME,'dd/mon/yyyy hh24:mi:ss') END_TIME

, ROUND ((A.END_TIME - A. (START_TIME) * 24 * 60, 2) DURATION

, ROUND ((SYSDATE - A. (END_TIME) * 24: 2) TIMES

ROUND (OUTPUT_BYTES/1024/1024/1024,2) BACKUP_SIZE COLUMN

OF rman. RC_RMAN_STATUS, A.

(SELECT DB_NAME, OBJECT_TYPE

MAX (END_TIME) END_TIME

OF rman. RC_RMAN_STATUS

WHERE

OBJECT_TYPE IN ('FULL DB","DB INCR")

AND

STATUS like '% COMPLETE '.

AND

OPERATION ("BACKUP", "BACKUP COPYROLLFORWARD")

DB_NAME, OBJECT_TYPE) B

WHERE A.OBJECT_TYPE IN ('FULL DB", 'DB INCR', 'ARCHIVELOG')

AND

STATUS like '% COMPLETE '.

AND

OPERATION ("BACKUP", "BACKUP COPYROLLFORWARD")

AND

A.DB_NAME = B.DB_NAME

AND

A.END_TIME = B.END_TIME

AND A.OBJECT_TYPE = B.OBJECT_TYPE and

A.end_time > sysdate - 1.5

ORDER BY 2,1 desc;

Hello

I think you need to create your own table and add the entry for the server name, database and DBID and then use this table in your query with join column DBID.

HTH

Tags: Database

Similar Questions

  • Beginner question - download the version of the host and sort by host name and version

    Hello

    I'm trying to get the version of the host of my hosts in vCenter and then sort the output in a table by name and version, but I'm pretty new to powershell and I have zero programming background, so I can't understand it.

    What I got so far is the following;

    Get-vmhost | % {(Get-vue $_.ID).} Config.Product} | Tri-objet fullname | format-table FullName

    You get the version of the software to all of my guests and sorting in a list of the version of the software (fullname).  However because get-vmhost | % {(Get-vue $_.ID).} Config.Product} does not include the host name in its release, I can't find a way to include the hostname in my production.

    Can anyone help?

    Thank you

    You can do something like this

    get-vmhost | Get-View | select Name,@{N="Build";E={$_.Config.Product.FullName}} | `
    sort-object -Property Build | format-table
    

    On the Select-Object cmdlet, you can use literals hash that will allow you to run complex expressions.

    If you want the output sorted by host name, you can do

    get-vmhost | Get-View | select Name,@{N="Build";E={$_.Config.Product.FullName}} | `
    sort-object -Property Name | format-table
    

    Or like this (which is a bit faster)

    Get-View -ViewType HostSystem | select Name,@{N="Build";E={$_.Config.Product.FullName}} | `
    sort-object -Property Build | format-table
    

    ____________

    Blog: LucD notes

    Twitter: lucd22

  • Re-create the instance from the RMAN backup

    Gentlemen, subsequently... I'm simulating a recovery for a customer.
    The environment is Windows 2003 64-bit VMWare which is a backup of the VM production was scheduled to begin with a facilitator and a different IP network.

    I uninstalled all the binary Oracle (11g) and installed it again.
    I need to restore a recent backup (made with RMAN) and the body back to normal.

    Already created the password file:
    orapwd file = % ORACLE_HOME %------dbs-PWD % ORACLE_SID PASSWORD = password = 5%

    Already created the tnsnames:

    SAP =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP) (HOST = 10.9.140.30) (PORT = 1521))
    )
    (CONNECT_DATA =
    (SERVICE_NAME = SAP)
    )
    )

    LISTENER has already created the static method:

    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (GLOBAL_DBNAME = BMKSAP)
    (ORACLE_HOME = E:------Oracle_Bin------product------11.1.0------db_1)
    (SID_NAME = SAP)
    )
    )

    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP) (HOST = 10.9.140.30) (PORT = 1521))
    (ADDRESS = (PROTOCOL = IPC) (KEY = EXTPROC1521))
    )
    )



    But when it comes time to launch SQLPLUS to give NOMOUNT with STARTUP PFILE:


    C:-> set ORACLE_SID = sap

    C:-> set local = sap

    C:------> sqlplus "/ as sysdba".

    SQL * more: version 11.1.0.7.0 - Production on Tue Jul 8 16:35:49 2010

    Copyright © 1982, 2008, Oracle. All rights reserved.

    ERROR:
    ORA-12518: TNS: listener nπo can distribute the client connection


    Have uninstalled and installed the Oracle on 3 times, I have tried to change the host and the tnsnames LISTENER for the host name of the machine, I tried the LISTENER, but dynamic... nothing works.

    someone at - it revenue to climb?

    And how about this?

    oradim -new -sid SAP
    
  • Copy records an extract from catalog?

    All,

    Small question.  I have two files in the subfolder of the folder images Lightroom on my Macbook Pro.  They are:

    Previews.copy.1680lrdata catalogue Lightroom 3

    Previews.copy.1440lrdata catalogue Lightroom 3

    as well as the standard catalog Previews.lrdata Lightroom 3

    Copy these two files are needed?  Not sure how I could have created.  Thank you.

    Jay S.

    These are files of different size preview. In the Catalog under file handling settings you chose your 'standard' Preview size, and maybe you have changed in the past from 1680 pixel and 1440 pixels. In any case, your previews will be re-created as needed, so you don't need really these additional files.

  • RMAN backup to the remote disk in Windows

    Hello

    I'm under Oracle 9.2.0.1 with Windows Server 2003 in Server A and Server B. My first DB is stored in the server a in the meantime my catalog RMAN is to Server B. I'm under RMAN to do the backup of the DB in Server A, which is short of space. So, I decided to put my backupsets to Server B since I got here a few hundred Gs. Overall, I will push the catalog RMAN backup script to Server B and store the backupsets to Server B.
    My problem is when I run the script, what either him or from a server or Server B, I get the following error. Tied together correspond to the configuration of RMAN settings.

    Error:

    ***********************************************************************************
    RMAN > backup database;

    From backup 20 August 09
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid = 13 devtype = DISK
    allocated channel: ORA_DISK_2
    channel ORA_DISK_2: sid = 9 = DISC devtype
    allocated channel: ORA_DISK_3
    channel ORA_DISK_3: sid = 14 devtype = DISK
    channel ORA_DISK_1: from full datafile backupset
    channel ORA_DISK_1: specifying datafile (s) in backupset
    input datafile fno = 00012 name = F:\ORADATA\DRDB\DATA\DATA01. DBF
    channel ORA_DISK_1: starting piece 1 at 20 August 09
    channel ORA_DISK_2: from full datafile backupset
    channel ORA_DISK_2: specifying datafile (s) in backupset
    input datafile fno = name 00002 = F:\ORADATA\DRDB\DATA\DATA07. DBF
    channel ORA_DISK_2: starting piece 1 at 20 August 09
    channel ORA_DISK_3: from full datafile backupset
    channel ORA_DISK_3: specifying datafile (s) in backupset
    input datafile fno = name 00006 = E:\ORADATA\DRDB\INDEX\INDX01. DBF
    channel ORA_DISK_3: starting piece 1 at 20 August 09
    RMAN-00571: ===========================================================
    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
    RMAN-00571: ===========================================================
    RMAN-03009: failure of the backup command on the channel ORA_DISK_1 at 2009-08-20 17:06:
    56
    ORA-19504: cannot create the file '\\ServerB\f$\drdb\backupset\BackupDRDB_DB_39k '.
    n665g_105_1 ".
    ORA-27040: skgfrcre: error, unable to create the file
    04002 - OSD: could not open the file
    S/O-error: (OS 5) access denied.

    RMAN > show all.

    RMAN configuration parameters are:
    CONFIGURE REDUNDANCY 10 RETENTION STRATEGY;
    CONFIGURE BACKUP OPTIMIZATION # by default
    SET UP DEFAULT DISK DEVICE TYPE; # by default
    CONFIGURE CONTROLFILE AUTOBACKUP ON;
    CONFIGURE CONTROLFILE AUTOBACKUP FOR DEVICE TYPE DISK FORMAT to ' \\ServerB\f$\d
    rdb\controlfile\Backup%d_CTL_%F';
    SET UP THE DEVICE TYPE DISK PARALLELISM 3;
    CONFIGURE BACKUP OF DATA TO DISK FILE TYPE DEVICE TO 1; # by default
    CONFIGURE BACKUP ARCHIVELOG FOR DEVICE TYPE DISK TO 1; # by default
    CONFIGURE CHANNEL DEVICE TYPE DISK FORMAT ' \\ServerB\f$\drdb\backupset\Backup
    % d_DB_ % %%p s_ u_ ';
    CONFIGURE MAXSETSIZE TO UNLIMITED; # by default
    CONFIGURE the SNAPSHOT CONTROLFILE NAME to ' \\ServerB\f$\drdb\controlfile\SNCFDRDB.
    CTL';

    **********************************************************************************

    My login ID exists in the administrator and ORA_DBA group in Server A and Server B. I can manually run the path '\\ServerB\f$\drdb\backupset\' on server A and able to create/modify/delete a file inside this folder. But I don't understand why the error "access denied"? In any case, is it a proper way to do remote disk backup? I am quite new to Oracle and just attended courses RMAN with the OU. I have Google-ed this problem but no one can help me. Please help me or share your knowledge to solve this problem.

    Thank you and best regards,
    Nsiala

    Hi nsiala.

    Under windows, the oracle process runs as a service. By default, this service runs under the Local System account. This account is fairly low privileged when it comes to remote network privileges and therefore cannot see the directory you are trying to write your backups to.

    You can change the user that the service is running as, there are a few notes on metalink for this and I remember well find some info usually using google.

    Concerning
    André

  • Import of schemas and tables of RMAN backup

    Hi all

    I have here are 3 requirements:

    (1) is it possible that I can import a single table using RMAN backup, because I have no more than one day of EXPDP dump file and the requirement is to store the data of three days.

    (2) is it possible that I can import a single SCHEMA using RMAN backup, because I have no more than one day of EXPDP dump file and the requirement is to store the data of three days.

    (3) can I import a package from the RMAN backup?

    I have incremental backup of level 1 and level 0.

    My database is 11.2.0.3

    Thank you and best regards,

    Mukesh

    Hi Mukesh,

    All of your needs can be met with output up to 11g using RMAN database, but beyond of 12 c, you can restore a single table RMAN backup (RMAN BACK TABLE new feature to the 12 c (Doc ID 1521524.1) Oracle database). For your condition impdp/expdp is the best Utilities option until oracle provided up to version 11 g.

    I hope this helps.

    Kind regards

  • EBS R12: How to clone an RMAN backup online?

    Hi hussein.

    I saw before in this forum, how to copy a database from an RMAN backup.

    The scenario is that I have a PROD on ProdServer instance.
    I want to create a DEV instance clone on the same ProdServer server, by using the RMAN backup.
    I want to clone the database only, this is just to check if my RMAN backup is restorable or legible or complete or etc.

    But I can't find the notes. :(

    Can you help me research it please?


    Thank you very much

    Ms. K

    Hello

    Documents rapid clone (including the "cloning Oracle Application 11i with rapid Clone /R12 - database (9i/10 g / 11 g) Using Hot Backup on the open database") are in (Note: 799735,1 - Rapid Clone library resources, version 11i and 12).

    Thank you
    Hussein

  • WITH THE HELP OF RMAN BACKUP CATALOG

    Hello...

    I INTEND TO TAKE THE "ORCL" DATABASE BACKUP USING THE CATALOGUE. FIRST, I CREATED A DATABASE USING DBCA NAMED "RMAN". NOW, IN THE FLASH RECOVERY AREA, I'LL HAVE TWO FOLDERS "ORCL" AND "RMAN".

    MY QUESTION IS THAT... I HAVE USED WITH RMAN CATALOG AND TOOK THE GAME TO FULL DATABASE BACKUP AS BACKUP... BUT THE BACKUP SET WAS PLACED IN

    E:\oracle\product\10.2.0\flash_recovery_area\ORCL\BACKUPSET\2009_07_29\O1_MF_NNNDF_FULLBACKUP_5703B10H_. BKP

    I WANT TO KNOW WHEN I USE CATALOG RMAN DATABASE AS WHY IT IS IMPLEMENTED BACKUP ORCL...?
    SO WHAT'S THE CHANCE OF CREATING A SEPARATE DATABASE "RMAN". ?
    SEPARATE RMAN DATABSE IS JUST FOR CREAT CATALOG, THEN THE REGISTRY ORCL IN THIS CATALOG DATABASE?

    THANKS FOR REPLYING...

    I TOOK THE BACKUP AS BELOW...


    ............................................... RMAN DATABASE...

    C:\Documents and Settings\Vortex > set oracle_sid = rman

    C:\Documents and Settings\Vortex > sqlplus / as sysdba

    SQL * more: Release 10.2.0.1.0 - Production on sea 29 Jul 11:31:20 2009
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With partitioning, OLAP and Data Mining options

    SQL > create user identified by human rman
    * 2 default tablespace users *.
    * 3 tablespace temporary temp *.
    * 4 account unlock; *
    Created by the user.

    SQL > grant connect, resource, recovery_catalog_owner to rman;
    Grant succeeded.

    SQL > change the quota of rman to unlimited user on the users;
    Modified user.

    SQL > exit
    Disconnected from the database to Oracle 10 g Enterprise Edition Release 10.2.0.1.0 - Production
    With partitioning, OLAP and Data Mining options

    C:\Documents and Settings\Vortex > rman@rman catalog rman

    Recovery Manager: Release 10.2.0.1.0 - Production on sea Jul 29 11:33:08 2009
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.

    Catalog database recovery password:
    connected to the recovery catalog database

    RMAN > create catalog.
    Recovery catalog created.



    ............................................... ORCL DATABASE...

    Microsoft Windows XP [Version 5.1.2600]
    Copyright (C) 1985-2001 Microsoft Corp.

    C:\Documents and Settings\Vortex > set oracle_sid = orcl

    C:\Documents and Settings\Vortex > rman@rman for catalog rman target /.

    Recovery Manager: Release 10.2.0.1.0 - Production on sea Jul 29 11:37:10 2009
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    connected to target database: ORCL (DBID = 1221198182)
    Catalog database recovery password:
    connected to the recovery catalog database

    RMAN > register database;

    registered in the recovery catalog database
    from full resynchronization of the recovery catalog
    full complete Resync

    RMAN > show all.

    RMAN configuration parameters are:
    CONFIGURE REDUNDANCY 1 RETENTION STRATEGY; # by default
    CONFIGURE BACKUP OPTIMIZATION # by default
    SET UP DEFAULT DISK DEVICE TYPE; # by default
    CONFIGURE CONTROLFILE AUTOBACKUP # by default
    CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO "%F" # by default
    SET UP THE DEVICE TYPE DISK PARALLELISM 1 BACKUP BACKUPSET TYPE; # by default
    CONFIGURE BACKUP OF DATA TO DISK FILE TYPE DEVICE TO 1; # by default
    CONFIGURE BACKUP ARCHIVELOG FOR DEVICE TYPE DISK TO 1; # by default
    CONFIGURE MAXSETSIZE TO UNLIMITED; # by default
    CONFIGURE ENCRYPTION OF DATABASE # by default
    CONFIGURE THE ENCRYPTION ALGORITHM "AES128"; # by default
    CONFIGURE THE NONE ARCHIVELOG DELETION POLICY; # by default
    CONFIGURE SNAPSHOT CONTROLFILE NAME TO ' E:\ORACLE\PRODUCT\10.2.0\DB10G\DATABASE\SNCFORCL. ORA'; #

    RMAN > CONFIGURE CONTROLFILE AUTOBACKUP ON;

    new RMAN configuration settings:
    CONFIGURE CONTROLFILE AUTOBACKUP ON;
    new RMAN configuration settings are stored successfully
    from full resynchronization of the recovery catalog
    full complete Resync

    RMAN > outline report;

    Report of the database schema

    List of permanent data files

    Size (MB) Tablespace RB segs Datafile file name

    1 470 SYSTEM YES E:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\SYSTEM01. DBF
    2 25 UNDOTBS1 E:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\UNDOTBS01 YES. DBF
    SYSAUX 3 230 NO E:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\SYSAUX01. DBF
    4 5 USERS WITHOUT E:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\USERS01. DBF

    List of temporary files

    File Size (MB) (MB) Maxsize Tempfile Tablespace name

    1 E:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\TEMP01 20 TEMP 32767. DBF


    RMAN > run
    * 2 > {allocate channel ch1 type disk; *}
    * 3 > backup database tag = BACKUP; *
    * 4 > release channel ch1. *
    {* 5 >} *.


    allocated channel: ch1
    channel ch1: sid = 148 devtype = DISK

    From backup 29 July 09
    channel ch1: starting full datafile backupset
    channel ch1: specifying datafile (s) in backupset
    input datafile fno = 00001 name=E:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\SYSTEM01. DBF
    input datafile fno = 00003 name=E:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\SYSAUX01. DBF
    input datafile fno = name=E:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\UNDOTBS01 00002. DBF
    input datafile fno = 00004 name=E:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\USERS01. DBF
    channel ch1: starting piece 1 to 29 July 09
    channel ch1: finished piece 1 to 29 July 09
    room handle=E:\ORACLE\PRODUCT\10.2.0\FLASH_RECOVERY_AREA\ORCL\BACKUPSET\2009_07_29\O1_MF_NNNDF_FULLBACKUP_570
    3B10H_. Tag BKP = BACKUP comment = NONE
    channel ch1: complete set of backups, time: 00:01:38
    Backup finished in 29 July 09

    From control file and SPFILE Autobackup 29 July 09
    room handle=E:\ORACLE\PRODUCT\10.2.0\FLASH_RECOVERY_AREA\ORCL\AUTOBACKUP\2009_07_29\O1_MF_S_693489105_5703F5L
    K_. Comment BKP = NONE
    File control finished and Autobackup SPFILE to 29 July 09
    output channel: ch1.

    RMAN >

    Published by: Muhammad.Usman on July 28, 2009 23:01

    You can also take your backups without a recovery catalog database. The additional advantage of using a database to catalog vs using the controlfile as repository (default average) target is essentially
    >
    RMAN automatically manages backup metadata in the database control file is saved. To protect and maintain metadata backup for long periods of time, the RMAN Repository is created in a separate database. This repository is generally referred to as a catalog of recovery. The benefits of using a catalog of recovery include:

    *

    Stores long-term backup information
    *

    Store the metadata for multiple databases
    *

    Restore a backup available on another system

    Another reason to use a recovery catalog is the limited size of the target database control file. If the control file is too small to contain additional metadata from backup, then the existing backup information are crushed, making it difficult to restore and recover using these backups.
    >

    of http://download.oracle.com/docs/cd/B19306_01/server.102/b25159/configbp.htm#CHDBCHAC

    Kind regards
    Uwe

    http://uhesse.WordPress.com

  • How knowledge/check if the RMAN backup was performed using a current control file or database catalog?

    Hello

    How knowledge/check if the RMAN backup was performed using a current control file or database catalog? I mean RMAN prompt or sqlplus is it possible to know.

    Thank you

    You're welcome my friend

    You can see them using two methods.

    as I mentioned above, you can see them connect to the catalog database and you can query using the view that I sent

    http://docs.Oracle.com/CD/E11882_01/backup.112/e10642/rcmreprt.htm#BRADV89601

    the other method is the list command, you must use the list command after connecting using rman "rman target / catalog cat_user/cat_pass@catdbtns" command

    http://docs.Oracle.com/CD/E11882_01/backup.112/e10642/rcmreprt.htm#BRADV8136

    Check the value of the control_file_record_keep_time parameter. The default value is 7 days. in the output of the list command, if you can see the old backups to the value, you must be sure that the backup information comes from the catalogue database

    SELECT * FROM parameter $ v where name = 'control_file_record_keep_time '.

    an example of command list

    the list of completed database before backup ' sysdate-10'.

    Concerning

  • Trying to open a corrupted catalog extracted from the software recovery but shows 0 bytes.

    Trying to open a corrupted catalog extracted from the software recovery but shows 0 bytes.

    Hi pibo1984,

    As the catalog size is 0 bytes, this means that the catalog has no inside information.

    So I suggest you to please try to work with one another your backup catalog.

    Kind regards

    Tanuj

  • Restore from a different location from the original location of RMAN backup

    All,

    Sorry to bother you on this simple question, but it's something I've never done before:

    Background
    =======

    My sys admin is currently copying a full backup of the default RMAN backup location to another location on the drive (say/u01/oracle/backup).
    The backup was performed using RMAN and in my view, THAT RMAN knows that his initial backup location. See RMAN permanent setting below:

    SET UP DEFAULT DISK DEVICE TYPE;
    CONFIGURE CONTROLFILE AUTOBACKUP ON;
    CONFIGURE CONTROLFILE AUTOBACKUP FORMAT for DEVICE TYPE DISK TO ' / banksys_arch0/backup/ora_cf%F';
    CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE 'SBT_TAPE' TO '%F ';
    SET UP THE DEVICE TYPE DISK BACKUP FOR PARALLELISM BACKUPSET TABLET 1 TYPE;
    SET UP THE DEVICE TYPE 'SBT_TAPE' PARALLELISM 1 BACKUP BACKUPSET TYPE;
    CONFIGURE BACKUP OF DATA TO DISK FILE TYPE DEVICE TO 1;
    CONFIGURE BACKUP COPIES OF DATA FILE FOR THE 'SBT_TAPE' UNIT 1;
    CONFIGURE BACKUP ARCHIVELOG FOR DEVICE TYPE DISK TO 1;
    CONFIGURE BACKUP ARCHIVELOG FOR DEVICE TYPE 'SBT_TAPE' 1;
    CONFIGURE CHANNEL DEVICE TYPE DISK RATE 10 M FORMAT ' / arch/oradata/BANKSYS/backup/%Y-%M-%D-ora_df_s%s_s%p';

    Question
    ======
    I need to restore and recover the database from this new backup location. This is as simple as the following:

    1 change the default RMAN location to the new location:

    DISK CONFIGURATION CHANNEL DEVICE TYPE FORMAT "u01/oracle/backup/ora_df%t_s%s_s%p". (note that I've changed it to the new location)

    2 restore and recover (I have a good knowledge/experience in the part).

    Thanks in advance.

    just by changing the default backup location, custom RMAN find backups on its own, you should always run an overlap

    However I would not change the default location temporarily

    RMAN> CATALOG START WITH '/my/backup/location'
    

    will be of RMAN recognize your backups

  • Trying to backup 11.1.0.7.5 database with a 11.1.0.6.0 catalog rman

    Hello
    The EE of Oracle on Linux 64-bit database.

    Upgrade of database at 11.1.0.7.5, now when the rman client works I get this when I connect to the catalog:
    connect catalog rman/rman@RMAN111
    
    connected to recovery catalog database
    PL/SQL package RMAN.DBMS_RCVCAT version 11.01.00.06 in RCVCAT database is not current
    
    DBGSQL:     RCVCAT> begin    :upgrade_completed := dbms_rcvcat.UPGRADE_COMPLETED
    ;end;  [09:28:43.172]
    DBGSQL:        sqlcode = 6550 [09:28:43.172]
    DBGSQL:         B :upgrade_completed = 0
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-00600: internal error, arguments [9302] [6550] [begin    :upgrade_completed
     := dbms_rcvcat.UPGRADE_COMPLETED;end; ] [] []
    RMAN-06004: ORACLE error from recovery catalog database: ORA-06550: line 1, colu
    mn 44:
    PLS-00302: component 'UPGRADE_COMPLETED' must be declared
    ORA-06550: line 1, column 10:
    PL/SQL: Statement ignored
    The MOS research I can find a fix (Note: 741913.1) to be applied during the upgrade of the catalog database. I don't see how I can apply a 11.1.0.6 database.

    So that means that I can't back up a 11.1.0.7.x database by using the 11.1.0.7 customer, unless the catalogue is also 11.1.0.7.x? I can't find any documentation to say that this is the case.

    Someone else stumbles?

    Thank you
    Pete

    Hi Pete,.
    You can run a newer version of the catalogue in a lower version of the RDBMS (limits).
    Check following you link.

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

    Kind regards
    Tycho

  • 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

  • restore from RMAN backup

    Hello

    We communicated in code. For this we will have option rollback is that take a full RMAN backup and restore the backup in the database. This is to check if we can able to recover the database before the output of code.

    10.2.0.4 database
    AIX OPERATING SYSTEM

    There is no change in the locations of the files (control file, file data, all). on the same server and the same database.

    Just to recover from a backup.

    can you tell me how we can get there.

    Hello;

    RMAN point to the recovery time.

    Example of

    Connect to RMAN
    
    RMAN> startup mount;
    
    RMAN> restore database until time "to_date('5-NOV-2012 11:23:00','dd-mon-rrrr hh24:mi:ss')";
    
    RMAN> recover database until time "to_date('5-NOV-2012 11:23:00','dd-mon-rrrr hh24:mi:ss')";
    
    RMAN> alter database open resetlogs;
    
    Note:
    
    You should perform a full backup.
    

    Best regards

    mseberg

  • Restore from different database Rman backup RMAN

    Hello world

    I'm practicing Rman, so I request that the way to restore the rman backup in a different database.

    For example:

    1. I have backup Rman of DB1 to level 0 and level 1 cumulative data base more archievelog

    2. I need to import or restore the backup Rman of DB1 to a different database DB2.

    What is the procedure to make the queries above. Please anyone one help out me.

    I use oracle 10g r2 running in windows server 2003.

    Thanks in advance.

    flanged wrote:
    Hello world

    I'm practicing Rman, so I request that the way to restore the rman backup in a different database.

    For example:

    1. I have backup Rman of DB1 to level 0 and level 1 cumulative data base more archievelog

    2. I need to import or restore the backup Rman of DB1 to a different database DB2.

    What is the procedure to make the queries above. Please anyone one help out me.

    I use oracle 10g r2 running in windows server 2003.

    Thanks in advance.

    If you want to restore the database from one node to the node of dfiferent, you can follow below url

    http://mohamedazar.WordPress.com/2011/03/13/disaster-recoveryrestore-database-from-one-server-to-another-server-when-different-location/

    but you couldnot able to restore the database backup entire rman in another database instance struture.

Maybe you are looking for

  • HP 5520 server connection error when you try to activate ePrint

    Have been troubleshooting hours +++ printer is on the same wireless network the MAC version 10.6.8 can I print from the Mac.  ePrint Setup does not work.  where can I get the e-mail address of the printer?  What should I do?  I tried in vain to use t

  • Need to restore the system disk for Satellite S3000 - X 4

    I ve an old Satellite phone, model type S3000 - X 4, but I ve lost its disk factory settings restoration. I ve loaded another version of Windows XP Home edition, I own but he doesn't he know s a laptop more than the custom of the fresh battery and I

  • multimedia graphics driver

    Hello I have hp dv6 1350us laptop.my problem is that windows suddenly stop and show Graphics Media Accelerator video that stop responding and has recovered .plz tell me what to do and how to find the driver for it. thanx

  • Cannot open some files and programs

    I have windows 7, some of my files and programs will be open (ie. Recycle Bin, computer, libraries). They are sent to the windows Explorer file in the task bar. I can see what is in the file when I put the cursor over them, but cannot open them. I ca

  • How can I access the Bios on L300 Satellite?

    When I start my laptop Satellite L300 vista which key press to enter the Bios setting? Please help me