Restoring a backup RMAN to a new instance of the database

Hi guys,.

I have a problem with restoring a backup RMAN I have with me a new instance of the database. I have with me are:

1. backup of the SPFile. (O1_MF_NCNNF_CTLFILE_BU_92DVGYO2_. BKP)

2. backup of the control file (O1_MF_NNSNF_SPFILE_BU_92DVGW9H_. BKP)

3. the full backup (O1_MF_NNSNF_FULLPROD_BU_92DVGW9H_. BKP)

I received these files to a client environment and I need to restore these to a new instance of the database on a local computer. I gave an attempt as follows (in Oracle 10 g):

1, creates a new instance of the (Test75) database using the Oracle Database Configuration Assistant

2 SET ORACLE_SID = Test75

3 connection to this instance with RMAN

4 tried to restore the SPFILE from the BKP file received.


I make mistakes and cannot continue. I don't know if I will carry out the correct steps. Please help me telling me how I should achieve this goal.


Thank you.

1. backup of the SPFile. (O1_MF_NCNNF_CTLFILE_BU_92DVGYO2_. BKP)

2 backup of control file (O1_MF_NNSNF_SPFILE_BU_92DVGW9H_. BKP)

The first backuppiece resembles a ControlFile and the other looks like a SPFILE'

> I get error and cannot continue

What is the error?  (I assume that you have tried to restore the O1_MF_NNSNF_SPFILE_BU_92DVGW9H_ SPFILE. BKP

Note that you must also SET the DBID before restoring the controlfile

Hemant K Collette

Tags: Database

Similar Questions

  • create the new instance of the database

    Hi all

    Today, I have to create three instances on my (RedHat, Oracle 10 g) oracle server. It comes to sql that I found to create the database:

    CREATE DATABASE mynewdb
    The USER SYS IDENTIFIED BY pz6r58
    The USER IDENTIFIED BY y1tz5p SYSTEM
    LOGFILE GROUP 1 ('/ u01/oracle/oradata/mynewdb/redo01.log') SIZE in the 100M.
    GROUP 2 ('/ u01/oracle/oradata/mynewdb/redo02.log') SIZE in the 100M.
    GROUP 3 ('/ u01/oracle/oradata/mynewdb/redo03.log') SIZE 100 M
    MAXLOGFILES 5
    MAXLOGMEMBERS 5
    MAXLOGHISTORY 1
    MAXDATAFILES 100
    MAXINSTANCES 1
    CHARACTER SET US7ASCII
    NATIONAL CHARACTER SET AL16UTF16
    DATAFILE ' / u01/oracle/oradata/mynewdb/system01.dbf' SIZE 325 M REUSE
    LOCAL MANAGEMENT MEASURE
    SYSAUX DATAFILE ' / u01/oracle/oradata/mynewdb/sysaux01.dbf' SIZE 325 M REUSE
    TABLESPACE tbs_1 default
    TEMPORARY TABLESPACE tempts1 default
    TEMPFILE ' / u01/oracle/oradata/mynewdb/temp01.dbf'
    RE-USE OF SIZE 20 M
    UNDO TABLESPACE undotbs
    DATAFILE ' / u01/oracle/oradata/mynewdb/undotbs01.dbf'
    SIZE 200M REUSE AUTOEXTEND ON MAXSIZE UNLIMITED;


    Each size of the user will be larger than 3 GB. I don't know what exacly means in this word of the line 'REUSE '.

    DATAFILE ' / u01/oracle/oradata/mynewdb/system01.dbf' SIZE 325 M REUSE

    Maybe someone can give me a short advaice how to install size of data, temp files to get the best performance.

    You can read this link before you proceed with the creation of the database,

    http://download.Oracle.com/docs/CD/B19306_01/server.102/b14231/create.htm#sthref260

    HTH
    Aman...

  • How to refresh a screen without making a new Instance of the class

    Hi all

    Please help me.

    I need to refresh a screen of components such as the text box, list etc without (pushing the new instance of the class) using the old instance.

    I use:

    UiApplication.getUiApplication () .invokeAndWait (new Runnable() {}

    public void run() {}

    invalidate ();

    }

    But it will not refresh the screen components.

    I need to change the label of the text box, choice of etc group on click on the Refresh button.

    Please suggest me

    Thank you

    Again, I agree with BBDeveloper, just wanted to add an alternative solution.  You must have the code that sets the values in those fields anyway.  You can separate the code that adds the fields to the screen of the code which sets the values in these fields, place the code that sets the fields into a separate routine and call this routine to during the construction of the screen and the screen refresh.

  • IOM 11.1.2.2 - new instance of the application is not visible in the catalogue

    Hi all

    I installed the Oracle Fusion Middleware Identity Management 11g R2 Media Pack v8 - 11.1.2.2...  When I created the new instance of the application, I don't see this case in the catalog. I found a similar question in the Metalink (Doc ID 1624482.1), but a workaround described it does not work for me. Workaround does not work for me is: the value "Update Date" in 'Task catalog synchronization' last value and run the job again.

    In the version 11.1.2.1 it woks fine.

    Please, can someone help me solve this problem?

    Thank you.

    Milan

    Hi all

    my colleague and I, we found a solution.

    Looks like the Sun Java System Directory Connector is not supported in the version 11.1.2.2 IOM or the bug is there. I thing it's a bug! IOM 11.1.2.2 uses more SQL select / insert when catalog synchronization task.

    INSERT INTO CATALOG (CATALOG_ID, ENTITY_TYPE, CATEGORY, CATALOG_CREATEBY, CATALOG_UPDATEBY,

    ENTITY_KEY, ENTITY_NAME, ENTITY_DISPLAY_NAME, ENTITY_DESCRIPTION, PARENT_ENTITY_TYPE, PARENT_ENTITY_KEY, IS_DELETED,

    TAGS, CERTIFIABLE, ITEM_RISK, RISK_UPDATE_DATE)

    SELECT - CATALOG_SEQ. NEXTVAL,

    "ApplicationInstance', 'ApplicationInstance', 4, 4,

    APP_INSTANCE_KEY, APP_INSTANCE_NAME, APP_INSTANCE_DISPLAY_NAME, APP_INSTANCE_DESCRIPTION, nvl2(APP_INSTANCE_PARENT_KEY,'ApplicationInstance',null), APP_INSTANCE_PARENT_KEY, APP_INSTANCE_IS_SOFT_DELETE,

    APP_INSTANCE_NAME | ' ' || APP_INSTANCE_TYPE | ' ' || APP_INSTANCE_DISPLAY_NAME | ' ' || SVR. SVR_NAME | ' ' || OBJ. OBJ_NAME, 1, 3, sysdate

    OF APP_INSTANCE, OBJ, SVR

    WHERE THERE is NO 1 = 1-(SELECT 1 OF THE CATALOGUE WHERE ENTITY_TYPE = "ApplicationInstance" AND CATALOG. ENTITY_KEY = APP_INSTANCE. APP_INSTANCE_KEY)

    AND APP_INSTANCE. ITRESOURCE_KEY = SVR. SVR_KEY

    AND APP_INSTANCE. OBJECT_KEY = OBJ. OBJ_KEY AND OBJ. OBJ_TRUSTED_SOURCE = '0' AND APP_INSTANCE_KEY =: 1

    The problem is that the object (object type?) of the connector SJSD has the value OBJ_TRUSTED_SOURCE in the table OBJ is NULL but query catalog synchronization expected value 0 or 1.

    And the solution?

    The value of 0 OBJ_TRUSTED_SOURCE. Example: update obj_trusted_source set obj is '0' where obj_key = 5;.

    But we found that supported Oracle Internet Directory 11.1.1.6.0 multiple LDAP servers such as eDirectory or Oracle Directory Server Enterprise Edition. Then I abolished SJSD connector and its application instance and installed OID connector

  • Re-evaluate the relationships after adding a new instance of the entity

    Hi all

    I have an 'X' entity for which global > X 1:M relations are evaluated on the screens. For example, after we collect the instances of 'X', the next screen ask you, out of all the X, which is a member of the relationship there. The interview continues.

    The question we now face is that if the user decides to add an additional instance of 'X' after having answered the relationship screen, screen relationship there does not appear once more.

    Ideally, we would like this screen once more, now that the extra 'X' was added, since it is theoretically 'unknown', they are also in the relationship Y or not. Instead, the debugger shows the relationship there is known and empty for the new 'X' entity instance.

    Is it possible to have this screen once more, once the new instance of the entity?

    Thanks for your help,

    -Julien

    Julien,

    The solution for this is not quite easy. Once the relationship is known to 'Y', the screen will be visited not unless the user chooses explicitly (usually data review screen).

    Event Manager solution

    A solution is to implement an event handler that sets the relationship 'Y' Unknown when the user adds a new 'X' entity. This requires custom code. See 'Events and event handlers' in the Guide of the developer of automation Oracle policy

    The entity implied solution

    Another (perhaps easier) solution is to infer the relationship 'Y' and collect information on the same screen that 'X' entities are added. This is best illustrated by an example.

    For the entity 'X', I'll use "person" global to the containment relationship no one is 'the people '.

    For relationship 'Y' I will use the global relationship person '' the special people. ''

    On the person entity, I have 2 attributes "name of person" (text) and 'the person is special' (Boolean)

    I have the following rule to infer the relationship '' the special people. ''

    the person is a member of the special people if

    the person is special

    The next step is to ensure that when you add features of person, they state "name of person" and "person is special."

    It will have 2 effects:

    1. the relationship "the special people" will be deducted, that there will be no screen to associate the relationship.

    2. for the collection of instances of the person, the extraordinary selection (or not) will determine members

    I think that the solution infers entity could be your best option. It requires no code and simplifies the interview.

    Hope this helps

    See you soon

    Frank

  • A new instance of the section of the table

    I have two rows in the table (lines 2 and 3) together to form a section. When I use the following script, LiveCycle creates a new instance of the line 3 instead of creating a new instance of the section (two row 2 and 3). What I am doing wrong? (The section is named ' ActionItem1 in Table1)

    this.resolveNode('Table1._ActionItem1').addInstance (1);

    If (xfa.host.version < 8) {}

    XFA. Form.Recalculate (1);

    }

    You should be able to recreate what you do with subforms, tables is just specialized subforms. Create subforms for your headers, lines, etc. I built a few tables in this way.

  • Add a new instance to the NON-RAC database?

    I could create a new instance to the non-rac database?

    I tried to use dbca to create the second instance, but I read, help, that is not possible.

    There is no way to create the second instance in a single database? (No. - CARS, no. - ASM, just a normal database)

    Thanks in advance.

    Instance = process and memory
    Basis of data = all data files.

    For a database no CARS, there is a one-to-one mapping between the instance and database.

    If you don't want to use an existing database to store the new patterns, you need to create a new database.

  • Copy to the new instance of the subform

    What I'm trying to do is to copy a field and when a new instance of a subform is created to another field.

    When a user clicks the show button, the button to show opens a new instance of the form.  I need the sent field to fill in the field of criticism on the new instance.  Is this possible?

    instance.png

    Hello

    Here is an example:

    https://Acrobat.com/#d=HD6XJ1qofZDf713Yq1P43g

    The first example simply sets the value of the drop-down list. The second adds an element to the drop of the examiner, as sending drop-down list allows the custom entry.

    I've been lazy even if, as the script should check first of all the duplicates. I'll try and get back to that.

    Hope that helps,

    Niall

    Ensure the dynamics

  • A new instance of the planning - data source problem

    Hi all

    I am trying to install a new instance of the planning, and when I try to create the DATA SOURCE, I get the following error, any help to solve this problem is highly appreciated.

    ++ C:\Hyperion\AnalyticServices\bin > del C:\Users\Admin\AppData\Local\Temp.\srvtmp.r++
    ++ eg ++
    ++ In manufacturer HspDBPropertiesLocationPanel ++
    ++ In HspDBPropertiesLocationPanel queryEnter ++
    ++ Resource Bundle is java.util.PropertyResourceBundle@221c75++
    ++ Product Name in the file is PLANNING ++
    ++ Availability date is 20051231 ++
    ++ Creating thread and rebinding to RMI ++
    ++ Resource Bundle is java.util.PropertyResourceBundle@221c75++
    ++ Product Name in the file is PLANNING ++
    ++ Availability date is 20051231 ++
    ++ $ $ dname is PlnInstance2 ++
    ++ Resource Bundle is java.util.PropertyResourceBundle@221c75++
    ++ Product Name in the file is PLANNING ++
    ++ Availability date is 20051231 ++
    ++ Exception in thread "AWT-EventQueue-0" java.lang.UnsatisfiedLinkError: no HspEss ++
    ++ baseEnv in java.library.path ++
    ++ at java.lang.ClassLoader.loadLibrary (Unknown Source) ++
    ++ at java.lang.Runtime.loadLibrary0 (Unknown Source) ++
    ++ at java.lang.System.loadLibrary (Unknown Source) ++
    ++ to com.hyperion.planning.olap.HspEssbaseEnv. < clinit >(Unknown Source) ++
    ++ to com.hyperion.planning.olap.HspEssbaseJniOlap. < clinit >(Unknown Source) ++

    ++ at com.hyperion.planning.HspJSHomeImpl.TestEssConnection (Unknown Source) ++

    ++ to com.hyperion.planning.HspDSEssbasePanelManager.TestEssConnection(HspD++)
    (++ SEssbasePanelManager.Java:156) ++
    ++ to com.hyperion.planning.HspDSEssbasePanelManager.queryExit(HspDSEssbase++)
    (++ PanelManager.Java:132) ++
    ++ to com.hyperion.cis.config.wizard.ProductCustomInputPanel.queryExit(Prod++)
    (++ uctCustomInputPanel.Java:114) ++
    ++ at com.installshield.wizard.awt.AWTWizardUI.doNext (Unknown Source) ++
    ++ to com.installshield.wizard.awt.AWTWizardUI.actionPerformed (unknown safe ++)
    (++ it) ++
    ++ to com.installshield.wizard.swing.SwingWizardUI.actionPerformed(Unknown++)
    (+ Source) ++
    ++ to com.installshield.wizard.swing.SwingWizardUI$ SwingNavigationControlle ++
    ++ r.notifyListeners (unknown source) ++
    ++ to com.installshield.wizard.swing.SwingWizardUI$ SwingNavigationControlle ++
    ++ r.actionPerformed (unknown source) ++
    ++ at javax.swing.AbstractButton.fireActionPerformed (Unknown Source) ++
    ++ to javax.swing.AbstractButton$ Handler.actionPerformed (Unknown Source) ++
    ++ at javax.swing.DefaultButtonModel.fireActionPerformed (Unknown Source) ++
    ++ at javax.swing.DefaultButtonModel.setPressed (Unknown Source) ++
    ++ to javax.swing.plaf.basic.BasicButtonListener.mouseReleased (unknown safe ++)
    (++ it) ++

    Hello

    Error code Essbase 1051293 = connection fails due to invalid credentials.

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • I have to add new contacts in the database. Should what stage of treatment I add?

    I have to add new contacts to the database. Should what stage of treatment I add?

    Hello

    Please use "Save to the Contact Table" stage of treatment.

    Thank you

    edynamic Experts Eloqua

  • Inserting a new record in the database using a form empty ADF

    Hello

    I'm trying to insert a new record into the database using a form.

    I have an Employee table and its corresponding entity object and the view object. The table has an id that is used as the primary key and is filled using a sequence in the comic book.

    Data controls, I dragged and dropped at the sight of the employee as a form of ADF and checked the submit button include. Then I dragged and dropped the validation on submit button operation.

    When I connect to the app and go to the page used to create, I have 2 problems:
    1 - the form is filled with the logged in user info.
    2. If I try to change the news and validation, the user info is changed in the database and no new record is created.

    It makes a little sense to me, but I would like to know if there is a way around it (get an empty form and insert a new record).
    NB: the employee id is not part of the form, I want to be filled using the sequence.

    Kind regards
    MB

    User, please tell us your jdev version!

    To do this, you must create a new record before going to the display of the form page. In a stubborn workflow (btf), you drag the operation createInsert of the VO on the btf and it will generate a link method, add a view to the btf and put a navigation of the binding of the method of the page. Mark the method as 'Activity by default'. Now, ren, you call the workflow, you create a new record that will show your blank form.

    Timo

  • new incarnation of the database and rc_database

    Hello!

    Have I understood that after the registration of the new incarnation of the database in the recovery catalog
    I see new line in rc_database?

    Thank you and best regards,
    Pavel

    Hello

    After you save your database with the catalog database, you can get the information from the database recorded using the view 'rc_database '.

    To interrogate the details of the incarnation of the newly registered database, you can use the view 'rc_database_incarnation '.

    It could be useful! If you feel that your questions have been answered, then please consider fill your questions by marking them as answered. Please clean the forum!

  • Add a new line in the database programmatically

    I have a requirement where I need to insert a new record into the database (with ADF BC) everything is done at the bean support. How can I achieve this? I use JDev 11.1.1.5. Here what I did, but unfortunately, the record is not kept in the database.

    < code >
    CCPC DCBindingContainer = getDCBindingContainer();
    DCIteratorBinding iter = dcbc.findIteratorBinding("TestRunVO1Iterator");
    RowSetIterator rsi = iter.getRowSetIterator ();
    Line myRow = rsi.createRow ();
    myRow.setAttribute ("Testplanid", "48");
    myRow.setAttribute ("Testroundid", "3");
    myRow.setNewRowState (Row.STATUS_NEW);
    rsi.closeRowSetIterator ();
    < code >

    are commit you your line...

    dcbc.getDataControl () .commitTransaction ();

  • Restore and backup RMAN recovery in a new server

    Version: 11.2
    Platform: Solaris

    I did several restorations of RMAN backups to new hosts. Whenever I do a full recovery of a cold backup, when I run the
    RECOVER DATABASE
    I used to get
    archive log filename=/u04/mvf/data/dbase/arch/arch.log1_235_678649266.dbf thread=1 sequence=235
    unable to find archive log
    archive log thread=1 sequence=236
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of recover command at 12/04/2011 14:33:18
    RMAN-06054: media recovery requesting unknown log: thread 1 seq 236 lowscn 11290198
    I considered this as being 'Normal' and always used to cause
    alter database open resetlogs
    But I read the below mentioned informative post yesterday.

    Question on create Redo log after restoring files and recover

    According to the guidelines of this post, I shouldn't use
    alter database open resetlogs
    for a full recovery.


    So, what should I do
    a.
    Should I use
    ALTER DATABASE OPEN ; -- I think I got some error with this command when i issued it after RMAN-06054 error . Can't recall what error
    OR

    b.
    Should I use
    recover database until sequence 236;

    Here is how I could use a combination of RMAN (for RESTORATION) and SQL (for the OPEN RESETLOGS):

    $ rman target /
    
    Recovery Manager: Release 10.2.0.2.0 - Production on Wed Nov 16 05:40:51 2011
    
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    
    connected to target database (not started)
    
    RMAN> startup nomount
    
    Oracle instance started
    
    Total System Global Area     419430400 bytes
    
    Fixed Size                     1261164 bytes
    Variable Size                113246612 bytes
    Database Buffers             297795584 bytes
    Redo Buffers                   7127040 bytes
    
    RMAN> restore controlfile from autobackup;
    
    Starting restore at 16-NOV-11
    using target database control file instead of recovery catalog
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid=156 devtype=DISK
    
    recovery area destination: /usr/oracle/flash_recovery_area
    database name (or database unique name) used for search: MYNDB
    channel ORA_DISK_1: autobackup found in the recovery area
    channel ORA_DISK_1: autobackup found: /usr/oracle/flash_recovery_area/MYNDB/autobackup/2011_11_16/o1_mf_n_767337675_7d6l55ck_.bkp
    channel ORA_DISK_1: control file restore from autobackup complete
    output filename=/usr/oracle/oradata/MYNDB/control01.ctl
    output filename=/usr/oracle/oradata/MYNDB/control02.ctl
    Finished restore at 16-NOV-11
    
    RMAN> sql 'alter database mount';
    
    sql statement: alter database mount
    released channel: ORA_DISK_1
    
    RMAN>
    RMAN> restore database;
    
    Starting restore at 16-NOV-11
    Starting implicit crosscheck backup at 16-NOV-11
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid=156 devtype=DISK
    allocated channel: ORA_DISK_2
    channel ORA_DISK_2: sid=155 devtype=DISK
    Crosschecked 16 objects
    Crosschecked 3 objects
    Finished implicit crosscheck backup at 16-NOV-11
    
    Starting implicit crosscheck copy at 16-NOV-11
    using channel ORA_DISK_1
    using channel ORA_DISK_2
    Finished implicit crosscheck copy at 16-NOV-11
    
    searching for all files in the recovery area
    cataloging files...
    cataloging done
    
    List of Cataloged Files
    =======================
    File Name: /usr/oracle/flash_recovery_area/MYNDB/autobackup/2011_11_16/o1_mf_n_767337675_7d6l55ck_.bkp
    
    using channel ORA_DISK_1
    using channel ORA_DISK_2
    
    channel ORA_DISK_2: starting datafile backupset restore
    channel ORA_DISK_2: specifying datafile(s) to restore from backup set
    restoring datafile 00003 to /usr/oracle/oradata/MYNDB/sysaux01.dbf
    restoring datafile 00004 to /usr/oracle/oradata/MYNDB/users01.dbf
    restoring datafile 00005 to /usr/oracle/oradata/MYNDB/datafile/o1_mf_example_7c4qzn5k_.dbf
    restoring datafile 00006 to /usr/oracle/oradata/MYNDB/undotbs.dbf
    channel ORA_DISK_2: reading from backup piece /usr/oracle/flash_recovery_area/MYNDB/backupset/2011_11_16/o1_mf_nnndf_TAG20111116T052209_7d6l4227_.bkp
    channel ORA_DISK_1: starting datafile backupset restore
    channel ORA_DISK_1: specifying datafile(s) to restore from backup set
    restoring datafile 00001 to /usr/oracle/oradata/MYNDB/system01.dbf
    restoring datafile 00002 to /usr/oracle/oradata/MYNDB/datafile/o1_mf_hemant_7c4qzn0o_.dbf
    restoring datafile 00007 to /usr/oracle/oradata/MYNDB/datafile/o1_mf_assm_tbs_7c4qzn0q_.dbf
    restoring datafile 00008 to /usr/oracle/oradata/MYNDB/datafile/o1_mf_mssm_tbs_7c4qzn0x_.dbf
    channel ORA_DISK_1: reading from backup piece /usr/oracle/flash_recovery_area/MYNDB/backupset/2011_11_16/o1_mf_nnndf_TAG20111116T052209_7d6l4216_.bkp
    channel ORA_DISK_1: restored backup piece 1
    piece handle=/usr/oracle/flash_recovery_area/MYNDB/backupset/2011_11_16/o1_mf_nnndf_TAG20111116T052209_7d6l4216_.bkp tag=TAG20111116T052209
    channel ORA_DISK_1: restore complete, elapsed time: 00:00:35
    channel ORA_DISK_2: restored backup piece 1
    piece handle=/usr/oracle/flash_recovery_area/MYNDB/backupset/2011_11_16/o1_mf_nnndf_TAG20111116T052209_7d6l4227_.bkp tag=TAG20111116T052209
    channel ORA_DISK_2: restore complete, elapsed time: 00:00:35
    Finished restore at 16-NOV-11
    
    RMAN>
    RMAN> exit
    
    Recovery Manager complete.
    $ sqlplus '/ as sysdba'
    
    SQL*Plus: Release 10.2.0.2.0 - Production on Wed Nov 16 05:42:52 2011
    
    Copyright (c) 1982, 2005, Oracle.  All Rights Reserved.
    
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.2.0 - Production
    With the Partitioning, OLAP and Data Mining options
    
    SQL> alter database open;
    alter database open
    *
    ERROR at line 1:
    ORA-01589: must use RESETLOGS or NORESETLOGS option for database open
    
    SQL> alter database open resetlogs;
    
    Database altered.
    
    SQL>
    

    Note This error message 1589 is:

    $ oerr ora 1589
    01589, 00000, "must use RESETLOGS or NORESETLOGS option for database open"
    // *Cause:  Either incomplete or backup control file recovery has been
    //          performed. After these types of recovery you must specify either
    //          the RESETLOGS option or the NORESETLOGS option to open your
    //          database.
    // *Action: Specify the appropriate option.
    $
    

    Hemant K Collette

  • RMAN takes longer than usual to the database backup cars.

    Hi all

    I have a database of CARS 2 nodes (11.2.0.3) using ASM on OUL5x64 (DB1/DB2) the backup script was running on DB2 for the past 3 years without problem.

    backup with compress is 80 GB Sunday.

    level Inc 1 day = 20 to 30 GB)

    I just added 2 other nodes to this CAR, now there DB1, DB2, DB3, DB4

    moved the backup to DB4 script and set up all of the environments for this work.

    The first 2 days, it did increase normal level 1 backup around time (20-30 GB) between (1 h 30 min)

    but on Thursday which is always increase of LEVEL 1, it took 8 hours to do the job.  and when checking the size

    the backup, the size was 255 GB level 1 (s/n 20/30 GB) and today it did the same.

    Please give suggestions as why backup is so huge.

    Thank you.

    Here's the script.

    RMAN target / < < EOF

    echo setting

    CONFIGURE CONTROLFILE AUTOBACKUP FORMAT for DEVICE TYPE DISK TO ' / u02/%F';

    Run {}

    allocate channels d1 type disk maxpiecesize 5 g;

    allocate channels d2 type disk maxpiecesize 5 g;

    Compressed backupset backup

    format ' / d01/pr1/pr1_%s_%t_%p.dbf'

    extra strength 1 cumulative

    Skip inaccessible

    tag hot_db_bk_level1

    filesperset 4

    (data include current controlfile);

    # sql 'alter system archive log current';

    #Backup all archive logs

    Compressed backupset backup

    format ' / d01/pr1/pr0_%s_%t_%p.arc'

    Ark of the tag

    filesperset 4

    (archivelog all delete all entries).

    }

    Hi all

    After you resolve the problem, the support of Oracle pointed out that

    I hit the limit in this note:

    How many incremental backups can be taken when the OWA is enabled? ( Doc ID 452455.1 )

    the default value

    _bct_bitmaps_per_file = 8

    in my case, I ran more than 8 times in the week. sous-séquence then run don't use BTC (block_change_tracking)

    After running a backup full again, backup works like it suppose to.

    Thanks for the replies.

    Kind regards

Maybe you are looking for