Customized backup (incremental) Oracle with database control

Hi all

I m running on windows server 2008R2 oracle 11 g R2.

I want to schedule a backup customized with control of the database to plan my backups. (This is the second option of the database-> scheduled backup control)

I want to have a window of 7 days recovery.

I'm a little shaky on how to plan properly.

I need to schedule backup complete everything first (by checking the option use as a base for incremental backups). (This should go once)

Then schedule incremental backup every day after that?

Could someone explain how to set up the right then that I would have a window of 7 days recovery?

Thank you.

Hemant thanks for your explanation on L0 backup.

So I go ahead and schedule backup complete once a week! I understand that part. (let's say I plan backup complete Sunday night)

What about backups of L1?

Should I plan Monday to Saturday sound? Or can I include it on Sunday as well?

The reason I ask is, I don't know if the Manager of the company will allow me to schedule backups every day (except a certain day) m.

I will give this a shot!

Thank you!!

Tags: Database

Similar Questions

  • Oracle Enterprise database control language in English

    Hello world.

    When Access then Oracle Enterprise Database Control in a Windows 7 Professional in Portuguese, I see the Oracle Enterprise Database Control in Portuguese language. How can I then change control Oracle Enterprise database language to English?

    Thank you

    Direct access to Enterprise Manager in another language

    http://download.Oracle.com/docs/CD/B10501_01/EM.920/a96673/APPD.htm#624335

    check this discussion also. Change language in OEM?

  • RMAN backup incremental level 1 without level 0-10 gr 2

    Hello

    I'm a bit confused after a few tries.

    The issue: It is mandatory to perform incremental level 0 backup before level 1 using Oracle 10 g 2?

    On Oracle 11.2 is mandatory, but I don't know about Oracle 10.2.0.5.

    11.2 test. If there is no level 0 rman take care on this subject and automatically perform level 0 before level1
    RMAN> backup incremental level 1 database;
    
    Starting backup at 29-APR-11
    using channel ORA_DISK_1
    no parent backup or copy of datafile 1 found
    ...
    channel ORA_DISK_1: starting incremental level 0 datafile backup set
    channel ORA_DISK_1: specifying datafile(s) in backup set
    ...
    Docs said:
    Incremental backups capture only blocks that change between backups in each data file.
    In a typical incremental backup strategy, an incremental backup of level 0 is used as a starting point. A level 0 backup captures all the blocks in the data file.

    So, on Oracle 10.2.0.5 happens not like 11.2:

    Parade level 1 without level 0 backup:
    RMAN> list backup;
    
    
    RMAN> backup incremental level 1 database;
    
    Starting backup at 29-APR-11
    using channel ORA_DISK_1
    channel ORA_DISK_1: starting incremental level 1 datafile backupset
    channel ORA_DISK_1: specifying datafile(s) in backupset
    input datafile fno=00001 name=+DG_ORCL/db10g/datafile/system.260.749756975
    ...
    channel ORA_DISK_1: starting piece 1 at 29-APR-11
    channel ORA_DISK_1: finished piece 1 at 29-APR-11
    piece handle=+DG_FRA/db10g/backupset/2011_04_29/nnndn1_tag20110429t190340_0.260.749761421 tag=TAG20110429T190340 comment=NONE
    channel ORA_DISK_1: backup set complete, elapsed time: 00:00:25
    channel ORA_DISK_1: starting incremental level 1 datafile backupset
    channel ORA_DISK_1: specifying datafile(s) in backupset
    including current control file in backupset
    including current SPFILE in backupset
    channel ORA_DISK_1: starting piece 1 at 29-APR-11
    channel ORA_DISK_1: finished piece 1 at 29-APR-11
    piece handle=+DG_FRA/db10g/backupset/2011_04_29/ncsnn1_tag20110429t190340_0.262.749761449 tag=TAG20110429T190340 comment=NONE
    channel ORA_DISK_1: backup set complete, elapsed time: 00:00:05
    Finished backup at 29-APR-11
    
    RMAN> backup archivelog all delete input;
    
    Starting backup at 29-APR-11
    current log archived
    using channel ORA_DISK_1
    ...
    Finished backup at 29-APR-11
    
    RMAN> shutdown abort;
    Oracle instance shut down
    Delete all (except SPFILE) ASM files.
    ASMCMD> cd +DG_ORCL/DB10g
    ASMCMD> ls
    PARAMETERFILE/
    spfiledb10g.ora
    So we will perfom a database restore
    oracle@butao:/home/oracle> rman target /
    Recovery Manager: Release 10.2.0.5.0 - Production on Fri Apr 29 19:06:52 2011
    Copyright (c) 1982, 2007, Oracle.  All rights reserved.
    connected to target database (not started)
    RMAN> startup nomount
    Oracle instance started
    
    Total System Global Area     293601280 bytes
    Fixed Size                     2095872 bytes
    Variable Size                 92275968 bytes
    Database Buffers             192937984 bytes
    Redo Buffers                   6291456 bytes
    
    
    RMAN> restore controlfile from '+DG_FRA/db10g/backupset/2011_04_29/ncsnn1_tag20110429t190340_0.262.749761449';
    
    Starting restore at 29-APR-11
    using channel ORA_DISK_1
    
    channel ORA_DISK_1: restoring control file
    channel ORA_DISK_1: restore complete, elapsed time: 00:00:05
    output filename=+DG_ORCL/db10g/controlfile/current.263.749761699
    output filename=+DG_FRA/db10g/controlfile/current.263.749761699
    Finished restore at 29-APR-11
    
    RMAN> startup mount
    
    database is already started
    database mounted
    released channel: ORA_DISK_1
    
    RMAN> restore database;
    
    Starting restore at 29-APR-11
    Starting implicit crosscheck backup at 29-APR-11
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid=156 devtype=DISK
    Crosschecked 1 objects
    Finished implicit crosscheck backup at 29-APR-11
    
    Starting implicit crosscheck copy at 29-APR-11
    using channel ORA_DISK_1
    Finished implicit crosscheck copy at 29-APR-11
    
    searching for all files in the recovery area
    cataloging files...
    cataloging done
    
    List of Cataloged Files
    =======================
    File Name: +dg_fra/DB10G/BACKUPSET/2011_04_29/ncsnn1_TAG20110429T190340_0.262.749761449
    File Name: +dg_fra/DB10G/BACKUPSET/2011_04_29/annnf0_TAG20110429T190442_0.264.749761485
    
    using channel ORA_DISK_1
    
    channel ORA_DISK_1: starting datafile backupset restore
    channel ORA_DISK_1: specifying datafile(s) to restore from backup set
    restoring datafile 00001 to +DG_ORCL/db10g/datafile/system.260.749756975
    restoring datafile 00002 to +DG_ORCL/db10g/datafile/undotbs1.261.749757085
    restoring datafile 00003 to +DG_ORCL/db10g/datafile/sysaux.262.749757095
    restoring datafile 00004 to +DG_ORCL/db10g/datafile/users.264.749757107
    channel ORA_DISK_1: reading from backup piece +DG_FRA/db10g/backupset/2011_04_29/nnndn1_tag20110429t190340_0.260.749761421
    channel ORA_DISK_1: restored backup piece 1
    piece handle=+DG_FRA/db10g/backupset/2011_04_29/nnndn1_tag20110429t190340_0.260.749761421 tag=TAG20110429T190340
    channel ORA_DISK_1: restore complete, elapsed time: 00:00:26
    Finished restore at 29-APR-11
    
    RMAN> recover database;
    
    Starting recover at 29-APR-11
    using channel ORA_DISK_1
    
    starting media recovery
    
    archive log thread 1 sequence 27 is already on disk as file +DG_FRA/db10g/onlinelog/group_3.259.749756971
    archive log thread 1 sequence 28 is already on disk as file +DG_FRA/db10g/onlinelog/group_1.257.749756963
    archive log filename=+DG_FRA/db10g/onlinelog/group_3.259.749756971 thread=1 sequence=27
    archive log filename=+DG_FRA/db10g/onlinelog/group_1.257.749756963 thread=1 sequence=28
    media recovery complete, elapsed time: 00:00:02
    Finished recover at 29-APR-11
    
    RMAN> alter database open resetlogs;
    
    database opened
    
    RMAN>
    See that I don't need level 0 backup to restore the level 1.

    Thank you
    Levi Pereira

    Levi,

    Please visit: http://download.oracle.com/docs/cd/B19306_01/backup.102/b14192/bkup004.htm

    If no level 0 backup is available, then the behavior depends on the setting of compatibility mode. If compatibility is > = 10.0.0, copies all blocks changed since the file was created RMAN and stores the results as a level 1 backup. In other words, the CPN at the time the incremental backup is taken is the creation of SCN file. If compatibility<10.0.0, rman="" generates="" a="" level="" 0="" backup="" of="" the="" file="" contents="" at="" the="" time="" of="" the="" backup,="" to="" be="" consistent="" with="" the="" behavior="" in="" previous="">

    Same info is here:

    http://www.Pythian.com/news/287/level-1-incremental-backup-in-Oracle-10G/

    Concerning

    Grosbois

  • How to connect to Oracle Enterprise Manager 10 g Database Control have SYSDBA?

    Hello

    I installed Oracle 10.2.0 (Enterprise Edition) on my laptop at home. And with SQL * Plus, I login as sys and created a user Charles (with the password pwd), and I granted the DBA role to this user. SQL * more messages saying that the user has been created and the role (the DBA role has been granted). When I log on to Oracle Enterprise Manager 10g Database Control as a user Charles (with the password pwd that I gave to the creation of the user) as usual (in the 'Connect as' drop-down), I check that the Charles user has DBA profile. My problem is that when I try to connect to Oracle Enterprise Manager 10g Database Control as a user Charles (with the pwd password that I gave to the creation of the user) and as SYSBA+, one error message is displayed: your user name and/or password is not valid.
    Please, how do I connect to to Oracle Enterprise Manager 10 g Database Control as a user Charles (with the password pwd that I gave to the creation of the user), but as SYSDBA?

    Thanks in advance for your answers.

    user639304 wrote:
    Hello

    I installed Oracle 10.2.0 (Enterprise Edition) on my laptop at home. And with SQL * Plus, I login as sys and created a user Charles (with the password pwd), and I granted the DBA role to this user. SQL * more messages saying that the user has been created and the role (the DBA role has been granted). When I log on to Oracle Enterprise Manager 10g Database Control as a user Charles (with the password pwd that I gave to the creation of the user) as usual (in the 'Connect as' drop-down), I check that the Charles user has DBA profile. My problem is that when I try to connect to Oracle Enterprise Manager 10g Database Control as a user Charles (with the pwd password that I gave to the creation of the user) and as SYSBA+, one error message is displayed: your user name and/or password is not valid.
    Please, how do I connect to to Oracle Enterprise Manager 10 g Database Control as a user Charles (with the password pwd that I gave to the creation of the user), but as SYSDBA?

    Thanks in advance for your answers.

    CHARLES GRANT SYSDBA;

  • What is the name of the table that has the name of the custom in the Oracle database Section?

    What is the name of the table that has the name of the custom in the Oracle database Section?

    Thank you

    Nefertari

    The names of the custom Sections are stored in commonExtendedAttributeML, the extended attribute table.

  • Autenticateing Oracle with Active Directory database

    I installed Oracle database 11.2.0.3.0 on Windows 2008 Server R2 64 bit. The company uses Microsoft Active Directory and I need to set up access to the Oracle database for users that are stored in Active Directory. Do I need another product in addition to the database to do? If so, what version of the product would need?

    To bind the user to Oracle database for users that are stored in Active Directory, and you must create the Oracle schema objects and an Oracle context.

    You can see the chapter on "Requirements for using Oracle with Active Directory database"
    http://docs.Oracle.com/CD/B28359_01/win.111/b32010/active_dir.htm#CDECHCBC

  • Configure the new Oracle with HFM SSP database

    Hello

    We have upgraded the oracle database to new version 11g. We use HFM 11.1.1.3 version. When I tried to configure the new database oracle with existing shared Services HFM, the EPM Configurator is suspended. Please could you clarify the below a few questions before starting the configuration of the database.

    1. don't we want to modify properties or configuration files before starting the EMP Configurator?

    2. If we want to edit the file reg.properties, which is the password shows in the file reg.properties (here is the structure of the reg.properties file)? If I have to give password of Oracle database schema?

    JDBC. URL = jdbc\:hyperion\:oracle\: / / xxxxx;
    password =?
    JDBC. Driver = Hyperion.JDBC.Oracle.OracleDriver
    local. Value = #.
    username = schemaname

    Thank you
    Michel K

    Is it a new database server that you want to configure? As if he was just updated, you should not need to do anything.
    If this is a new database server, then have a read of the doc within Oracle Support - "How To Change Shared Services repository database in EMP 11 [ID 976279.1]".

    See you soon

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

  • B2B - BAM integration does not work with the Oracle XE database

    Hello

    Can someone explain the reasons in detail, 'the B2B - BAM integration does not work with the database Oracle XE'?

    Can't we use XE POC simple to demonstrate BAM?

    Published by: 975946 on December 27, 2012 04:14

    Hi Nithin,

    The main reason for this Oracle XE database can't handle such a huge process. Same Oracle XE is not supported in production.
    Note that SOA requires 300 process and BAM more than 100 processes (400 total), which is in addition to any other requirement its 500 to parameter.but process during the installation of Oracle SOA RCU, I hope you gave 300 single right.so his can't handle as much load if use B2B BAM integration.

    The ultimate goal is to have need to display active data in the right BAM reports? so, if you are using Oracle XE DB its may be not possible to show the active data.that the reason Oracle recommended use / works with Oracle 10 g Oracle 11 g versions EE and EE.

    Best regards
    Siva San.

  • Problems with EM Database Control after the application of 10.2.0.4 patches group

    Hi all

    Host: Linux x 86
    DB: One-time EM control the database. Originally 10.2.0.1 patched to 10.2.0.4

    Last night I upgraded database 10.2.0.1 to 10.2.0.4. Everything seemed to go well. I don't have any errors in the process, and when I logged in the database control, everything seemed fine. It was late at night, so I don't navigate around for very long, however. When I came this morning and did a few more extensive trials, after login I noticed first that, in the section general, version database has been listed as 10.2.0.1.0. I thought it was quite strange because I had just been connected to SQL * more and saw that the database was aware he was at version 10.2.0.4.0. I refreshed the page and saw

    "java.lang.Exception: IOException while reading the response: connection reset".

    top of the page. I have seen this problem before, and in the past, it has been resolved by restarting the dbconsole or ensuring that the analysis configuration is set up correctly. The first thing I did was question

    [Home] $ emctl stop dbconsole followed
    [Home] $ emctl start dbconsole

    to see if it would do the trick. When I saw that it didn't, I went in the Configuration of the analysis and that he was surprised to see that he said "no element not found." I refreshed the page and this error appeared:

    oracle.sysman.emSDK.emd.comm.CommException: IOException while reading the response: connection reset

    I tried to follow all the instructions in the Readme as closely as I could. I looked on the Internet and the Oracle Forums for most of the day trying to find the cause of this error. I see that people have these errors, but the circumstances are not the same as mine. Is this a common problem? Anyone know what I can do to solve it?

    Any help would be greatly appreciated.

    Thank you!
    John

    Try C.2 (Option 2. Recreate the DB control and repository Configuration files)

    HTH
    Srini

  • ODI with local Oracle XE database implementation

    Hi all

    I'm putting in place the ODI with a local Oracle XE database.
    Individuals: WinXP Pro
    Oracle XE 10.2.0

    I was able to create a master repository without a problem.
    I'm trying to connect with the designer of the ODI and I created a "working repository connection", but I get the username/password invalid name when you test the connection.
    I use the Oracle user name password that I used for the creation of the master repository.
    What I'm not doing correctly?

    Thank you
    Bob

    Well I think you enter the user name and password for odi
    the user name for ODI's SUPERVISOR
    and the password for ODI SUNOPSIS

  • database manually alter with grid control

    Hi all

    I use EM grid control 10g r4 to monitor many 9i and 10g databases in the environment.

    Need help for this scenario.

    I have a server db (10.2.0.2) control agent grid (10.2.0.4) installed and able to monitor the databases in this regard.

    Recently, my colleague created a new database with "local control EM database" rather than use the centralized grid control. In this case how can I manually set up this new database to point to the EM grid control.

    Please let me know


    ~ Thank you

    You can try a rediscovery in the grid control.

    On the server where you want to discover the database target the ORACLE_HOME in the officer's home and then run:

    agentca d

    This should find and find your database.

  • Recovery from a backup made in the database of Sun Solaris 10 g on a windows 2008

    Hi, I took a backup of a database on a solaris 10 machine. (solaris 10.2.0.4 database sparq x 64) with this script:

    Configure controlfile autobackup

    Run {}
    backup incremental level 0
    format ' ${RMAN_BKP_DIR}/Bkp_%T_Full_%d_%u_%s_%p'}
    tag Full_bkp
    database;
    current backup controlfile as ' ${RMAN_BKP_DIR}/Bkp_%T_ctl_%d_%u_%s_%p';}
    }

    After I transferred the files by FTP on my machine Windows Server 2008 64 bit on the witch I already created a database (10.2.0.4 x 64) with DBCA. Now I want to recover the controlfile and here is what I get:

    RMAN > RESTORE CONTROLFILE to 'E:\oracle\10.2.0\oradata\WAGNER\controlCORP01.ctl '.
    from "E:\fichiers\Bkp_20090527_ctl_CORP_c0kg2e66_384_1"

    From restoration to 27 May 09
    using the control file of the target instead of recovery catalog database
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid = 156 devtype = DISK

    RMAN-00571: ===========================================================
    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
    RMAN-00571: ===========================================================
    RMAN-03002: failure of the restore command at 2009-05-27 09:27:20
    RMAN-06172: no autobackup couldn't find or handle specified is not a valid copy or a piece



    Can you help me on this?

    Thank you

    JP

    Hi again!

    I don't know it. Try the following query and you will see information about the endian format.

    COLUMN PLATFORM_NAME FORMAT A32
    SELECT * FROM V$TRANSPORTABLE_PLATFORM;
    

    Best regards

    Florian W.

  • Why the format does not work on my backup incremental level 1 the difference?

    I use following script to make a backup of difference incremental level 1.
    ------------------------------
    Run {}
    allocate channels ch1 disc type;
    Set order id "Monday_INC_1_df";
    backup as compressed backupset database incremental level 1
    format ' / opt/oracle/rman/bk/incr1_df_%d_%U'
    tag "Monday_INC_1_df".
    database more entered archivelog delete;
    output channel ch1.
    }
    -------------------------------

    According to this scenario, all the rman output files are placed in "/ opt/oracle/rman/bk / '...  And his label is 'Monday_INC_1_df'.

    But at the bottom of the newspaper, I find the archived log rman output files located in "/ opt/oracle/flash_recovery_area/TEST/backupset/2014_12_02 / '. And his label is "TAG20141202T210529".
    Also, at the bottom of the newspaper, the output data files rman files was partly on the right path "/ opt/oracle/rman/bk / '. And it seems that the data files has been supported for 2 times. The second time datafile rman output files was badly located in the path "/ opt/oracle/flash_recovery_area/TEST/backupset/2014_12_02 / '. And his label is "TAG20141202T215627".


    ================================================ Detail Log ===================================================================================
    channel ch1: compressed boot archived log backup set
    channel ch1: specifying the newspapers archived in the backup set
    archived journal entry thread = 1 sequence = 36706 RECID = 2773 STAMP = 865282473
    archived journal entry thread = 1 sequence = 36707 RECID = 2774 STAMP = 865282476
    archived journal entry thread = 1 sequence = 36708 RECID = 2775 STAMP = 865282478
    archived journal entry thread = 1 sequence = 36709 RECID = 2776 STAMP = 865282482
    archived journal thread = 1 sequence = 36710 entry RECID = STAMP 2777 = 865282486
    archived journal entry thread = 1 sequence = 36711 RECID = 2778 STAMP = 865285528
    channel ch1: starting piece 1 at 2014-12-02 21:56:20
    channel ch1: finished piece 1 at 2014-12-02 21:56:27
    piece handle=/opt/oracle/flash_recovery_area/TEST/backupset/2014_12_02/o1_mf_annnn_TAG20141202T210529_b7vk8408_.bkp tag = TAG20141202T210529 comment = NONE
    channel ch1: complete set of backups, time: 00:00:07
    channel ch1: archived deletion or newspapers
    name=/opt/oracle/flash_recovery_area/TEST/archivelog/2014_12_02/o1_mf_1_36706_b7vc98xc_.arc RECID archived log file = 2773 STAMP = 865282473
    name=/opt/oracle/flash_recovery_area/TEST/archivelog/2014_12_02/o1_mf_1_36707_b7vc9cz7_.arc RECID archived log file = 2774 STAMP = 865282476
    name=/opt/oracle/flash_recovery_area/TEST/archivelog/2014_12_02/o1_mf_1_36708_b7vc9gn1_.arc RECID archived log file = 2775 STAMP = 865282478
    name=/opt/oracle/flash_recovery_area/TEST/archivelog/2014_12_02/o1_mf_1_36709_b7vc9l3f_.arc RECID archived log file = 2776 STAMP = 865282482
    RECID = STAMP 2777 = 865282486 name=/opt/oracle/flash_recovery_area/TEST/archivelog/2014_12_02/o1_mf_1_36710_b7vc9plj_.arc archived log file
    name=/opt/oracle/flash_recovery_area/TEST/archivelog/2014_12_02/o1_mf_1_36711_b7vg8qz5_.arc RECID archived log file = 2778 STAMP = 865285528
    A backup over the 2014-12-02 21:56:27


    From backup 2014-12-02 21:56:27
    channel ch1: from compressed data file backup set incremental level 1
    channel ch1: specification-datafile in the backup set (s)
    Enter a number of file datafile = name=/opt/oracle/oradata/test/undotbs01.dbf 00003
    Enter a number of file datafile = 00005 name=/opt/oracle/oradata/test/hp01.dbf
    Enter a number of file datafile = name=/opt/oracle/oradata/test/cmtspace01.dbf 00035
    Enter a number of file datafile = name=/opt/oracle/oradata/test/sysaux01.dbf 00002
    Enter a number of file datafile = 00001 name=/opt/oracle/oradata/test/system01.dbf
    Enter a number of file datafile = name=/opt/oracle/oradata/test/users01.dbf 00004
    channel ch1: starting piece 1 at 2014-12-02 21:56:28
    channel ch1: finished piece 1 at 2014-12-02 23:48:06
    piece handle tag = / opt/oracle/rman/bk/incr1_df_TEST_1gpp6gcc_1_1 MONDAY_INC_1_DF = comment = NONE
    channel ch1: complete set of backups, time: 01:51:38
    channel ch1: from compressed data file backup set incremental level 1
    channel ch1: specification-datafile in the backup set (s)
    Enter a number of file datafile = name=/opt/oracle/oradata/test/undotbs01.dbf 00003
    Enter a number of file datafile = 00005 name=/opt/oracle/oradata/test/hp01.dbf
    Enter a number of file datafile = name=/opt/oracle/oradata/test/cmtspace01.dbf 00035
    Enter a number of file datafile = name=/opt/oracle/oradata/test/sysaux01.dbf 00002
    Enter a number of file datafile = 00001 name=/opt/oracle/oradata/test/system01.dbf
    Enter a number of file datafile = name=/opt/oracle/oradata/test/users01.dbf 00004
    channel ch1: starting piece 1 at 2014-12-02 23:48:07
    channel ch1: finished piece 1 at 2014-12-03 01:17:22
    piece handle=/opt/oracle/flash_recovery_area/TEST/backupset/2014_12_02/o1_mf_nnnd1_TAG20141202T215627_b7vqsq8y_.bkp tag = TAG20141202T215627 comment = NONE
    channel ch1: complete set of backups, time: 01:29:15
    A backup over the 2014-12-03 01:17:22

    From backup 2014-12-03 01:17:23
    Current archived log
    channel ch1: compressed boot archived log backup set
    channel ch1: specifying the newspapers archived in the backup set
    archived journal entry thread = 1 sequence = 36712 RECID = 2779 STAMP = 865288890
    archived journal entry thread = 1 sequence = 36713 RECID = 2780 STAMP = 865288965
    archived journal entry thread = 1 sequence = 36714 RECID = 2781 STAMP = 865288971
    channel ch1: starting piece 1 at 2014-12-03 01:17:24
    channel ch1: finished piece 1 at 2014-12-03 01:17:49
    piece handle=/opt/oracle/flash_recovery_area/TEST/backupset/2014_12_03/o1_mf_annnn_TAG20141203T011723_b7vx145d_.bkp tag = TAG20141203T011723 comment = NONE
    channel ch1: complete set of backups, time: 00:00:25
    channel ch1: archived deletion or newspapers
    name=/opt/oracle/flash_recovery_area/TEST/archivelog/2014_12_02/o1_mf_1_36712_b7vkkts7_.arc RECID archived log file = 2779 STAMP = 865288890
    name=/opt/oracle/flash_recovery_area/TEST/archivelog/2014_12_02/o1_mf_1_36713_b7vkn5v0_.arc RECID archived log file = 2780 STAMP = 865288965
    name=/opt/oracle/flash_recovery_area/TEST/archivelog/2014_12_02/o1_mf_1_36714_b7vkncv2_.arc RECID archived log file = 2781 STAMP = 865288971

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


    When I here is the backup incremental level 0, everything seems good.

    ----------------------------------
    Run {}
    allocate channels ch1 disc type;
    Set order id "Sunday_INC_0";
    backup incremental level 0 compressed backupset
    format ' / opt/oracle/rman/bk/incr0_%d_%U'
    tag "Sunday_INC_0".
    database more entered archivelog delete;
    output channel ch1.
    }
    --------------------------------

    But why my backup of difference in level 1 increntmental would not have good correct rman output path?


    You have specified the keyword 'database' twice in the backup command.  If execution is in the specified format, the second with the default format (to the FRA)

    Hemant K Collette

  • Oracle Applications database cloning fail in ORA-19870

    Hi Experts,

    When running Oracle 11i environment applications I get the errors below in the log file.

    Contents of the log file: -.

    From restoration to October 12, 13 06:55:48

    channel C1: from the restore backup set data file

    channel C1: restore the control file

    channel C1: reading of the backup piece/backup/PROD_RMAN_BACKUP/c-217555794-20131011-06

    channel C1: ORA-19870: error when restoring the backup piece/backup/PROD_RMAN_BACKUP/c-217555794-20131011-06

    ORA-19505: impossible to identify the file ' / backup/PROD_RMAN_BACKUP/c-217555794-20131011-06.

    ORA-27037: unable to get file status

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

    Additional information: 3

    switch to the previous backup

    --------------------------------------------------------xxx-------------------------------------------------

    And it seems that the double RMAN command is unable to read the part of backup/backup/PROD_RMAN_BACKUP/on the source system.

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

    In the double rman script, I used,

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

    [clone oracle@tfnslskp01] $ cat rman_dup_TEST.sh

    #exit 0 # remove when running for real.

    Export NLS_DATE_FORMAT = "DD-MON-RR HH24:MI:SS.

    "DT ='date + %m %d hour %M %y"

    RMAN target=sys/manager@PROD journal = dup_TEST_$ {dt} .log auxiliary = / < <!

    Run {}

    until ' to_date ('2013 oct 11 20:30 "," my dd HH24 YYYY ') ";

    allocate auxiliary channel C1 device type disk;

    allocate auxiliary channel C2 device type disk;

    allocate auxiliary channel C3 device type disk;

    allocate channel auxiliary type C4 drive peripheral;

    the value of newname for tempfile 1 to ' / data/oradata/TEST/temp01.

    DBF';
    the value of newname for tempfile 2 to ' / data/oradata/TEST/temp02.dbf';
    double-target database 'TEST '.
    LOGFILE
    GROUP 1 (' / data/oradata/TEST/log1A.rdo','/data/oradata/TEST/log1B.rdo') SIZE 500 M REUSE.
    GROUP 2 (' / data/oradata/TEST/log2A.rdo','/data/oradata/TEST/log2B.rdo') SIZE 500 M REUSE.
    GROUP 3 (' / data/oradata/TEST/log3A.rdo','/data/oradata/TEST/log3B.rdo') SIZE 500 M REUSE.
    GROUP 4 (' / data/oradata/TEST/log4A.rdo','/data/oradata/TEST/log4B.rdo') SIZE 500 M REUSE.
    GROUP 5 (' / data/oradata/TEST/log5A.rdo','/data/oradata/TEST/log5B.rdo') SIZE 500 M REUSE.
    GROUP 6 (' / data/oradata/TEST/log6A.rdo','/data/oradata/TEST/log6B.rdo') SIZE 500 M REUSE
    nofilenamecheck; }
    !

    =================================xxx==========================================

    Last backup date and time on the source system is as follows:

    [oracle@pfnslskp01 PROD_RMAN_BACKUP] $ pwd

    / backup/PROD_RMAN_BACKUP

    [oracle@pfnslskp01 PROD_RMAN_BACKUP] $ ls - lrt

    -rw - r - 1 oracle dba 13175808 Oct 11 20:00 PROD_LVL0_20131011_s5796_p1_l4om5m73

    -rw - r - 1 oracle dba 23370240 Oct 11 20:00 PROD_LVL0_20131011_s5794_p1_l2om5m73

    -rw - r - 1 oracle dba 33752576 Oct 11 20:00 PROD_LVL0_20131011_s5795_p1_l3om5m73

    -rw - r - 1 oracle dba 34863104 Oct 11 20:00 PROD_LVL0_20131011_s5793_p1_l1om5m73

    -rw - r - 1 oracle dba 139958272 Oct 11 20:00 PROD_LVL0_20131011_s5792_p1_l0om5m73

    -rw - r - 1 oracle dba 151134208 Oct 11 20:00 PROD_LVL0_20131011_s5791_p1_kvom5m73

    -rw - r - 1 oracle dba 1275338752 Oct 11 20:06 PROD_LVL0_20131011_s5797_p1_l5om5m7u

    -rw - r - 1 oracle dba 1605754880 Oct 11 20:07 PROD_LVL0_20131011_s5800_p1_l8om5m7u

    -rw - r - 1 oracle dba 8349818880 Oct 11 20:25 PROD_LVL0_20131011_s5798_p1_l6om5m7u

    -rw - r - 1 oracle dba 8747974656 Oct 11 20:25 PROD_LVL0_20131011_s5803_p1_lbom5m7u

    -rw - r - 1 oracle dba 8708947968 Oct 11 20:26 PROD_LVL0_20131011_s5802_p1_laom5m7u

    -rw - r - 1 oracle dba 8698175488 Oct 11 20:26 PROD_LVL0_20131011_s5804_p1_lcom5m7v

    -rw - r - 1 oracle dba 8862220288 Oct 11 20:27 PROD_LVL0_20131011_s5801_p1_l9om5m7u

    -rw - r - 1 oracle dba 8852709376 Oct 11 20:27 PROD_LVL0_20131011_s5799_p1_l7om5m7u

    -rw - r - 1 oracle dba 85569024 Oct 11 20:27 PROD_LVL0_20131011_s5807_p1_lfom5np9

    -rw - r - 1 oracle dba 158896128 Oct 11 20:27 PROD_LVL0_20131011_s5806_p1_leom5np9

    -rw - r - 1 oracle dba 157226496 Oct 11 20:27 PROD_LVL0_20131011_s5805_p1_ldom5np9

    -rw - r - 1 oracle dba 17891328 Oct 11 20:27 c-217555794-20131011-06

    Please help me how to troubleshoot the root cause of this error, I can't fix this error.

    Any response will be appreciated.

    OS version-

    Release of Red Hat Enterprise Linux Server 5.8 (Tikanga) 64 bit OS

    Version of DB-

    11.2.0.3

    Version of the EBS-

    11.5.10.2

    -Thank you

    Please consult the following and see if it helps.

    RMAN backup tape fails with RMAN-03009, ORA-19505 and ORA-27037 (Doc ID 1313478.1)

    ORA-19505 ORA-27037 hasn't PU IDENTIFY the FILE (Doc ID 444610.1)

    Checklist for a restore RMAN (Doc ID 1554636.1)

    RMAN: How to change the location of the Backupset (Doc ID 223569.1)

    Thank you

    Hussein

  • backup incremental update feature

    Hi all

    can you explain this feafure when you take the copy of the image and then backup incremental and when
    data file is corrupted I have to restore the copy of the data file, and then apply an incremental backup.
    I do this planning, but I do not write the COPY OF THE file of DATA WITH TAG RECOVER command

    I take a copy of the image and then make this table spaces and make sure is the default value for the data base and ten make change
    DML, stop immediately and drop datafile can restore and recover
    restore the data file 5
    recover datafile 5


    without any incremental update command, feature and now my database is up-to-date? can you explain to me an example please?


    Thank you very much

    We must use the control switch that will make the controlfile to point to the backup of the data on the disk files.
    For example: you lost the data user 6 file

    RMAN > switch datafile 6 to copy;
    RMAN > recover datafile 6;
    RMAN > alter database datafile 6 online;

    The problem with incremental updates, is that, after any failure, as above, if restore us it, it will change the name and location of the data file. After restoration manual you rename them to original location.

    In case of failure of the database

    RMAN > switch database to copy.
    RMAN > restore database;
    RMAN > alter database open

    Published by: renee_mathieu on August 5, 2012 07:54

Maybe you are looking for

  • message - complete iCloud storage iBooks (but isn't)

    Hello I turned on sync for iBooks iCloud after update to OS X 10.11.4. Now I get a message that sync is not possible that my iCloud storage is full. But I have a plan of 1 TB with 650 GB of free space. I guess it's a problem I have two accounts: (1)

  • Does not update

    When I open FF, I get a message to date. So I do and the box "connect to Server" gets up and goes into the eternal connect. Just before this box appears, the FF browser opens. I tried waiting it to connect, but it never did so I just stopped it. And

  • Tecra M4-142 recovery disk

    Good evening I need your help to find the recovery of this model (((Tecra M4-142))) Please, I beg you.

  • Pavilion touchsmart 15 l: enter the administration password or power on password

    Powered on my computer and got this messageEnter the administration password or power on passwordEntered the password in wrong 3 times and got this number61704252Help please!

  • Lenovo G470 graphics update

    My Lenovo G470 graphics card can be improved? If yes where? Thank you