Is a Level 0 Incremental the same as Backup Database?

hi experts,
This is a 10g database running in archivelog mode.
This is the backup scheme I'm currently using:
backup database plus archivelog; (runs once per day)
backup incremental level 1 database; this runs every 3 hours
(All the incrementals I make are level 1.)
In another forum, I was advised to make a level 0 incremental backup, because you cannot restore a level 1 if there was no level 0 made earlier. Now, I'm looking for the RMAN expert's advice :-)
** If I do this will I have what I need to be able to restore: **
- backup incremental level 0 database; (this will run once per day)
- backup incremental level 1 database; (this will run every 3 hours
In other words, will I miss anything if I dont do a backup database ?
Thanks, John

If you taking level 1 backup and If you dont have any level 0 then RMAN take hole database backup (level 0) with level 1 command.
It is always advisible to take level 0 and follow the level 1.
I advise to see the below doc which covers all your doubts and best way to backup.
Hope this solves your issue.
http://www.mcs.csueastbay.edu/support/oracle/doc/10.2/backup.102/b14192/bkup004.htm
Regards
Satishbabu Gunukula
Click here to improve[ RMAN backup Performance |http://oracleracexpert.blogspot.com/2009/09/block-change-tracking-in-oracle-10g.html]

Similar Messages

  • If I change my iPhone phone number can I use the same iTunes backup?

    If I change my iPhone phone number can I use the same iTunes backup?
    Keeping iPhone 4, just want to change number and keep settings and all that.  Is it possible?

    yes

  • I have request in the report level but the same is missing in the infocube

    Dear Experts,
    I have request in the report level but the same is missing in the compressed infocube level. What could be the cause? does the compressed infocube deletes the request ? if so, I could able to view other requests under infocube manage level.
    Kindly provide with enough information.
    Thanks.............

    Hi
    Compressing InfoCubes
    Use
    When you load data into the InfoCube, entire requests can be inserted at the same time. Each of these requests has its own request ID, which is included in the fact table in the packet dimension. This makes it possible to pay particular attention to individual requests. One advantage of the request ID concept is that you can subsequently delete complete requests from the InfoCube.
    However, the request ID concept can also cause the same data record (all characteristics agree, with the exception of the request ID) to appear more than once in the fact table. This unnecessarily increases the volume of data, and reduces performance in reporting, as the system has to perform aggregation using the request ID every time you execute a query.
    Using compressing, you can eliminate these disadvantages, and bring data from different requests together into one single request (request ID 0).
    This function is critical, as the compressed data can no longer be deleted from the InfoCube using its request ID. You must be absolutely certain that the data loaded into the InfoCube is correct.
    Features
    You can choose request IDs and release them to be compressed. You can schedule the function immediately or in the background, and can schedule it with a process chain.
    Compressing one request takes approx. 2.5 ms per data record.
    With non-cumulative InfoCubes, compression has an additional effect on query performance. Also, the marker for non-cumulatives in non-cumulative InfoCubes is updated. This means that, on the whole, less data is read for a non-cumulative query, and the reply time is therefore reduced. See also Modeling of Non-Cumulatives with Non-Cumulative Key Figures.
    If you run the compression for a non-cumulative InfoCube, the summarization time (including the time to update the markers) will be about 5 ms per data record.
    If you are using an Oracle database as your BW database, you can also carry out a report using the relevant InfoCube in reporting while the compression is running. With other manufacturers’ databases, you will see a warning if you try to execute a query on an InfoCube while the compression is running. In this case you can execute the query once the compression has finished executing.
    If you want to avoid the InfoCube containing entries whose key figures are zero values (in reverse posting for example) you can run a zero-elimination at the same time as the compression. In this case, the entries where all key figures are equal to 0 are deleted from the fact table.
    Zero-elimination is permitted only for InfoCubes, where key figures with the aggregation behavior ‘SUM’ appear exclusively. In particular, you are not permitted to run zero-elimination with non-cumulative values.
    For non-cumulative InfoCubes, you can ensure that the non-cumulative marker is not updated by setting the indicator No Marker Updating. You have to use this option if you are loading historic non-cumulative value changes into an InfoCube after an initialization has already taken place with the current non-cumulative. Otherwise the results produced in the query will not be correct. For performance reasons, you should compress subsequent delta requests.
    Edited by: Allu on Dec 20, 2007 3:26 PM

  • Diifferent java apllications write to the same flat file database

    I have a variety of java applications that need to be able to write diagnostics to the same flat file database (containes just one file). Could somebody give me the pointers what is the best way to write my applications so that different application not need to worry about the updates in file?
    They should be able to write whenever they want.

    JavaFunda wrote:
    I have a variety of java applications that need to be able to write diagnostics to the same flat file database (containes just one file). Could somebody give me the pointers what is the best way to write my applications so that different application not need to worry about the updates in file?I guess my question would be: is it a file or a database (as in an RDB)?
    I think EJP's post was aimed at syncing writes to files (and he'll definitely tell me if I'm wrong : )), but it may be redundant if, in fact, your output is going to a database.
    Also, Java has some quite sophisticated logging applications (I believe log4j is quite popular; but there are others), which may serve your needs.
    Winston

  • Can I use the same TimeMachine backup (ext.drive) on my desktop and laptop (but one running Lion, the other Mtn.Lion)?

    Want to use the TM backup from my desktop to keep my laptop up to date when I travel, and then vice versa, when I return.  The laptop (MacBook Pro) is running Mtn. Lion 10.8.3, but the iMac desktop is running Lion 10.7.5.  Is this even possible with the same external hard drive being used to go back and forth like that?

    You can use the Time Machine backup files of the iMac onto your MacBook without any problem because your MacBook has got a newer version than the one the iMac has got. However, you shouldn't do it in your iMac, and if you do that, you might damage OS X because your Time Machine apps will replace Lion apps.
    You can still restore individual data onto your iMac > http://pondini.org/TM/E3.html Note that you can back up both Macs onto the same external disk, but you can't use the same backup in both, so Time Machine will create another backup for each Mac you have

  • Querying last element in a dimension based on another level in the same dimension using MDX

    Summary: I need to write an MDX that returns the last date available in the level in the date dimension based for each month in the same dimension.
    Details: i have the a dimension which has the following levels. 
    Dim_Date :  Date (key) , Month (name of month), Quarter, Year.
    The query i m trying to come up with would return the result something like
    Month  || Max_date || measure1
    Jan         2014-01-25    100
    Feb        2014-02-28     200
    Please let me know if the above makes sense. Basically i m trying to get the max date for each month. 
    Thanks
    Sri

    Hi SrikanthGS,
    Assuming that with the last date available for the measure you mean the last date with non-empty figures, consider the following against the AW:
    SELECT [Measures].[Internet Sales Amount] ON 0,
    Generate (
    [Date].[Calendar].[Month].Members,
    ( Exists ( [Date].[Month of Year].[Month of Year], [Date].[Calendar].CurrentMember ),
    Tail (
    NonEmpty (
    Descendants ( [Date].[Calendar].CurrentMember, [Date].[Calendar].[Date] ),
    [Measures].[Internet Sales Amount]
    1
    ) ON 1
    FROM [Adventure Works]
    WHERE [Product].[Product Categories].[Subcategory].&[1]
    Philip,

  • Using different levels of the same dimension

    If I have 2 fact tables and a conforming time dimension. Can I make a join so that one table will ignore different years completely? (1 table has only 1 year of data, so it should display same values for different years for other table -yet, I still want to be able to drill-down from Year-to-Detail). I am somewhat successful at seeing it ok on a Annual level (when setting the desired metric to Grand Total Level - but aggregate navigation doesn't work correctly -I'm locked at annual level). Thanks

    HI mma (and anyone else who was following).
    Here's an update:
    a) AGO function doesn't support anything non-integer - it's official and the product enhancement request has been filled. Go figure - they cancel time-series wizard - but at the same time - the AGO isn't fully scalable. Since we're developing a brand-new RPD - and we weren't using any YAGO, MAGO, etc. tables - this has bitten us later than sooner.
    b) using CASE statement is no panacea (change for each year).
    c) your method (time.key=time.key (of 2005) + MOD (time,key, 365) would probably work in my situation (I tried it - and it wasn't that difficult to implement), UNLESS I'd get the following RPD integrity error - "Error: Using a complex join in table that sources time dimension" (I tried aliases as well).
    d) Right now, I'm just doing that metric on Annual level. Creating a view in Oracle that only contains needed data (for 2006) , using it as a physical table in physical layer, and connecting with all foreign keys BUT time.
    I still think there must be a better way without complex ETL and without creating additional column. LOJ and ROJ and FOJ didn't work.
    Thanks for looking at this again.

  • Displaying different levels of the same hierarchy in the different columns

    I have a parent child hierarchy and wish to display different levels of the hierarchy in different columns of the resultset eg
    level 1 level 2
    Europe UK
    Europe France
    N America US
    N America Canada
    However writing MDX like the below
    select
    {} on 0,
    ([Geo].[level 1],[Geo].Level 2] on 1
    from cube
    results in the error "The [Geo] hierarchy is used more than once in the crossjoin
    How can I get around this??

    Hi,
    You can make use of CrossJoin function in MDX, I give a sample MDX based on the AdventureWorks database:
    select {[Measures].[Reseller Sales Amount]} on 0,
    crossjoin({[Sales Territory].[Sales Territory Group].[Sales Territory Group].members},{[Sales Territory].[Sales Territory Country].[Sales Territory Country].members}) on 1
    from [Adventure Works]
    After execut the MDX you will get the result like this:
    Reseller Sales Amount
    Europe
    France
    $4,607,537.94
    Europe
    Germany
    $1,983,988.04
    Europe
    United Kingdom
    $4,279,008.83
    NA
    NA
    (null)
    North America
    Canada
    $14,377,925.60
    North America
    United States
    $53,607,801.21
    Pacific
    Australia
    $1,594,335.38
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.

  • Sound levels not the same problem

    Hi there
    I have added music with the Sound Enhancer set to high and some of my music has been added with the Sound Enhancer set in the middle. So what I want to know is how to make all my music the same loudness. When I ride my bike its a mission to ajust the volume every other song.
    Many thanks
    Slippy

    There two places that need changing for this.
    1. Your ipod - scroll through the settings and there should be one for 'sound check' which is defaulted to off, by turning this on it will replay everything at one volume.
    2. In itunes - edit/preferences on the play back tab again click sound check and this will ensure your PC plays at volume too.

  • Create dev and test instances of Apex on the same server and database

    I have a dev and prod instances of Apex on different servers. I want a test instance on the same server as the dev instance.
    I am using workspace export/import so all instance workspaces have the same workspace id. The application ID is the same on each instance, in the same workspace. This allows pages to be exported/imported in the differenct instances.
    My question is (I am sure it is obvious) can I have more than one instances of Apex on the same database (dev and test) and have each instance have identical Workspace IDs, etc.
    Sam

    Hi Sam,
    But you can have more than one database on the same server.
    What we do is create a separate database for each APEX versions we are supporting (we still have a customer using APEX 2.0).
    All the databases are accessed with the same APACHE config. All you have to do is change the DAD and have a separate dad for each database (i.e. each APEX versions).
    ex : /pls/apex_dev /pls/apex_test
    This way , I can run different APEX versions on the same server.
    Francis.
    http://insum-apex.blogspot.com/

  • Is Oracle Application Express the same of Oracle Database Express Edition (

    Hi,
    perhaps a silly question.
    I've tried to download Oracle Application Express. Before of installing it, I've noticed that looking at the About the Create Application Manual it looks like the Application Builder that I already use with the web-based page for Oracle Database 10g XE (Express Edition). But thus is Oracle Application Express the same of using Application Builder of Oracle Database 10g XE? To me it seems so, but I'd like to be sure of that
    Thanks!

    oracle database XE 10g include APEX installed, version 2.... i don't remember exactly
    Oracle database sinde 11g includes APEX installed too
    Yes, APEX have a tab with application builder, there you create applications, but the version is very old, install Oracle DB XE 11g or upgrade APEX

  • Gang Allocation to PM Orderations & Capacity Leveling on the Same

    Hi All,
    I have one following scenario. Kindly suggest how can we map through standard SAP PM functionality.
    Scenario: Gangs are defined daily depending on the availability of technicians. Maintenance work is allocated to gangs not to individuals.
    Also every day once gangs are defined later those are checked for available capacity (i.e. capacity planning & leveling).
    History should be tracked on gangs and allocated persons as well.
    I can not create the each gang as a work center because it is not fixed and keep on changing.
    Kindly suggest.
    Sundar

    Well...if you want to capacity planning and levelling on your gangs then only option  is to define as a work center as there is no other option to define the capacity details. If you don't worry about capacity, then probably you would consider Gangs as PM activity types with a dummy workcenter for all gangs...
    just a thought
    Mahee

  • My newly 7.1 updated iPhone 4S keeps restarting while showing a low battery level. does the same even if i put it on charge.

    as in title

    Hello marco.vet,
    I've located another discussion on our site that provides some useful information regarding this effect.
    This solved my question by Philly_Phan  on Jun 21, 2012 4:43 PM
    Philly_Phan
    It's probably the battery indicator, not the battery itself.  Run it down until it shuts down automatically.  Ignore any low battery alerts that appear.  Then, charge it overnight with the 10W charger.  That should clear things for you.
    My IPad doesn't charge 100%
    See the answer in context
    My IPad doesn't charge 100%
    https://discussions.apple.com/thread/4047393
    Cheers,
    Allen

  • Time displayed in flex not the same as in database

    I am getting a record out of a Sql Server database.
    In the DB the value is: 2/16/2001 4:11:00 PM
    If I display it on a cold fusion page the value is:
    2001-02-16 16:11:00.0
    But if I use a CFC back end and load it into Flex the value
    is: Fri Feb 16 11:11:00 GMT-0500 2001
    Which as you can see is 11AM when it should be 4PM
    If I ask flex to display the current time using "New Date()"
    the value is: Thu May 17 14:48:24 GMT-0400 2007
    I see that the "Current time" thinks it's GMT-400 (All
    machines are set to Eastern Time)
    and the Database thinks it's GMT-500.
    What am I missing?
    Is there some time zone setting I am missing somewhere?
    Is there a way to display the raw value as it comes out of
    the DB in Flex?
    Also the data in the DB was not put there by this flex app.
    It is legacy data the app will be dealing with(just to avoid
    confusion).
    The DB Table row for this dat is set to "datetime"

    I noticed that Flex handles dates differently than ADO.NET
    does. What I have done to get around this problem is to parse the
    date into a string on the WS side and pass it as a
    dateVar.month().toString()+'/'+dateVar.day().toString()+'/'+dateVar.year()
    and then receive and parse it back into a date in Flex. It is a
    hokey work around, but it does let you decide what you want the
    date to look like and you have the power to parse it however you
    want.

  • DigitalGraph Annotation at different axis-Y level although the value is same

    Hi,
    I have plot a graph with annotation and I found it labeling the axis-Y at the different level, with the same value.
    Please look at the screenshot I attached. I have attached the Vi too, simply run it will get the result as preview in screenshot. 
    So, 
    Any idea to fix this ? 
    and I need to know, 
    How the annotation actually label the axis-Y level ? (sometimes label at  '1', sometimes at '0', a reason behind it that cause this inconsistently ? a fix setting as written in cluster should have all the label at the same level, but why it behave up and down..) 
     Please help .. Thanks in advance..
    Attachments:
    forum.JPG ‏103 KB
    waveformlabel.vi ‏28 KB

    Hi,
    Thanks for sending your VI with your question. I've tried running it and it appears to run fine with the digital input waveform you have specified. Do you have any input data that you know causes an error that you could send to me? I have attached a screenshot of what happens when I run the VI, so let me know if that looks more like what you are trying to achieve.
    Also, the reason for the annotation switching between a 1 and a 0 along the various lines is because it is an indication of whether the digital signal on that line is high or low at that point, rather than a label on the y-axis itself. It shows that on, for example, line 4, the signal begins low, hence the 0 on the axis, before switching to high, hence the 1 on the axis. I'd be very grateful if you could let me know if this answers your question and don't hesitate to ask if you need anything else clarifying.
    Regards
    Jeremy T
    Technical Marketing Engineer
    National Instruments UK & Ireland
    Attachments:
    Digi waveform.JPG ‏146 KB

Maybe you are looking for

  • What is DTP in BI 7.0 ?

    What is DTP in BI 7.0 ? Please search the forum before posting a thread Edited by: Pravender on Sep 6, 2010 1:20 PM

  • How to get sequence name and pass/fail status?

    HI, I need your assistance in order to achieve the following goal: I have about 10 sub-sequence steps in the main sequence. For those steps only, I'd like to print out in a window the name of the sequence and the resutl. I meet dificulties since i ha

  • Split Oracle 11g Table Partition and Insert new rows

    Hi, I have a doubt that i would like to be clarified. I need to split a partition of a table with more than 800 Million records, but at the same time (during the split operation) i need to insert new records (not in the partition that is being splite

  • Solaris 10 Openssh v5.3p1 sftp chroot works but denied permission

    Hi all, I have been working for 3 days to make chroot work on Solaris 10 with openssh v5.3p1 usring http://www.minstrel.org.uk/papers/sftp/builtin/ methods. All looks great, I can open a sftp session but when I try to write I get permissin denied mes

  • Changing current page from backing file

    Using WL 8.1 SP4 I have a User Acceptance Policy page in my portal, and I want to ensure that users have viewed this page before I allow them to view any other content. When users have viewed the UAP, I set a session variable. I then use the session