RMAN on what host target database

Hi guys,.

I have an obligation to present a report that shows the time required for each target listed in the catalog database backup.

I get these details to RC_RMAN_BACKUP_JOB_DETAILS.

Problem:
======
I now host listed in the report with the database name.

Is there a view or something that has the host name of all the registed to target in the catalog databases.


Thank you
Silver

Hello;

The RMAN catalog knows DBID because that's what is needed for backup and restore. I'm almost certain that the host information are not stored in the catalog as RMAN should or do not care about this information.

You can create own search for this table.

Best regards

mseberg

Tags: Database

Similar Questions

  • 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

  • RMAN-05501: abandonment of duplicate target database

    Hello

    I have a little problem with my duplication of the previous day.
    The stupif thing is that I created the day before with this script, first time and after that I decided to recreate it in a different folder
    and since then, I get this error at the end of the process.


    starting media recovery

    Journal archived for thread 1 with sequence 13143 is already on the disc in the file /archives/CMOVP/archivelogs/1_13143_810397891.arc
    Journal archived for thread 1 with sequence 13144 is already on the disc in the file /archives/CMOVP/archivelogs/1_13144_810397891.arc
    Journal archived for thread 1 with sequence 13145 is already on the disc in the file /archives/CMOVP/archivelogs/1_13145_810397891.arc
    Journal archived for thread 1 with sequence 13146 is already on the disc in the file /archives/CMOVP/archivelogs/1_13146_810397891.arc
    Archive log file name=/archives/CMOVP/archivelogs/1_13143_810397891.arc thread = 1 sequence = 13143
    output channel: prm1
    output channel: stby1
    RMAN-00571: ===========================================================
    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
    RMAN-00571: ===========================================================
    RMAN-03002: failure of the command duplicate Db at 01/05/2013 23:39:32
    RMAN-05501: abandonment of duplicate target database
    RMAN-03015: an error has occurred in the script stored memory Script
    ORA-00283: cool cancelled due to errors
    RMAN-11003: failure in parsing / execution of the SQL statement: alter database recover logfile ' / archives/CMOVP/archivelogs/1_13143_810397891.arc'
    ORA-00283: cool cancelled due to errors
    ORA-00354: corrupted redo log block header
    ORA-00353: journal corruption near block 2048 change 1524092704 time 01/05/2013 22:18:20
    ORA-00334: archived log: ' / archives/CMOVP/archivelogs/1_13143_810397891.arc'


    I followed all the steps to create the instance of relief, as I said, I've created a first time

    What has changed the second time is that I have insert the following parameters in my init.ora

    db_file_name_convert = "/ oradata/oradata/cmovelprodco/cmovelprodco ', ' / oradata/oradata/cmovelproddr/cmovelproddr.
    LOG_FILE_NAME_CONVERT = "/ oradata/oradata/cmovelprodco/cmovelprodco ', ' / oradata/oradata/cmovelproddr/redolog".


    I run the script to duplicate the db:

    run
    {
    allocate channel prm1 type disk;
    allocate auxiliary channel stby1 type disk;
    DUPLICATE TARGET DATABASE
    FOR STANDBY
    ACTIVE DATABASE
    DORECOVER
    NOFILENAMECHECK;
    }

    But every time I had this type of corruption archivelog
    But when I validate the archives (archivelog Validate all) they are [OK]

    Clues?
    Thxs for your help

    okKarol wrote:
    To the main Site

    SQL > select GROUP #, TYPE, substr (MEMBER, 1, 40) from v$ logfile;

    GROUP # TYPE SUBSTR (MEMBER, 1, 40)
    ---------- ------- ----------------------------------------------------------------------------------------------------------------------------------------------------------------
    3 /data1/oracle/CMOVP/redo01g3.rdo online
    3 /data2/oracle/CMOVP/redo02g3.rdo online
    2 /data2/oracle/CMOVP/redo02g2.rdo online
    2 /data1/oracle/CMOVP/redo01g2.rdo online
    1 /data1/oracle/CMOVP/redo01g1.rdo online
    1 /data2/oracle/CMOVP/redo02g1.rdo online
    4 /data1/oracle/CMOVP/Stbyredo01g4.rdo EVE
    5 /data2/oracle/CMOVP/Stbyredo01g5.rdo EVE
    6 /data1/oracle/CMOVP/Stbyredo01g6.rdo EVE
    7 /data2/oracle/CMOVP/Stbyredo01g7.rdo EVE

    In secondary Site

    1 * select GROUP #, TYPE, substr (MEMBER, 1, 40) in v$ logfile

    GROUP # TYPE SUBSTR (MEMBER, 1, 40)
    ---------- ------- ----------------------------------------------------------------------------------------------------------------------------------------------------------------
    /Mcelnetapp/Data1/Oracle/CMOVP/redo01g3.RDO in LINE 3 > I have rename manually
    3 /mcelnetapp/data2/oracle/CMOVP/redo02g3.rdo online > renames manually
    2 /data2/oracle/CMOVP/redo02g2.rdo online
    2 /data1/oracle/CMOVP/redo01g2.rdo online
    1 /mcelnetapp/data1/oracle/CMOVP/redo01g1.rdo online > rename manually
    1 /mcelnetapp/data2/oracle/CMOVP/redo02g1.rdo online > renames manually
    4 /data1/oracle/CMOVP/Stbyredo01g4.rdo EVE
    5 /data2/oracle/CMOVP/Stbyredo01g5.rdo EVE
    6 /data1/oracle/CMOVP/Stbyredo01g6.rdo EVE
    7 /data2/oracle/CMOVP/Stbyredo01g7.rdo EVE

    Then

    SQL> SHUTDOWN IMMEDIATE
    

    Move files:
    MV /data1/oracle/CMOVP/redo01g2.rdo /mcelnetapp/data1/oracle/CMOVP/redo01g2.rdo
    MV /data2/oracle/CMOVP/redo02g2.rdo /mcelnetapp/data2/oracle/CMOVP/redo02g2.rdo

    SQL> STARTUP MOUNT
    SQL> ALTER DATABASE RENAME FILE '/data1/oracle/CMOVP/redo01g2.rdo' to '/mcelnetapp/data1/oracle/CMOVP/redo01g2.rdo';
    SQL> ALTER DATABASE RENAME FILE '/data2/oracle/CMOVP/redo02g2.rdo' to '/mcelnetapp/data2/oracle/CMOVP/redo02g2.rdo';
    SQL> ALTER DATABASE RECOVER MANAGED STANDBY DATABASE DISCONNECT FROM SESSION;
    

    Concerning
    Mr. Mahir Quluzade

  • How to use backups RMAN to restore a RAC database to single instance on another host?

    How to use backups Rman to restore a RAC database to single instance on another host?

    I tried to copy these inline for you:

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




    Backups RMAN disk HowTo restore database RAC to single Instance on another node (Doc ID 415579.1)

    Down

  • RMAN-06429: TARGET database is not compatible with this version of RMAN

    He Hi,.
    How can I solve this problem. How I will modernize the Rman. My database of production details are below
    ----------------------------------------------------------------
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Prod
    PL/SQL Release 10.2.0.1.0 - Production
    CORE 10.2.0.1.0 Production
    AMT for 32-bit Windows: Version 10.2.0.1.0 - Production
    NLSRTL Version 10.2.0.1.0 - Production

    while I'm setting up rman I get below error. Please help me.

    C:\Documents and Settings\vj.dcruz > target rman / catalog rman01/rman01@upp

    Recovery Manager: release 11.2.0.1.0 - Production Wed Sep 14 08:18:02 2011

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

    Recovery Manager incompatible with the TARGET database: required 8.0.4.0 to 10.2.0.0 RMAN
    RMAN-00571: ===========================================================
    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
    RMAN-00571: ===========================================================
    RMAN-00554: initialization of the package manager internal collection failed
    RMAN-06429: TARGET database is not compatible with this version of RMAN

    Rgds,
    John

    Johnvd wrote:
    Hi Hemant,

    I do the same database connection 10.2.0.0 thing and configure the rman but while connect target its saying that my Recovery Manager: version 11.2.0.1.0 - Production the sea Sep 14 09:04:59 2011

    How its happens is there anywhere that I need to change the path.

    Kind regards
    John

    John, you should use the binary RMAN that is located in the bin folder of Oracle database (IE u01/oracle/product/10.2/db1/bin). You should not use "rman which comes with Oracle 11g client".

    If you are using windows, run the following commands at the command prompt, and then copy / paste the output:

    echo % 5ORACLE_HOME
    echo %path%

    If you use unix, run the following commands in the terminal and then copy / paste the output:

    echo $ORACLE_HOME
    echo $PATH

    Concerning

    Grosbois

  • Should what character I configure the target database?

    Should what character I configure the target database?
    should how NLS I set for the target database?
    I have imp data from .dmp file and get the following error message:
    Export file created by EXPORT:V10.02.01 via conventional path
    import done in WE8MSWIN1252 character set and AL16UTF16
       NCHAR character set
    export client uses US7ASCII character set (possible charset conversion)
    export server uses UTF8 NCHAR character set (possible 
       ncharset conversion)
    ...
    IMP-00003: ORACLE error 1861 encountered
    ORA-01861: literal does not match format string

    Now, I think you're right.

    Since you do not trust the accuracy of my posts I will not waste my time trying to answer your questions

  • RMAN-04005: target database error: ORA-01031: insufficient privileges

    Try to duplicate db
    I checked the orapwd file looks ok.

    Oracle: tulpcorpadb03$ rman TARGET sys/***@wcmp AUXILIARY.

    Release of Recovery Manager: 9.2.0.8.0 - 64 bit Production

    Copyright (c) 1995, 2002, Oracle Corporation. All rights reserved.

    RMAN-00571: ===========================================================
    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
    RMAN-00571: ===========================================================
    RMAN-00554: initialization of the package manager internal collection failed
    RMAN-04005: target database error:
    ORA-01031: insufficient privileges

    I findout, this is prod db and not allowed to bounce to change, any other solution do rman duplicate work without changing it?

    SQL > show parameter password

    VALUE OF TYPE NAME
    -----------
    Remote_login_passwordfile string NONE

    SQL > connect virtue sysdba;
    Connected.
    SQL > select * from v$ pwfile_users;

    no selected line

    The auxiliary node must always have access to the backupset.

  • What oem actions are required after a target database are upgrading?

    Thank you for taking my question!

    I am very new to oem 12 c.  I have it operational and it currently monitors the databases of 6 or more.  All my databases, including the OEM repository are at 11.2.0.4. We are a windows shop.

    I begin the process of updating our databases to 12.1.0.2.  Can anyone be it comment on the steps below are reasonable?  Is it possible to upgrade the agent on the target database without having to remove it entirely?

    Stop the agent on the target 1 database

    Upgrade of target 1 to 12.1.0.2 database

    uninstall the agent on the target 1 database server

    install a new 12.1.0.2 agent on the target 1 database

    Remove the old target 1 OEM

    Find the new target of OEM 1.

    Thank you!

    Kathie


    You don't want to update the files on the agent in 12 c... Update the OH come to the target in EM, say the database, click on the menu Oracle database target, and then select Configuration target-> Configuration of the analysis.  Here you can see the location of the OH.

  • RMAN restore: what is the DBID?

    Hello

    There were a few problems with plesk on our server and there is no way except the OS reload. Here is the log for each backup car of the day:

    XE Backup Journal

    Recovery Manager: release 11.2.0.2.0 - Production on Mon Oct 5 02:30:02 2015

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

    connected to target database: XE (DBID = 2713545907)

    RMAN >

    echo on

    RMAN > configure redundancy 2 retention policy;

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

    RMAN old configuration settings:

    CONFIGURE REDUNDANCY 2 RETENTION STRATEGY;

    new RMAN configuration settings:

    CONFIGURE REDUNDANCY 2 RETENTION STRATEGY;

    new RMAN configuration settings are stored successfully

    RMAN > configure controlfile autobackup format clear device type disk;

    RMAN configuration settings are reset to the default value

    RMAN > configure controlfile autobackup on;

    RMAN old configuration settings:

    CONFIGURE CONTROLFILE AUTOBACKUP

    new RMAN configuration settings:

    CONFIGURE CONTROLFILE AUTOBACKUP ON;

    new RMAN configuration settings are stored successfully

    RMAN > sql "create pfile =" / u01/app / . Oracle / Product/11.2.0/XE/DBS/ " spfile2init.ora" of spfile ";

    sql statement: create pfile = "/ u01/app / Oracle / Product/11.2.0/XE/DBS/ spfile2init.ora "of spfile

    RMAN > backup backupset device type disk database;

    From backup October 5, 15

    allocated channel: ORA_DISK_1

    channel ORA_DISK_1: SID = 114 type device = DISK

    channel ORA_DISK_1: from full data file backup set

    channel ORA_DISK_1: specifying datafile (s) in backup set

    file number of the input data file = 00001 = / var/oradata/XE/system name. DBF

    file number of the input data file = 00002 name = / var/oradata/XE/sysaux. DBF

    file number of the input data file = 00003 name = / var/oradata/XE/undotbs1. DBF

    Enter a number of file datafile = name=/var/oradata/XE/users.dbf 00004

    channel ORA_DISK_1: starting total, 1-5 October 15

    channel ORA_DISK_1: finished piece 1 at 5 October 15

    piece handle = / var/oracle_fra/XE / backupset/2015_10_05/o1_mf_ nnndf_TAG20151005T023003_ c149qwxk_.BKP tag = TAG20151005T023003 comment = NONE

    Channel ORA_DISK_1: backup complete set, time: 00:01:56

    Finish backup October 5, 15

    From control file and SPFILE Autobackup 5 October 15

    piece handle = / var/oracle_fra/XE / backup automatic/2015_10_05/o1_mf_s_ 892261919_c149vhn0_.BKP comment = NONE

    File control finished and Autobackup SPFILE to 5 October 15

    RMAN > configure controlfile autobackup.

    RMAN old configuration settings:

    CONFIGURE CONTROLFILE AUTOBACKUP ON;

    new RMAN configuration settings:

    CONFIGURE CONTROLFILE AUTOBACKUP

    new RMAN configuration settings are stored successfully

    RMAN > delete noprompt obsolete;

    RMAN retention policy apply to the order

    RMAN retention policy is set to 2 redundancy

    using channel ORA_DISK_1

    Radiation of the obsolete following backups and copies:

    Making key time filename/handle type

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

    Backup Define 1265 3 October 15

    Backup piece 1265 3 October 15/var/oracle_fra/XE/backupset /2015_10_03/o1_mf_nnndf_TAG20151003T023003_c0z0zwm9_. BKP

    Log archiving 669 3 October 15/var/oracle_fra/XE/archivelog / 2015_10_03/o1_mf_1_730_ c0z13f0x_.arc

    Backup Define 1266 3 October 15

    Backup piece 1266 3 October 15/var/oracle_fra/XE/autobackup /2015_10_03/o1_mf_s_892089109_c0z1364t_.bkp

    deleted backup room

    backup piece handle = / var/oracle_fra/XE / backupset/2015_10_03/o1_mf_ nnndf_TAG20151003T023003_ c0z0zwm9_.BKP RECID = 1265 STAMP = 892089004

    Delete archived log

    name = archived log file / var/oracle_fra/XE / ARCHIVELOG/2015_10_03/o1_mf_1_ 730_c0z13f0x_.arc RECID = 669 STAMP = 892089118

    deleted backup room

    backup piece handle = / var/oracle_fra/XE / backup automatic/2015_10_03/o1_mf_s_ 892089109_c0z1364t_.BKP RECID = 1266 STAMP = 892089110

    3 items deleted

    RMAN >

    Complete recovery manager.

    Recovery Manager: release 11.2.0.2.0 - Production on Mon Oct 5 02:32:04 2015

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

    connected to target database: XE (DBID = 2713545907)

    RMAN >

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

    SQL statement: alter system archive log current

    RMAN >

    Complete recovery manager.

    The data files and RMAN backup files resides on the other HDD that are:

    / var/oradata/XE

    / var/oracle_fra

    I also copied the following files:

    init.ora

    spfile2init.ora

    spfileXE.ora

    Now the OS is reloaded, and I installed oracle from scratch:

    SQL > SELECT * FROM v version $;

    BANNER

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

    Oracle Database 11 g Express Edition Release 11.2.0.2.0 - 64 bit Production

    PL/SQL Release 11.2.0.2.0 - Production

    CORE Production 11.2.0.2.0

    AMT for Linux: Version 11.2.0.2.0 - production

    ===================================

    ] # cat/etc/centos-release

    CentOS release 6.7 (Final)

    The following folders/files are on my slave drive:

    oradata/disk1 /.

    / Disk1/oradata/XE

    /Disk1/oradata/XE/control.dbf

    /Disk1/oradata/XE/redo10_01.dbf

    /Disk1/oradata/XE/redo11.dbf

    /Disk1/oradata/XE/redo12.dbf

    /Disk1/oradata/XE/redo13.dbf

    /Disk1/oradata/XE/redo14.dbf

    /Disk1/oradata/XE/redo15.dbf

    /Disk1/oradata/XE/SYSAUX.dbf

    /Disk1/oradata/XE/system.dbf

    /Disk1/oradata/XE/temp.dbf

    /Disk1/oradata/XE/undotbs1.dbf

    /Disk1/oradata/XE/users.dbf

    oracle_fra/disk1 /.

    / Disk1/oracle_fra/XE

    / Disk1/oracle_fra/XE/ARCHIVELOG

    / Disk1/oracle_fra/XE/Autobackup

    / Disk1/oracle_fra/XE/backupset

    / Disk1/oracle_fra/XE/onlinelog

    / Disk1/oracle_fra/XE/ARCHIVELOG/2015_09_29

    / Disk1/oracle_fra/XE/ARCHIVELOG/2015_09_30

    / Disk1/oracle_fra/XE/ARCHIVELOG/2015_10_01

    / Disk1/oracle_fra/XE/ARCHIVELOG/2015_10_02

    / Disk1/oracle_fra/XE/ARCHIVELOG/2015_10_03

    / Disk1/oracle_fra/XE/ARCHIVELOG/2015_10_04

    / Disk1/oracle_fra/XE/ARCHIVELOG/2015_10_05

    / Disk1/oracle_fra/XE/ARCHIVELOG/2015_10_06

    /Disk1/oracle_fra/XE/ARCHIVELOG/2015_10_04/o1_mf_1_731_c11ognk8_.arc

    /Disk1/oracle_fra/XE/ARCHIVELOG/2015_10_05/o1_mf_1_732_c149vo3c_.arc

    /Disk1/oracle_fra/XE/ARCHIVELOG/2015_10_05/o1_mf_1_733_c15dshcn_.arc

    /Disk1/oracle_fra/XE/ARCHIVELOG/2015_10_06/o1_mf_1_734_c18sw1q9_.arc

    / Disk1/oracle_fra/XE/Autobackup/2015_09_29

    / Disk1/oracle_fra/XE/Autobackup/2015_09_30

    / Disk1/oracle_fra/XE/Autobackup/2015_10_01

    / Disk1/oracle_fra/XE/Autobackup/2015_10_02

    / Disk1/oracle_fra/XE/Autobackup/2015_10_03

    / Disk1/oracle_fra/XE/Autobackup/2015_10_04

    / Disk1/oracle_fra/XE/Autobackup/2015_10_05

    /Disk1/oracle_fra/XE/autobackup/2015_10_04/o1_mf_s_892175488_c11ogk7m_.BKP

    /Disk1/oracle_fra/XE/autobackup/2015_10_05/o1_mf_s_892261919_c149vhn0_.BKP

    / Disk1/oracle_fra/XE/backupset/2015_09_29

    / Disk1/oracle_fra/XE/backupset/2015_09_30

    / Disk1/oracle_fra/XE/backupset/2015_10_01

    / Disk1/oracle_fra/XE/backupset/2015_10_02

    / Disk1/oracle_fra/XE/backupset/2015_10_03

    / Disk1/oracle_fra/XE/backupset/2015_10_04

    / Disk1/oracle_fra/XE/backupset/2015_10_05

    /Disk1/oracle_fra/XE/backupset/2015_10_04/o1_mf_nnndf_TAG20151004T023003_c11ocwg1_.BKP

    /Disk1/oracle_fra/XE/backupset/2015_10_05/o1_mf_nnndf_TAG20151005T023003_c149qwxk_.BKP

    /Disk1/oracle_fra/XE/onlinelog/o1_mf_1_9d4vrb2o_.log

    /Disk1/oracle_fra/XE/onlinelog/o1_mf_2_9d4vrcn4_.log

    /Disk1/oracle_fra/XE/onlinelog/o1_mf_3_9d4vrfbh_.log

    /Disk1/oracle_fra/XE/onlinelog/o1_mf_4_9d4vrgt3_.log

    /Disk1/oracle_fra/XE/onlinelog/o1_mf_6_9d4vr88o_.log

    Now I want to restore the last backup of the database:

    I googled and found this article: How do to restore database Oracle using RMAN (with examples) but do not know what is:

    RMAN > SET DBID 12345;

    Question-1: Which means the VALUE XE 1521 in my case?

    Question-2: Lbooking for a restore script


    It will be the first time in my career to restore the database

    Thank you in anticipation

    I guess that the following be useful: Oracle Database 11g: example of disaster recovery. When you restore a database from scratch, you need to know and define the DBID to identify the files required for the restoration, which must also match your target database, which is the database or the instance that you want to restore.

  • Duplicate target database failed with the newspaper missing in the CCR

    Hi all

    I'm duplicating a database of node 2 CARS to the test environment.

    I took archivelog and pending full database backup in the database. dB Dimensions 950 g.

    I restored it to test the environment but get error during recovery

    operating system: aix 7.1

    version of DB: oracle 10g

    I ran the following command to launch two copies

    RMAN > run

    2 > {}

    3 > allocate auxiliary channel ch1 type disk;

    4 > allocate auxiliary channel ch2 type disk;

    5 > allocate auxiliary channel ch3 type disk;

    6 > allocate auxiliary channel ch4 type disk;

    7 > target database duplicate testing up to THAT TIME "2013-12 - 25:10:47:00';"

    {8 >}

    and get below error

    content of Script memory:

    {

    until ' 2013-12 - 25:10:47:00 ";

    recover

    clone database

    delete archivelog

    ;

    }

    execution of Script memory

    executing command: SET until clause

    From pick up to 2013-12 - 27:18:12:49

    starting media recovery

    Oracle error:

    ORA-01547: WARNING: RECOVER succeeded but OPEN RESETLOGS would get below error

    ORA-01194: file 1 needs a recovery more match

    ORA-01110: data file 1: '+ DATA/test/datafile/system.390.835293413 '.

    output channel: ch1

    output channel: ch2

    output channel: ch3

    output channel: ch4

    RMAN-00571: ===========================================================

    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.

    RMAN-00571: ===========================================================

    RMAN-03002: failure of Db in dual at 27/12/2013 18:14:10

    RMAN-03015: an error has occurred in the script stored memory Script

    RMAN-06053: unable to perform the recovery of the media because of the missing journal

    RMAN-06102: no channel to restore a backup or a copy of the journal don't screw 2 seq 291696 lowscn 74780879027

    RMAN-06102: no channel to restore a backup or a copy of the diary of don't thread 1 seq 153927 lowscn 74780427224

    RMAN-06102: no channel to restore a backup or a copy of the journal don't screw 2 seq 291691 lowscn 74763859437

    RMAN-06102: no channel to restore a backup or a copy of the journal don't screw 2 seq 291690 lowscn 74763843501

    RMAN-06102: no channel to restore a backup or a copy of the journal don't screw 2 seq 291689 lowscn 74762972560

    RMAN-06102: no channel to restore a backup or a copy of the diary of don't thread 1 seq 153920 lowscn 74761443419

    RMAN-06102: no channel to restore a backup or a copy of the journal don't screw 2 seq 291688 lowscn 74758111689

    RMAN-06102: no channel to restore a backup or a copy of the diary of don't thread 1 seq 153919 lowscn 74758103358

    RMAN-06102: no channel to restore a backup or a copy of the journal don't screw 2 seq 291687 lowscn 74758088445

    RMAN-06102: no channel to restore a backup or a copy of the diary of don't thread 1 seq 153918 lowscn 74758078214

    RMAN-06102: no channel to restore a backup or a copy of the journal don't screw 2 seq 291686 lowscn 74758067675

    RMAN-06102: no channel to restore a backup or a copy of the diary of don't thread 1 seq 153917 lowscn 74758049415

    RMAN-06102: no channel to restore a backup or a copy of the journal don't screw 2 seq 291685 lowscn 74758046873

    RMAN-06102: no channel to restore a backup or a copy of the journal don't screw 2 seq 291684 lowscn 74758026214

    RMAN-06102: no channel to restore a backup or a copy of the diary of don't thread 1 seq 153916 lowscn 74757674479

    RMAN-06102: no channel to restore a backup or a copy of the journal don't screw 2 seq 291683 lowscn 74757658342

    RMAN-06102: no channel to restore a backup or a copy of the diary of don't thread 1 seq 153915 lowscn 74757643881

    RMAN-06102: no channel to restore a backup or a copy of the journal don't screw 2 seq 291682 lowscn 74757641006

    RMAN-06102: no channel to restore a backup or a copy of the journal don't screw 2 seq 291681 lowscn 74757621180

    RMAN-06102: no channel to restore a backup or a copy of the diary of don't thread 1 seq 153914 lowscn 74757618464

    RMAN-06102: no channel to restore a backup or a copy of the journal don't screw 2 seq 291680 lowscn 74757599470

    RMAN-06102: no channel to restore a backup or a copy of the diary of don't thread 1 seq 153913 lowscn 74757584128

    RMAN-06102: no channel to restore a backup or a copy of the journal don't screw 2 seq 291679 lowscn 74757584121

    RMAN-06102: no channel to restore a backup or a copy of the journal don't screw 2 seq 291678 lowscn 74757567231

    RMAN-06102: no channel to restore a backup or a copy of the journal don't screw 2 seq 291677 lowscn 74757550865

    RMAN-06102: no channel to restore a backup or a copy of the diary of don't thread 1 seq 153912 lowscn 74757547289

    RMAN-06102: no channel to restore a backup or a copy of the journal don't screw 2 seq 291676 lowscn 74757533624

    RMAN-06102: no channel to restore a backup or a copy of the diary of don't thread 1 seq 153911 lowscn 74757513739

    RMAN-06102: no channel to restore a backup or a copy of the journal don't screw 2 seq 291675 lowscn 74757513659

    RMAN-06102: no channel to restore a backup or a copy of the journal don't screw 2 seq 291674 lowscn 74757498265

    RMAN-06102: no channel to restore a backup or a copy of the journal don't screw 2 seq 291673 lowscn 74757483667

    RMAN-06102: no channel to restore a backup or a copy of the diary of don't thread 1 seq 153910 lowscn 74757469005

    RMAN-06102: no channel to restore a backup or a copy of the journal don't screw 2 seq 291672 lowscn 74757468526

    RMAN-06102: no channel to restore a backup or a copy of the journal don't screw 2 seq 291671 lowscn 74757453293

    RMAN-06102: no channel to restore a backup or a copy of the journal don't screw 2 seq 291670 lowscn 74757440237

    RMAN-06102: no channel to restore a backup or a copy of the diary of don't thread 1 seq 153909 lowscn 74757426220

    RMAN-06102: no channel to restore a backup or a copy of the journal don't screw 2 seq 291669 lowscn 74757422172

    RMAN-06102: no channel to restore a backup or a copy of the journal don't screw 2 seq 291668 lowscn 74757407202

    RMAN-06102: no channel to restore a backup or a copy of the diary of don't thread 1 seq 153908 lowscn 74757389651

    RMAN-06102: no channel to restore a backup or a copy of the journal don't screw 2 seq 291667 lowscn 74757386560

    RMAN-06102: no channel to restore a backup or a copy of the journal don't screw 2 seq 291666 lowscn 74757369955

    RMAN-06102: no channel to restore a backup or a copy of the diary of don't thread 1 seq 153907 lowscn 74757352175

    RMAN-06102: no channel to restore a backup or a copy of the journal don't screw 2 seq 291665 lowscn 74757351898

    RMAN-06102: no channel to restore a backup or a copy of the journal don't screw 2 seq 291664 lowscn 74757335274

    RMAN-06102: no channel to restore a backup or a copy of the journal don't screw 2 seq 291663 lowscn 74757319172

    RMAN-06102: no channel to restore a backup or a copy of the diary of don't thread 1 seq 153906 lowscn 74757314019

    RMAN-06102: no channel to restore a backup or a copy of the journal don't screw 2 seq 291662 lowscn 74756304245

    MAN-06102: no restaurant chain

    RMAN >

    RMAN >

    well let me know what command should I use to do the archivelog backup if it is not present in our existing backup, restore and recover up to what sequence and thread

    Can you restore your backup to tape archivelogs and apply them manually to the restoration of the database?

    list backup of archivelog from the logseq in the error message to check if they are available. And what type of device. You may find that they are available on the device of type TAPE (SBT) but you specified the device DISC type in the command duplicate.

    As long as you have the archivelogs need supported somewhere, you can restore it and apply then having the OPEN RESETLOGS command completed successfully

  • Database SID and SID of target database catalog is be

    Hello

    my database of catalog SID is PROD @ rmandb
    and target database is SID PROD @ test8

    How do I configure the tnsnames and connect to the database to record the catalog
    RMAN target sys/sys@PROD rcvcat rman/rman@PROD
    Save the database;


    Verification through tnsping on RMANDB
    tnsping PROD

    AMT Ping Utility for IBM/AIX RISC System/6000: Version 9.2.0.3.0 - Production on 24 February 2013 21:32:33

    Copyright (c) 1997 Oracle Corporation. All rights reserved.

    Use settings files:


    TNSNAMES adapter used to resolve the alias
    Try to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp)(HOST=rmandb) (PORT = 1524)) (CONNECT_DATA = (SID = PROD)))
    OK (0 msec)



    1. is it necessary to have different SIDs?

    2. for the two database DBID is different.


    Thank you.

    981553 wrote:
    Hello

    my database of catalog SID is PROD @ rmandb
    and target database is SID PROD @ test8

    How do I configure the tnsnames and connect to the database to record the catalog
    RMAN target sys/sys@PROD rcvcat rman/rman@PROD
    Save the database;

    Verification through tnsping on RMANDB
    tnsping PROD

    AMT Ping Utility for IBM/AIX RISC System/6000: Version 9.2.0.3.0 - Production on 24 February 2013 21:32:33

    Copyright (c) 1997 Oracle Corporation. All rights reserved.

    Use settings files:

    TNSNAMES adapter used to resolve the alias
    Try to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp)(HOST=rmandb) (PORT = 1524)) (CONNECT_DATA = (SID = PROD)))
    OK (0 msec)

    1. is it necessary to have different SIDs?

    2. for the two database DBID is different.

    Thank you.

    Name two different databases, the same is a very stupid thing to do. I correct that if I could. However, assuming that 'rmandb' and 'test8' are the names of two different servers, your tnsnames would look like this

    prod_rmandb =
           (DESCRIPTION =
             (ADDRESS_LIST =
               (ADDRESS = (PROTOCOL = TCP)(HOST = rmandb)(PORT = 1521))
                 )
             (CONNECT_DATA =
               (SERVICE_NAME = prod)
             )
           )
    
    prod_tes8 =
           (DESCRIPTION =
             (ADDRESS_LIST =
               (ADDRESS = (PROTOCOL = TCP)(HOST = test8)(PORT = 1521))
                 )
             (CONNECT_DATA =
               (SERVICE_NAME = prod)
             )
           )
    

    And your connection string would be

    rman target sys/sys@prod_test8 rcvcat rman/rman@prod_rmandb
    
  • Duplicate target database - until the time?

    Dear Experts,

    RDBMS - 10.2.0.4

    I am trying to update the backup "ORCL2" using a cold of 'ORCL1', the two databases are on different servers. under the safeguard of stamp ORCL1 time is over:
    Finished Control File and SPFILE Autobackup at 12/27/2012 09:28:58
    I was wondering if the clone will run without any problems with command below, please share your ideas...
    run{
    ---channel allocation commands---
    duplicate target database to ORCL2
     until time "to_date('12/27/2012 09:28:58','mm/dd/yyyy hh24:mi:ss')";
    ---channel release commands---
    }
    Published by: DBA112 on December 28, 2012 14:10

    Hello;

    In theory, it should work.

    "DUPLICATE recovers by default until the last archived redo log generated at the time the command was executed, or until one hour set with a SET clause up to THAT."

    Source - database backup and recovery reference 10g Release 2 (10.2) part number B14194-03

    Example of doc

    DUPLICATE TARGET DATABASE TO newdb
        DB_FILE_NAME_CONVERT=('/h1/oracle/dbs/trgt/','/h2/oracle/oradata/newdb/')
        UNTIL TIME 'SYSDATE-1'  # specifies incomplete recovery
    ...
    

    Another example

    http://blog.dbauniversity.com/2012/06/RMAN-duplicate-until-time.html

    Best regards

    mseberg

  • Unable to connect to my target database

    I am trying to create a clone of my database named proddb using my backup RMNA production,
    so, when I export ORACLE_SID = proddb
    and then try to connect to my use of rman
    RMAN target /.

    its projection connected to database clonedb target

    I checked the servicxes and there is no service not named clonedb and there is no entry in my tnsnames or listner file like clonedb...

    user9038728 wrote:
    [Oracle@localhost ~] $ export ORACLE_SID = proddb
    [oracle@localhost ~] $ export ORACLE_HOME=/home/oracle/app/oracle/product/11.2.0/dbhome_1/

    [oracle@localhost ~] $ rman target sys/password

    Recovery Manager: release 11.2.0.1.0 - Production on Fri Jan 6 11:27:13 2012

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

    connected to target database: CLONEDB (unassembled)

    RMAN >

    This is the output that I am getting...

    Your Production/source/target database must be in an OPEN state & your new/clone/auxiliary instance must be started/no mounted State.

    You need to connect you as below

    $rman auxiliary sys/***@prod target.

    Then the target will be production, you must export the auxiliaries SIDS and test connectivity TNS at the elementary level.

  • RMAN and 05500: the auxiliary database must not be mounted when using DUPLICATE

    Hello

    Oracle10g2
    RHEL4

    The artist DR configuration using RMAN backup.

    There are two db Server computers:

    1) mac1-> backend
    2) mac2-> backup server

    File structure of database as a backup on the server location is the same.

    Entry TNSNAME on both servers are perfect, verified using tnsping.


    Now, to create a backup database.

    I made the RMAN backup on mac1 (main server) then transferred backup (full backup directory) to mac2 (backup server)

    Then, on the standby server,

    -> took on the eve of the database in nomount mode
    --> connected to the target database (i.e. standby db) with RMAN
    -> database connected to auxiliary

    But the granting of "Duplicate" command results in the error, as shown below:

    RMAN > target database double standby nofilenamecheck dorecover;

    RMAN-05502: the target database must be mounted on the issue of a duplicate order

    and when I put the target database (standby db) in the editing mode, gives the error below:

    RMAN and 05500: the auxiliary database must not be mounted on the issue of a duplicate order

    where I did mistake? How to solve this problem?


    Concerning

    Hello

    There is nothing wrong

    target (in fact the Pb of the source) must be mounted
    auxiliary (actually the destination db) can not be mounted.

    These messages refers to the source and destination db. from 11 g, you can duplicate opensource db (a.k.a. target)

    P.

  • RMAN-06004: error recovery catalog database ORACLE

    Hi all

    I'm new to the RMAN module, please help me solve the error below.
    Recovery Manager: Release 9.2.0.6.0 - Production
    
    Copyright (c) 1995, 2002, Oracle Corporation.  All rights reserved.
    
    connected to target database: DB96 (DBID=2450380394)
    connected to recovery catalog database
    
    RMAN> CONFIGURE CHANNEL 1 DEVICE TYPE DISK FORMAT '\\10.101.22.80\Backup\Rman\Prologs\DB96/DB96_FULL_%T_%U.rman' MAXPIECESIZE 4 G; 
    2> CONFIGURE CONTROLFILE AUTOBACKUP ON; 
    3> CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '\\10.101.22.80\Backup\Rman\Prologs\DB96/DB96_ctlfile_%F'; 
    4> CONFIGURE RETENTION POLICY TO REDUNDANCY 1; 
    5> shutdown immediate; 
    6> startup mount; 
    7> backup database; 
    8> CROSSCHECK BACKUP; 
    9> DELETE NOPROMPT OBSOLETE; 
    10> alter database open; 
    11> list backup summary; 
    12> exit;
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of configure command at 06/20/2011 11:31:55
    RMAN-06004: ORACLE error from recovery catalog database:
     
    RMAN-20001: target database not found in recovery catalog
    Recovery Manager complete.
    Please do the neeful.

    Kind regards
    Jame

    Jame,

    connect to retrieve catalog owner user (RMAN) using SQLPLUS on the catalog database and run the following query.

    SQL> select * from rc_database;
    

    Another thing is, check, if your catalog is accidentally created in the target database or you sure sound in a separate database (possibly on a separate server).

    Thank you
    RANA

    Published by: RANA June 20, 2011 17:08

    Published by: RANA June 20, 2011 17:41

Maybe you are looking for

  • Podcasts app not updated

    Podcasts app appears in my updates on hold, but it will not be updated. The message I get is "Podcasts is available on iOS. However, in my iPhone and iPad, there is no update needed. The application does not appear as an update waiting. What can I do

  • Using Facetime on iPad, but you have an Android phone

    I searched the forums from near and far and cannot find an answer to this... Sorry if it's a common and I'm bad looking. I have used to have an iPhone, but had to switch to an Android.  However I still have my iPad (Wifi + laptop) which I would still

  • How can I download mp3 to blogsites and transfer files to the flash drive. ?

    Hello I visit various blogsites where music albums are available for download in mp3 format. When I download an album where he's going. ?? Most of the files must also be extracted using WIN. RAR in mp3 format. (I do now with my windows pc) How this c

  • Skype sends all the other sounds of PC speakers

    I want to HP I bought in September. Recently, when you listen to music or play games or something of the kind using earphones, all goes well. However, when I enter a Skype call, all sounds goes to my speakers on board and juice that the Skype call is

  • Pilot Ubicore 1394

    I can't install the Ubicore 1394 drive. My system says it cannot install or find this driver. what divides it controls and how do I get to install. I tried everything including the vendors site for download and get a code 28. Any ideas?