RMAN Restore Level 0, Level 1 incrementals and ARCHIVELOGs

I can't seem to figure this one out and I have read through documentation and the web.
On linux 64bit in 11.2.0.3, I'm doing Weekly Level 0 Backups and Nightly Level 1 Incrementals. During the day I also do ARCHIVELOG backups.
I know I need to restore LEVEL 0 database files (which I can do) and then restore subsequent LEVEL 1 Incrementals (which I can not), then apply ARCHIVELOGs (which I can do).
My problem is HOW do I apply the LEVEL 1 Incremental Backups on top of the LEVEL 0 restored database files?
thanks in advance!

To apply ArchiveLogs that were generated after the Incremental Backup ......
If the first RECOVER applies only the Incremental Backup, you need to CATALOG the subsequent Archivelgs.
Don't OPEN the database after the RECOVER.
CATALOG START WITH 'path_to_archivelogs'
Use a RUN block with SET UNTIL SEQUENCE <yourlastArchSeq+1) followed by RECOVER DATABASE
CATALOG START WITH 'path_to_archivelogs';
run
set until sequence 101  # -- if your last archivelog is 100
recover database;
Hemant K Chitale
Edited by: Hemant K Chitale on Sep 19, 2012 5:05 PM                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

Similar Messages

  • Special Patch for 10.2 in order to do an rman restore upgrade to 11gR2

    Am about to start on the 11gR2 upgrade process and was talking with some dba-friends in other companies to learn what not to do , etc. I had mentioned that I wanted to do an RMAN restore then alter resetlogs upgrade and let the upgrade process automatically take me to 11gR2. He mentioned that he had tried that but had run into an rman error when 10g did not have some table in the data dictionary, but there should be a patch for that. Essentially he said the patch would put the pre-11g table needed for an rman restore upgrade. He didnt have the information available and has yet to get back to me, and I have searched metalink looking for it with no luck.
    Has anyone else hit this error and could provide either the metalink article, however , better the patch number i need. I will be going from 10.2.0.3 to 11gR2 via an rman restore to a remote system and then issuing an alter ....resetlogs upgrade command.
    Thanks in advance
    Ed Grimm

    I am not an RMAN expert, but pl see if MOS Doc 790559.1 (RMAN Restore of Backups as Part of a Database Upgrade) can help
    HTH
    Srini

  • What are RMAN "RESTORE .. PREVIEW" and "BACKUP .. VALIDATE" pros.&cons.?

    On 10gR2 and Solaris 10 we want to test our rman backups periodically. Can I have your advices on which method and how we might use?
    BACKUP .. VALIDATE
    http://download.oracle.com/docs/cd/B19306_01/backup.102/b14192/strategy004.htm#sthref186
    RESTORE... PREVIEW
    http://download.oracle.com/docs/cd/B19306_01/backup.102/b14192/recov003.htm#sthref555
    Thank you.

    As they are for different purposes both can be used. You can get detailed information using PREVIEW like which files the backup set contains, which archivelogs will be used, etc...
    RMAN> restore database preview;
    Starting restore at 04.JAN.2008 15:56:41
    allocated channel: ORA_SBT_TAPE_1
    channel ORA_SBT_TAPE_1: sid=135 devtype=SBT_TAPE
    channel ORA_SBT_TAPE_1: WARNING: Oracle Test Disk API
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid=143 devtype=DISK
    List of Backup Sets
    ===================
    BS Key  Type LV Size       Device Type Elapsed Time Completion Time
    42      Full    861.50M    SBT_TAPE    00:02:51     25.DEC.2007 15:24:16
            BP Key: 39   Status: AVAILABLE  Compressed: NO  Tag: TAG20071225T152124
            Handle: 1ij4gdbl_1_1   Media: /sbt_tape,1ij4gdbl_1_1
      List of Datafiles in backup set 42
      File LV Type Ckp SCN    Ckp Time             Name
      1       Full 2676243    25.DEC.2007 15:21:02 /disk1/oradata/10G/datafile/o1_mf_system_3lyw58ct_.dbf
      2       Full 2676243    25.DEC.2007 15:21:02 /disk1/oradata/10G/datafile/o1_mf_undotbs1_3lj593qr_.dbf
      3       Full 2676243    25.DEC.2007 15:21:02 /disk1/oradata/10G/datafile/o1_mf_sysaux_3lj598gc_.dbf
      4       Full 2676243    25.DEC.2007 15:21:02 /disk1/oradata/10G/datafile/o1_mf_data_3lj7f81h_.dbf.tmp
    using channel ORA_SBT_TAPE_1
    using channel ORA_DISK_1
    List of Archived Log Copies
    Key     Thrd Seq     S Low Time             Name
    103     1    106     A 26.DEC.2007 09:15:19 /disk1/app/oracle/flash_recovery_area/10G/archivelog/2007_12_26/o1_mf_1_106_3q4h8sqg_.arc
    104     1    107     A 26.DEC.2007 13:38:01 /disk1/app/oracle/flash_recovery_area/10G/archivelog/2007_12_26/o1_mf_1_107_3q5dxp9w_.arc
    105     1    108     A 26.DEC.2007 22:04:05 /disk1/app/oracle/flash_recovery_area/10G/archivelog/2007_12_27/o1_mf_1_108_3q7hkpyw_.arc
    106     1    109     A 27.DEC.2007 17:01:09 /disk1/app/oracle/flash_recovery_area/10G/archivelog/2007_12_27/o1_mf_1_109_3q7jcvq3_.arc
    107     1    110     A 27.DEC.2007 17:15:07 /disk1/app/oracle/flash_recovery_area/10G/archivelog/2007_12_27/o1_mf_1_110_3q7jl37r_.arc
    108     1    111     A 27.DEC.2007 17:18:27 /disk1/app/oracle/flash_recovery_area/10G/archivelog/2007_12_27/o1_mf_1_111_3q7jo6hk_.arc
    109     1    112     A 27.DEC.2007 17:20:06 /disk1/app/oracle/flash_recovery_area/10G/archivelog/2007_12_28/o1_mf_1_112_3q883z06_.arc
    110     1    113     A 28.DEC.2007 00:00:30 /disk1/app/oracle/flash_recovery_area/10G/archivelog/2007_12_28/o1_mf_1_113_3qbol2q6_.arc
    111     1    114     A 28.DEC.2007 22:02:09 /disk1/app/oracle/flash_recovery_area/10G/archivelog/2007_12_29/o1_mf_1_114_3qcknl4s_.arc
    112     1    115     A 29.DEC.2007 06:01:20 /disk1/app/oracle/flash_recovery_area/10G/archivelog/2007_12_29/o1_mf_1_115_3qfhjq8k_.arc
    113     1    116     A 29.DEC.2007 23:37:27 /disk1/app/oracle/flash_recovery_area/10G/archivelog/2007_12_30/o1_mf_1_116_3qj281j8_.arc
    114     1    117     A 30.DEC.2007 23:09:20 /disk1/app/oracle/flash_recovery_area/10G/archivelog/2007_12_31/o1_mf_1_117_3qllqy7d_.arc
    115     1    118     A 31.DEC.2007 22:03:09 /disk1/app/oracle/flash_recovery_area/10G/archivelog/2008_01_01/o1_mf_1_118_3qmgq0w1_.arc
    116     1    119     A 01.JAN.2008 06:00:32 /disk1/app/oracle/flash_recovery_area/10G/archivelog/2008_01_01/o1_mf_1_119_3qochbm6_.arc
    117     1    120     A 01.JAN.2008 23:17:30 /disk1/app/oracle/flash_recovery_area/10G/archivelog/2008_01_02/o1_mf_1_120_3qq2r4wj_.arc
    118     1    121     A 02.JAN.2008 15:00:51 /disk1/app/oracle/flash_recovery_area/10G/archivelog/2008_01_02/o1_mf_1_121_3qq3f0v1_.arc
    119     1    122     A 02.JAN.2008 15:12:00 /disk1/app/oracle/flash_recovery_area/10G/archivelog/2008_01_02/o1_mf_1_122_3qq3jkpq_.arc
    120     1    123     A 02.JAN.2008 15:13:53 /disk1/app/oracle/flash_recovery_area/10G/archivelog/2008_01_03/o1_mf_1_123_3qr53rcb_.arc
    121     1    124     A 03.JAN.2008 00:47:19 /disk1/app/oracle/flash_recovery_area/10G/archivelog/2008_01_03/o1_mf_1_124_3qtj22bp_.arc
    122     1    125     A 03.JAN.2008 22:06:25 /disk1/app/oracle/flash_recovery_area/10G/archivelog/2008_01_04/o1_mf_1_125_3qvtmx5c_.arc
    Media recovery start SCN is 2676243
    Recovery must be done beyond SCN 2676243 to clear data files fuzziness
    Finished restore at 04.JAN.2008 15:58:59With VALIDATE you can be sure that you will be able to use that backup to restore your database as it reads all the files.
    RMAN> restore database validate;
    Starting restore at 04.JAN.2008 15:59:06
    using channel ORA_SBT_TAPE_1
    using channel ORA_DISK_1
    channel ORA_SBT_TAPE_1: starting validation of datafile backupset
    channel ORA_SBT_TAPE_1: reading from backup piece 1ij4gdbl_1_1
    channel ORA_SBT_TAPE_1: restored backup piece 1
    piece handle=1ij4gdbl_1_1 tag=TAG20071225T152124
    channel ORA_SBT_TAPE_1: validation complete, elapsed time: 00:00:38
    Finished restore at 04.JAN.2008 15:59:46I find both of them useful.

  • Help on  Setting logical Levels  in Fact tables and on Dimension tables

    Hi all
    Can any body provide any blogs or any king of material on what exactly is levelling .
    Like after creating the Dimensional hierarchies we need to set the logical levels for the LTS of fact tabels ri8 .So what is the difference between setting logical levels to fact tabels and also Setting levelling on Dimension tables .
    Any kind of help is appreciated
    Thanks
    Xavier.
    Edited by: Xavier on Aug 4, 2011 10:50 AM

    I have read these blogs ,but what my question is
    Setting the logical levels in LTS of Fact tables i understood .
    But we can also set the logical levels for dimensions also ri8 .I didn't understand why do we set the logical levels for dimensions .Is there any reason why we go with the levelling at dimensions
    Thanks
    Xavier
    Edited by: Xavier on Aug 4, 2011 2:03 PM
    Edited by: Xavier on Aug 4, 2011 2:32 PM

  • JPEG/PSD issue--I open a jpeg and edit it (levels, crop) and then "save as" and the save as option shows there are now levels in the image and it wants to save it as a .psd file or a copy with layers.  What am I doing that has these settings appear?

    JPEG/PSD issue--I open a jpeg and edit it (levels, crop) and then "save as" and the save as option shows there are now levels in the image and it wants to save it as a .psd file or a copy with layers.  What am I doing that has these settings appear?

    16bit? Pixels extending beyond the canvas? (from a crop with delete unused pixels turn off).  Have you previously been saving PSD files?
    IME you sometimes have to tell Photoshop that the first save of a session is JPG, and it remembers from there on.  The way to 'tell' Photoshop that JPG, or PDF, or PNG etc are now your preferred format is to Ctrl (Cmd) click on that format in the Save As drop down list.  So long as the file does not have parameters that your chosen format does not support, then this should work for you.
    [EDIT]  Just noticed that you did include 'Crop' in the subject line.  Do you have 'Delete cropped pixels' checked?

  • Level 2 Funcitionally  Dependent and Not Consistent

    I'm trying to create a dimension table but get the following error when i try to add a child dimension:
    BUSINESS MODEL CCCi PS Fin Analyitcs:
    [nQSError: 15001] Could not load navigation space for subject area CCCi PS Fin Analyitcs.
    [nQSError: 15019] Table PeopleSoft FIN Tree Node Hierarchy is functionally dependent upon level Node Level 1 Hierarchy, but a more detailed child level has associated columns from that same table or a more detailed table.
    Here is the situation. I have a single physical table (Table A) that contains data that makes up a hierarchy. Here are the key fields: (1) Node Name, (2) Node Level (1 high - 9 low), and (3) Parent Node Name. I want to create a dimension that allows me to drill down from level 1 to level 9 for node details. Initially I've tried to set this up to just drill down from level 1 to level 2.
    What I've done:
    (1) Created two aliases for Table A: 1A and 1B in the Physical Layer
    (2) Created a complex join between Tables 1A and 1B where Parent Node Name of 1B = Node Name of 1A and 1B Node Level = 2.
    (3) Created a Logical table and moved the three fields (from above) from table 1A to the logical table.
    (4) In the logical table source I added the 1B table as a new table and joined it to 1A using a Left Outer join
    (5) Added 3 columns from 1B to logical table
    (6) Selected create dimension from the logical table
    This created a dimension with the 3 fields (total of 6) from 1A and 1B on the first level. I do a Check Consistency at it passes. However, i really want the 3 fields from 1B to be on a child dimension.
    (7) I create a child dimension and drag the 3 fields on level 1 from 1B to level 2 (the child level).
    (8) Check consistency and i get the message from above.
    I'm not sure why i cannot do this. If you can help solve this or provide an alternative solution it would be helpful.
    Thanks...

    I think the key's are a potential error but am not sure that a clearly understand how to do this. Here is what i have:
    1) When I copied the columns from the first physical table (Table 1A) over to the logical table it created the keys Node Name and Node Level no the Logical table in the Business Model.
    2) When I copied the columns from the second physical table (Table 1B) over to the logical table it did not create these as keys on the logical table in the Business Model. It just created them as columns.
    3) When I created the first level of the dimension table I created a key for only the Table Name since that is what i want to be able to drill down on. This pass consistency verification.
    4) When I created the second level of the dimension table I created a key from the second node name field (from the second physical table) on the logical table. This is part of the key on the physical table but is not part of the key on the logical table. This is when it fails consistency.
    I'm not sure how to arrange these keys to meet what you suggested.
    Thanks...

  • How can I get the same candy crush level on my phone and iPad?

    How can I get the same candy crush level on my phone and iPad?

    The only way to synchronize is connecting to FaceBook. I just set up my girl friend's iPhone to connect with FaceBook, which then updated the phone's level; then I downloaded the app (again) on her iPad and selected connect to Facebook. I'm not sure what the downfall of synchronizing through FaceBook is.... all I can tell you is it worked and now her iPad shows the same level as her iPhone. Good luck!

  • Privilege Levels on FWs, switches and Routers

    One question - I am bothered with the privilege level settings.
    Is there a default mapping between a priv lvl and teh commands you are allowed to execute or one needs to define that.
    EX: I want somebody to only have the right of executing sh run on a device and nothing more.Can this be done?
    Thx,
    Vlad

    I would start by configuring a privilege level and then use the ? to list all the commands available at that level.
    privilege level 0 - Includes the disable, enable, exit, help, and logout commands.
    privilege level 1 - Normal level on Telnet; includes all user-level commands at the router> prompt.
    privilege level 15 - Includes all enable-level commands at the router# prompt.
    Commands available at a particular level in a particular router can be found by typing a ? at the router prompt. Commands may be moved between privilege levels by using the privilege command, as illustrated in the example. While this example shows local authentication and authorization, the commands work similarly for TACACS+ or RADIUS authentication and exec authorization (more granularity in control of the router may be achieved with implementation of TACACS+ command authorization with a server.)
    Additional details on the users and privilege levels presented in the example:
    User six is able to Telnet in and execute the show run command, but the resulting configuration is virtually blank because this user cannot configure anything (configure terminal is at level 8, not at level 6). The user is not permitted to see usernames and passwords of the other users, or to see Simple Network Management Protocol (SNMP) information.
    User john is able to Telnet in and execute the show run command, but only sees commands that he can configure (the snmp-server community part of the router configuration, since this user is our network management administrator). He can configure snmp-server community because configure terminal is at level 8 (at or below level 9), and snmp-server community is a level 8 command. The user is not permitted to see usernames and passwords of the other users, but he is trusted with the SNMP configuration.
    User inout is able to Telnet in, and, by virtue of being configured for autocommand show running, sees the configuration displayed but is disconnected thereafter.
    User poweruser is able to to Telnet in and execute the show run command. This user is at level 15, and is able to see all commands. All commands are at or below level 15; users at this level can also view and control usernames and passwords.
    HTH

  • Aggregation table - Diffrent agg levels for base table and agg table

    Is it possible to have Different aggregation level for base table and Aggregation. Say sum on a column in AGG table and Count for the same column in Fact table.
    Example
    Region,Day_product,sales person, customer are dimensions and Call is a fact measure
    FACT_TABLE has columns Region, Day, Product, Sales person,Customer, Call
    AGG_TABLE has columns Region, Month,Product, call
    We already have a Logical Table definition for the fact table say FACT_CALL
    We have a Logical column called No of customers.
    For the Data source as FACT_TABLE Formula for the column is "Customer" and Aggregation level is count distinct.
    But agg table we already have a calculated column call TOT_CUSTOMERS. which is been calculated and aggregated in the ETL.
    IF we map this to the logical column we have to set the formula as TOT_CUSTOMERS and we need to define aggregation type as SUM as this is at REGION, MONTH AND Product level. But OBI does not allow to do so.
    Is there a work around for this? Can you please let us know.
    Regard
    Arun D

    The way BI server picks up the table that would satisfy the query is through column mappings and contents levels. You have set the column mappings to TOT_CUSTOMER, which is right. When it comes to aggregation, since its already precalculated through ETL, you want to set the aggregation to SUM. Which I would say - is not correct, you can set the aggregation to COUNT DISTIMCT which is same as that of the detailed fact. But set the content levels to month in date table, and appropriate levels in region etc., So now BI Server will be aware of how to aggregate the rows when it chooses the agg table.

  • In data packet level error like red and .......... like symbol  how  r?

    hi expert,
    in data packet level error like red and .......... like symbol  how  would i rectified
    this type error please expert give me solution  i will be give point  friends bye

    Hi
            If it is the delta update,make the status of that on as STATUS NOT OK and repeat the infopackage again.if it is full run the IP simply.check the data has came to PSA or not,if it has came u push it manually to targets

  • Credit management at order level ,delivery level and PGI Level.

    Hi All,
    I have a scnario where in at the order level i want to give a wariniog message ,at the delivery level again a warning message and at the pgi level the system should stop me form doing PGI!kindly specify the settings.
    Second Scenario:Error at order level ,delivery level.
    Regards
    RKM

    HI,
    First u assign credit group as 03 at pgi level in that particular sales order type in VOV8 document functionaliyt..
    If you are using simple credit check then Put error message there in credit check field of VOV8..
    In case of automatic credit check then please go to OVA8 t.code there u put reaction as warning message and then status as blocked...
    Regards
    sankar

  • Unconsistency concerning level adjustment, master display and proofing

    I'm opening a new thread on this since the other one (here) is already marked as answered claiming that Aperture 1.5.4 solves the problem, when in fact it does not. Here is my problem description which I also just submitted as a bug report:
    Without any adjustments made, the display of the working copy does not match the display of the master image. The most prominent feature of this difference is that the shadow areas appear lighter in the master.
    Now checking the level adjustment box, but without actually moving any slider there, already changes the appearence and histrogram of the working copy. It appears now to be the same as the master. Unchecking the box darkens the shadows again most the time, but not always.
    With an unchecked levels box and in fullscreen mode with the film stripe automatically hidden, moving the mouse to the filmstrip so that it appears sometimes has the same effect on the image as checking the levels box, but not always.
    Also, enabling onscreen-proofing with the color profile of the monitor (which effectively should change the working color space to that profile) makes the master image appear to be the same as the working copy without the level adjustment box checked.
    To summarize, we have the following correspondecies
    Light shadows:
    - master display with onscreen-proofing disabled
    - working copy without any adjustments, but level box checked
    - sometimes working copy in fullscreen mode with mouse over automatically hidden film stripe
    Dark shadows:
    - master display with onscreen-proofing using the monitor display
    - working copy without any adjustments, level box unchecked
    I use a Canon 300D in RAW mode. Since exporting and displaying images in a viewer seems to show the "light shadows" version, my first idea for a work-around was to select all images without level adjustments and add a "null-adjustment" to them (level box checked, but sliders not moved). Unfortunately, there does not seem to be a way to make this kind of selection automatically (e.g. by using a filter), or am I missing something here? Any ideas on this are highly appreciated.
    Message was edited by: bblankenburg
    Message was edited by: bblankenburg

    ewaller wrote:
    I bet you are fighting with Pulseaudio.  KDE now pulls it in and uses it (IIRC).
    Pulse audio allows the control of audio levels on a source by source basis.  The master volume and balance are set in Pulse audio.  Amixer output is just one of the sources available, and the volume setting is the relative volume of the source, but pulseaudio defines the maximum level for each source and scales it accordingly.
    Try emerging pavucontrol and see if the controls in there make any sense.  It also provides audio level meters on a source by source basis (They really don't behave like broadcast  Vu  or Peak-power meters -- but that is not terribly important)
    Well after reading this I checked to see if pulse was installed but the only thing that was listed as being installed was libpulse. It doesn't seem like pulse audio is installed, so I don't think this is my issue.

  • 10g rman database and archivelogs backup with multipled archlog destination

    I would like to use the 10g database and archivelogs backup statetement
    backup database plus archivelog;
    I would like to restrict the location of the archivelogs backed out as I am multiplexing the
    archivelogs
    I did not find a LIKE statement and the backup database plus archivelog
    Did i miss something
    patrick boulay

    I meant backup
    I just want to restrict rman form backing up the two location using the 'one shot' 10g syntax
    I used to backup using two steps
    1) datafile
    2) archlogs with a LIKE expression to tell Rman where to find the archlogs
    1+2 with autobackup of control+spfile
    the 'backup database plus archivelog ' syntax does accept a 'LIKE' expression
    patrick

  • Item level tabstrip to me51n and me54n

    Hi,
       I need to add a tab strip at item level for tcode ME51N and ME54N.
       This tab will contain 1 field which will show stock info
       Kindly let me know if there is any badi existing for the same along with the procedure.
    Thanks in advance
    Ajay

    Hi,
    please find some BADIs for ME51n transactions.
    ME_PROCESS_PO
    ME_PROCESS_PO_CUST
    ME_PROCESS_REQ
    ME_PROCESS_REQ_CUST
    ME_MEREQ_PARKING
    ME_REQ_HEADER_TEXT
    Thanks

  • What are Header Level, Item Level and Schedule Level data?

    Hi ,
    Can anyone plz explain me what are Header Level, Item Level and Schedule Level Data in the R/3 system , means what actually is the data structure they contain. If is there any document or links available plz do send. Urgent.
    Thanks
    Prashant singhal

    Hi Prashant,
      check this link.
    [Extractors;
    Regards,
    Harold.

Maybe you are looking for

  • Jabber 9.1 Windows - 3 simple questions

    Hi, Jabber 9.1 for Windows CUPs 8.6.4 Q1.  Computer & Phone Control User logs on to Jabber client from own PC - only has 'computer' control for phone.  Does not have option to switch to desk phone.  When user logs on to another PC with Jabber client

  • Making a form field that's 0.0825% of another

    I right click on the form field, hit the Calculate tab, and select the "Simplified field notation" radio button. In that I enter the following: this.getField('Tax').value = this.getField('Subtotal').value * .0825; But that doesn't work. I try this, t

  • HT201209 How do you use a gift card for the billing info

    How do you use a gift card in the billing info

  • Insert Image file from java to ms access database

    Are there any ways to insert image file or any files into microsoft access database and retrieve the file from the database. Guild will be helpful.Thank you. regards Singaravelan

  • NAT type 2 or moderate NEED OPEN OR TYPE 1! PS3

    WRT320N-router model PS3 Ports needed to be opened: TCP:80,81,443,3074,5223 UDP 81,2005,3074,3075,3478,3658 I need these ports opened for my PS3 and some detailed help of how to go about setting that up. please and thank yous