What is the right TAG for incremental level 1 backup?

We have a sunday level 0 backup like this:
run {
backup as compressed backupset
filesperset 1
     incremental level 0 database
     tag='LEVEL_0_BACKUP'
     include current controlfile
     plus archivelog delete input;
SQL 'alter database backup controlfile to trace';
And Monday to Saturday incremental level 1 backup as this:
run {
backup as compressed backupset
     incremental level 1 database
     tag='LEVEL_1_BACKUP'
     include current controlfile
     plus archivelog delete input;
SQL 'alter database backup controlfile to trace';
Those scripts existed a while ago. I wonder if level 1 tag should be same as level 0 so they can all combined together?
Please kindly advice.

849425 wrote:
Thanks for all your response.
What I think is with block change tracking enabled, is that the incremental should roll into the level 0 full backup?
What makes you think that?  Block change tracking simply allows rman to avoid having to scan every block to see if it needs to be backed up.
I've never heard of an incremental (level 1) "rolling into" a level 0.
Recovery starts with restoring the files from a level 0.  Followed by restoring individual blocks from the Level 1.  Followed by applying changes from the archived redo.  Followed by (if necessary) applying changes from the online redo.
As stated earlier, tags are just user-defined labels.  Use them however seems appropriate -- after fully understanding what they are and what they are not. User-specified tags are not even required. I'd be cautious about changing them in an already defined and running system.

Similar Messages

  • What is the right charger for a MacBook Pro 13"  mid 2009 model?

    What is the right charger for a MacBook Pro 13" mid 2009 model? I have two chargers for two different Mac and don't know which is  thankswhich. I'm really looking for specific details such as voltage/watts and all the rest to idenify my charger.  A link to where to web page where I could purchase the correct charger would also be very useful. Many thanks.
    All help much appreciated. THANK YOU

    Both power adapter I have are different (at the magnet end) from the one in link.
    Earlier adapters have T shaped connectors, which Apple later changed to the L shape, presumably to make them more abuse-proof. Either one is fine and the one you are using will not damage your Mac.
    Retina MBPs and new MBAs use a completely different MagSafe 2 connector which will not fit (without an adapter).

  • What is the right update for Lion OS X 10.7.5 ?Is it Lion OS X Mavericks or Lion OS X 10.8 and above?

    I bought a Macbook Air 11" in 2011. It is currently running Lion OS X 10.7.5. What is the right update for this ?Is it Lion OS X Mavericks or Lion OS X 10.8 and above?

    10.7.5 is the latest version of Lion. The next operating system that was released by Apple was 10.8.x Mountain Lion. Apple have, in the last two weeks, released a newer version of OS X - 10.9 Mavericks.
    It is a completely new operating system, not an update to Lion.
    Mavericks is available as a free upgrade (as opposed to update) via the Mac App Store in the Apple menu, but before upgrading (if you choose to) ensure that any applications you rely on are compatible with the latest OS. Also, for Mavericks to run well 4gb of RAM is recommended.

  • What is the right process for moving system to another plant

    Dear Guru,
    I have below scenario which i would like to understand what should be the right process to deal with it..
    Organization Structure.
    Company code: C500
    Business area : 500A
    Plant A500 and S500 which is under the same company code and same Business area.
    Storage location: SW01 and AW01 which are physically same location address
    I have this scenario where the user have a PO under Plant S500 which already GR and IR and the physical goods is currently placed in Storage location SW01.
    But the user realized the Material should be created under Plant A500.
    For the above case, can anyone please advice me what should be the better process instead of reversal the IV/GR/PO? and what is the right process for MM and considering also from the finance point of view?
    Thank you very much,
    Regards,
    CheeWee

    Hi
    It is the configuration issue. SOmetime it happens when you copy the Reference plant to your Plant.
    Change the setting and make it both Qty & Value if you really want to manage the stock qty with value then proceed.
    Valuation area is nothing but a Plant.
    karthik
    Edited by: Karthik on Jul 25, 2011 1:23 PM

  • What are the right names for the 2 OHS?

    Hi,
    Currently we have 2 options for an HTTP Web Server for APEX:
    - An Oracle HTTP Server (OHS) from the database companion CD.
    - An Oracle HTTP Server (OHS) from the Oracle Application Server.
    The first OHS is based on Apache 1.3.x and the second on Apache 2.0.x.
    What are the right way to reference them so people know what your are talking about? In the manuals they are just called OHS but since they are not the same I would like to distinguish them some way. What do you call them?
    Regards Pete

    OK now I think got it:
    OHS from the database companion CD and from the Application Server are both based on an Apache 1.3.x HTTP server.
    On the Oracle Application Server companion CD is an OHS based on an Apache 2.0.x HTTP server. This release does not contain the mod_plsql module an can therefor not be used for APEX.
    Regards Pete

  • How do I find out what is the right RAM for my macbook?

    Hey I've been trying to upgrade the Ram for my Macbook but many people said to make sure I get the right one.
    Can anyone tell me how\what to do to get the right one?
    How do I know what is the right one and what's not?
    I don't wana make mistake, cuz it is expensive.
    thankz

    hey thank you very much for your help!!
    At first I didn't get it but now I do
    wo00 hoo0!
    am so happy right now!!!
    n_n

  • What is the right name for Apple Maps.

    What is the exact name for Apple Maps. I cannot find on in the app store written by Apple. I want to make sure i get the real thing or else I guess its Google!

    Thanks Andy I did not know that. But how can I get it on an i-phone 5S. Turn by turn directions on a desktop of lap top are no good when you are driving.

  • What is the right synatx for db_hotbackup?

    db_hotbackup has -h -d -l options. if i have all db and log file under one directory, which is env home. shall i do
    (1) db_hotbackup -h <dir> instead of
    (2) db_hotbackup -h <dir> -d <dir> -l <dir>
    because -v show that db_hotbackup actually copy file multiple times with (2).
    so which one is really correct? or none is ok?
    thanks!

    [email protected] wrote:
    the related documentation actually has a typo on explaining -h usage.Yeap, you are right about that one, will change.
    [email protected] wrote:
    more questions, can we run this command while db is under use with new create/update/delete going on? what is the requirement?Don't worry about that. The advantage of a hot backup is that applications may continue to read and write the databases while the snapshot is being taken. The disadvantage of a hot backup (instead of standard backup) is that more information must be archived, and recovery based on a hot backup is to an unspecified time between the start of the backup and when the backup is completed.
    [email protected] wrote:
    also i noticed that this command will copy all the log files and then removed unnecessary ones. can it skip coping all logs? i need to copy it to a networked file system and speed is my concern.You have two options if speed is your concern. One would be to use the "-c" option, as I said in the previous post. You can archive the log files by using " [db_archive|http://www.oracle.com/technology/documentation/berkeley-db/db/utility/db_archive.html] ". For more details on that, please visit [Log file removal|http://www.oracle.com/technology/documentation/berkeley-db/db/ref/transapp/logfile.html] and [Database and log file archival|http://www.oracle.com/technology/documentation/berkeley-db/db/ref/transapp/archival.html] documentation pages.
    The other thing you can do is to run db_hotbackup with "-u" option, as this will just copy the new log files.
    Both of them should work and decrease the time needed for db_hotbackup to complete.
    Bogdan

  • What is the right macbook for me?

    So I convinced my mom to get a macbook, but the next problem is what macbook is right for me?
    I will use it for school work :
    I will use it for:
    - Word proccessing
    - portability
    - slideshows
    - programming in xcode and in Java
    - Gaming
    - Music
    - Developing games
    So can you please tell me which one is the best for me

    I don't think that the OP would want 4GB of RAM either.
    The price I quoted was for 8GB of RAM and 256GB of flash storage.
    I'm not sure why you'd say that the user wouldn't 'need' 256GB of flash storage - that's a minimum starting point. Far too many people with 128GB and running out of storage space, having to rely on external devices -> which rather defeats the purpose of having an Air in the first place.
    Clinton

  • What is the right driver for iPhone 4 for iTunes 10.2.1.1

    I upgraded my itunes to 10.2.1.1 on Windows 7 and tried to upgrade my iPhone IOS to 4.2.1. Unfortunately, the apple recovery iBoot driver will not load and my iPhone has an USB cable icon pointed to an itunes icon and will not start.
    I see four drives Apple recovery iBoot USB driver 6.0.9999.52, 6.0.9999.53, 6.0.9999.55 and usb composite. All these drivers failed to load into Windows.
    What is the Apple recovery usb driver and how do I get the driver loaded so, y iPhone can start up?

    Jac -
    --Tom asked "what format are you capturing?"
    1. What camera (that the Church owns?) are you using now? Does it record to a small Memory card or to tape? -- What make & model is it? HD or SD?
    2. If the camera is storing to a media card, you can (a) copy the contents of the card to a thumb drive attached to any laptop at the church, take it home and import into Final Cut X there or (b) borrow the media card(s) and take it/them home.
    3. What laptop computer do you and/or the Church presently own? What is the operating system version? How much memory, size/type of internal Storage? Any external hard drive storage? You mentioned that you own a Mac Pro at home. What model? (Apple Menu/About this Mac/System Information) What are its specifications?
        Almost any computer would be able to simply copy files using the finder - without using Final Cut Pro X for capture at the Church.
      One can purchase 128 GB., USB 2/3 thumb drives for about $60 and up.
        If your Church's camera is a Tape based Camera, then you could just take the tapes home. No? "Capture" at home. Yes?
       You are currently capturing to an esata drive? which drive? which model Macbook Pro do you own?
       Finally, is your Church going to be purchasing whatever new equipment that you may need?

  • What is the right stream for reading a styled text ?

    I'm trying to write a code for a text processing program..
    It has to have functions to save the document and reopen it...
    how ever I'm trying to find the right stream to deal with the styled text.
    I'll appretiate any help and would be greatful if some piece of code was attached as an example.

    There was a tutorial somewhere on how to write an rtf editor. It basiocally used a jeditorpane, filled it with rtf data and saved the files. RTF is plain text (7bit ascii), like html, but the code is harder to read and nearly impossible to edit manually.
    here is helloworld.rtf:{\rtf1\ansi\deff0\deftab720{\fonttbl{\f0\fswiss MS Sans Serif;}{\f1\froman\fcharset2 Symbol;}{\f2\fswiss\fprq2\fcharset238 Arial;}{\f3\froman Times New Roman;}{\f4\fswiss\fprq2 Arial;}}
    {\colortbl\red0\green0\blue0;}
    \deflang2057\pard\plain\f4\fs20 Hello, World!\plain\f3\fs20
    \par }of course, all this is done in the background and all you have to see is the word-like document on screen.
    dave.

  • What is the right product for the electronic form?

    I need your help to choose an Adobe product.
    I need a product that I create an electronic form as a purchase order and when necessary, open the source file, fill the fields and saved in electronic format with the fields filled. What Adobe product does that?
    I do not need a product to the customer, is for internal company use.
    Thanks in advance.
    A. Carvalho

    Todd,
    Thanks for the reply.
    One question more: FormsCentral can be used for offline use, without relying on the internet or always depends on an external access?
    Thanks in advance
    A.Carvalho

  • What's the right price for my ugrade?

    I'm eligible to upgrade my featureless Choc Touch, debating between the new iPhone and the  HTC Thunderbolt, as we bought one 2 months ago for our 2nd line. There is some advantage to have two identical phones, yet as a techno geek, it would be nice to play with the iPhone too.
    In trying to upgrade on the Verizon site, I can get the iPhone for $199 - my $30 NE2 credit, not bad.
    Now for the HTC Thunderbolt, the splashy ad on the Verizon main page has it for $149 with an extra extended battery.  (We paid $249 2 months ago.)  Now here's where it get's interesting:  if I start thru the upgrade process for my Touch, the TB goes into the cart as $249 and doesn't show my $30 credit.  Not so good.  If I just shop on Verizon without going thru the upgrade sequence, it's only $49, because of an online $100 promo.
    So what's the real price? Can't tell if Verizon would like me to upgrade, are they discontinuing the Thunderbolt, or just indifferent to long time customers?
    M

    53dville wrote:
    I'm eligible to upgrade my featureless Choc Touch, debating between the new iPhone and the  HTC Thunderbolt, as we bought one 2 months ago for our 2nd line. There is some advantage to have two identical phones, yet as a techno geek, it would be nice to play with the iPhone too.
    In trying to upgrade on the Verizon site, I can get the iPhone for $199 - my $30 NE2 credit, not bad.
    Now for the HTC Thunderbolt, the splashy ad on the Verizon main page has it for $149 with an extra extended battery.  (We paid $249 2 months ago.)  Now here's where it get's interesting:  if I start thru the upgrade process for my Touch, the TB goes into the cart as $249 and doesn't show my $30 credit.  Not so good.  If I just shop on Verizon without going thru the upgrade sequence, it's only $49, because of an online $100 promo.
    So what's the real price? Can't tell if Verizon would like me to upgrade, are they discontinuing the Thunderbolt, or just indifferent to long time customers?
    M
    For some reason, when upgrading online, the NE2 discount does not get taken off. You'll have to call Customer Service after upgrading online and have them take it off. It might be better to just upgrade in store, as the discounts are the same amount, just one has a mail-in-rebate and one is instant.
    As for the iPhone, if you're a "techno geek" that will do nothing for you. The iPhones are super user-friendly and made for those who aren't so tech savvy. I would go with an Android - MUCH more fun to play with.

  • My wife and I share an Ipad.   We each have our own email address and calendar.   What is the best way for us to backup both accounts (we currently only have 1 ICloud account)?   Thanks for any help!    Alan

    My wife and I each have our own email address and calendar.  These are on one IPad.   The Ipad has a single ICloud account.
    What's the best way to backup both Calendars, etc?   Does ICloud automatically back up every account on the same IPad?  (I checked ICloud, but I could only find my stuff.)
    Thanks for any help!
    Alan

    First, you need to understand that there's a difference between "syncing" and "backup".  Backup is the saving of content and settings, where syncing is the bidirectional transfer of content for an account to a web-based server (like iCloud, Gmail, Yahoo, etc.)
    If you see your calendar in your iCloud account, that implies that you have set up your iCloud account to host (sync) your calendar, and perhaps contacts, email, and notes.  An iCloud account can only sync one user's information at a time so it is intended to support a single user.  You can have more than one iCloud account, and you can even have more than one iCloud account on the same device (but one has to be primary, and the secondary iCloud has limited capabilities), but a single iCloud account only supports a single user's content.
    Backup is the saving of your device's content and settings to use in case you need to recover these things, but you can't see the contents of your backup (just the size and device name).  You can backup more than one device to iCloud and you can backup to iCloud or you can backup to your computer, or both (one at a time though, you have to choose). 
    So, if your wife has her own email and calendar she can certainly do that in parallel to whatever account(s) you have for email and calendar.  But if you have only one iCloud account then only one of you can use it for email, calendar, etc.  But the backup of these accounts is really just a backup of the device's settings that link the device to these accounts. For example, if she uses Gmail then the backup of the iPad only backs up the fact that your iPad is set up to use her account, it does not backup the account itself (the content of her account is saved and preserved on Google's servers, not your device's backup).
    Does that make better sense?

  • What is the right bios for Satellite A100-749?

    Hi
    I bought a A100-749 (PSAARE) in France and I would like to update a firmware. I found a firmware version 5.90 for model PSAAR (there is no PSAARE so i think this model match) and inside the archive there are two files:
    s10pm590.rom
    s10pm590.rom
    Which firmware should i use?
    In following thread: http://forums.computers.toshiba-europe.com/forums/thread.jspa?threadID=24979 it is written that choosing wrong file freezes ;laptop on toshiba screen.
    Thanks

    no, you are wrong, download the firmware for psaar and look what is inside the archive, there is a flasher (WinPhlash.exe) and after execution you need to specify the rom file, inside archive there are two roms mentioned above, the flasher don't choose the file automatically, you have to do it manually
    there is also another exe file (SA10Flash.exe - probably this is a flasher, WinPhlash.exe is just a graphical interface) and using it also you have to specify a rom file
    someone told me that s10gm590.rom is for Intel 945GM chipset (with graphic card built-in) and s10pm590.rom for Intel 945PM chipset (without graphics). it means that for my laptop s10pm590.rom is correct
    is it right?

Maybe you are looking for

  • Upgrade from 10.3.9 to 10.4: Nervous

    Hello, For various reasons (including a new iPod and my machine's inability to meet system requirements for OS 10.5), I need to upgrade to Tiger from 10.3.9. However, after exhaustive Web research (and reading about other people's horror stories in d

  • TiBook battery reporting wrong information

    I recently got a TiBook 1GHz, and of course it being used, there was no guarantee on the battery life. I was also given a third party 45W charger, so I wasn't expecting anything spectacular. I loaded Tiger on it, left it to charge overnight, and unpl

  • How can I disable ligatures in Pages for iPad?

    This has been driving my crazy all day! In the Courier New font, pages combines the lower case letters "fl" into a single character.  This is causing huge problems as I pass my manuscript between my pc and iPad, printing from whichever device is most

  • QuickTime on Windows 7 Home Premium fails to locate ActiveX Control

    QuickTime does not work on my laptop. I have Windows 7 Home Premium 32-bit OS. So far, no update. It is Error: 46. QuickTime ActiveX control. Please help me! Thanks!

  • Clearing the messages

    hi How to clear or delete the messages in the Queue through Programmatically