BRBACKUP options - difference between rman_util, rman_stage and rman_disk?

Hi
I am trying to implement a brbackup solution utilizing Oracle rman via Tivioli Storage Manager.
From reading the documentation, if I use rman_util option this will also require use of backint to backup the non-database elements. It appears that the rman_stage and rman_disk options can be used which do not require use of backint which sounds desirable.
However, I cannot find any documentation to explain how these differ and how these work?
It appears that the rman_stage option may work with an external tape API but when I try and use this, it asks for remote_host and remote_user to be entered in the init<SID>.sap file. This suggests that it is trying to do some sort of remote copy rather than use the tape API (TSM for Databases in my case).
Please can anyone explain this better?
Thanks
Tom

Hi,
I'm not expert in RMAN, but I know pretty well BR* tools and, with the help of the documentation, I think I can explain the differences to you.
1) if you want to use RMAN directly with a 3rd party tool and BRBACKUP then you had no other option than to use the BACKINT interface.
The following parameter has to be set:
backup_dev_type = rman_util
2) if you do not use BACKINT interface, then the only option is to backup to disk or to use a 3rd party SBT. in the last case,  some files (logs, control files, profiles) are not backed up on the tape, they mst be copied to disk:
local disk:   backup_dev_type = rman_disk
remote disk:   backup_dev_type = rman_stage
you can find more information on the documentation:
[backup_dev_type|http://help.sap.com/saphelp_nw70/helpdata/EN/3f/9d800b1aec11d2b42c00609419997a/frameset.htm]
As I mentioned, this is my understanding from reading the documentation. May be someone has 1st hand information.

Similar Messages

  • Scripting option difference between SSMS 2012 and all previous versions

    Hi,
    I recently started to use SSMS 2012 (11.0.2100.60) and have seen some differences in scripting behavior of this version with previous ones (since V9). In previous versions when I want to modify a stored procedure, I right clicked on it
    and selected “Modify”, and had a nice ALTER script. Now, I have a script using sp_executesql which is really not handy for SQL validation checks. After a research, I figured that I can change this behavior in the scripting options by changing the option “check
    for object existence”. Great, it makes the deal!! In fact, no, because now, when I ask to script a DROP and CREATE on a table, I do not have the IF EXSIST part before the DROP anymore.
    The behavior I try to have is:
    When I hit “modify” on a procedure or other programmatic part, I would like to have an alter statement (DROP CREATE is fine too).
    When I choose to script out an object as DROP and CREATE, I would like to have an existence check before the drop.
    This is basically what SSMS did before the version 11 and was very helpful.
    Regards,
    Stef, DBA

    Hi,
    Thanks for your reply.
    What do you think about the behavior?
    Personally, I checked the links you sent. I cannot agree with sentences like “who cares about the outcome of the DROP when the CREATE
    will still work”. When a script runs, it should run without errors, otherwise, how will you detect real issues in the noise? It’s like talking about “normal bug”. Also, “the create procedure must be in its own batch”, that’s what we did with the batch separator
    GO.
    A proper way to script database modifications (outside the tables itself) is to drop the object if it exists and to create it after.
    Why? Because it works in any cases! Also, when I try to modify code, it’s convenient to have validation check against, and that’s why it’s convenient not to have dynamic code. It’s like coding large web sites in notepad. That’s what SSMS 10.50 and below did
    perfectly.
    I use script DROP CREATE capability when I prepare a migration script. Why should I write code when I have tools doing it for me? As
    a DBA, I have to be critic about the script generated and to adapt it if necessary. The MODIFY option is when I debug some code. I expect the tool to validate as much mistakes as possible (yes I do mistakes and I admit it). Like I said before, it’s like working
    with notepad as coding tool, it works, but who will do it?
    I really would like to know if I’m alone on this position.
    Just to make it easier to understand for other people, the following code is what is generated.
    With SSMS 10.50.2806.0 (include IF NOT EXISTS clause = true):
    Scripting a table as “DROP and CREATE”:
    IF 
    EXISTS
    (SELECT
    FROM
    sys.objects
    WHERE
    object_id
    =
    OBJECT_ID(N'[dbo].[ScrapTable]')
    AND
    type
    in
    (N'U'))
    DROP
    TABLE [dbo].[ScrapTable]
    GO
    CREATE
    TABLE [dbo].[ScrapTable](
                    [ScrapID] [int]
    NOT
    NULL
    ON [PRIMARY]
    GO
    Right click on my stored procedure and hit “Modify”:
    ALTER
    PROCEDURE [dbo].[GetScrap]
    AS
    BEGIN
    SET
    NOCOUNT
    ON;
    SELECT
    FROM dbo.ScrapTable
    END
    With SSMS 11.0.2200.60 (check for object existence = false):
    Scripting a table as “DROP and CREATE”:
    DROP
    TABLE
    [dbo].[ScrapTable]
    GO
    CREATE
    TABLE
    [dbo].[ScrapTable](
    [ScrapID]
    [int]
    NOT
    NULL
    ON
    [PRIMARY]
    GO
    Right click on my stored procedure and hit “Modify”:
    ALTER
    PROCEDURE
    [dbo].[GetScrap]
    AS
    BEGIN
    SET
    NOCOUNT
    ON;
    SELECT
    FROM
    dbo.ScrapTable
    END
    With SSMS 11.0.2200.60 (check for object existence = true):
    Scripting a table as “DROP and CREATE”:
    IF 
    EXISTS
    (SELECT
    FROM
    sys.objects
    WHERE
    object_id
    =
    OBJECT_ID(N'[dbo].[ScrapTable]')
    AND
    type
    in
    (N'U'))
    DROP
    TABLE
    [dbo].[ScrapTable]
    GO
    IF
    NOT
    EXISTS
    (SELECT
    FROM
    sys.objects
    WHERE
    object_id
    =
    OBJECT_ID(N'[dbo].[ScrapTable]')
    AND
    type
    in
    (N'U'))
    BEGIN
    CREATE
    TABLE
    [dbo].[ScrapTable](
    [ScrapID]
    [int]
    NOT
    NULL
    ON
    [PRIMARY]
    END
    GO
    Right click on my stored procedure and hit “Modify”:
    IF 
    EXISTS
    (SELECT
    FROM
    sys.objects
    WHERE
    object_id
    =
    OBJECT_ID(N'[dbo].[GetScrap]')
    AND
    type
    in
    (N'P',
    N'PC'))
    BEGIN
    EXEC
    dbo.sp_executesql
    @statement
    =
    N'ALTER PROCEDURE [dbo].[GetScrap]
    AS
    BEGIN
                    SET NOCOUNT ON;
                    SELECT * FROM dbo.ScrapTable
    END
    END
    SSMS 11.0 does it definitely in another way.
    Regards,
    Stef, DBA

  • Differences between SharePoint 2007 and 2013 security options?

    Hi,
    We just did a test upgrade from Sharepoint 2007 to Sharepoint 2013 by copying over the content database. One thing we are noticing is that users who had permissions to upload to a document library no longer have that option in 2013. Is there a difference
    between the 2007 and 2013 "contribute" permission?
    What can I do to fix this issue?
    thanks,
    Sherazad

    their is no difference between 2007 & 2013 for Contribute premission.
    Contribute having the same rights in 2007 and 2010.
    Read permissions, plus:
    Add Items
    Edit Items
    Delete Items
    Delete Versions
    Browse Directories
    Edit Personal User Information
    Manage Personal Views
    Add/Remove Personal Web Parts
    Update Personal Web Parts
    You can further check here:
    SP 2013: http://technet.microsoft.com/en-us/library/cc721640.aspx
    Moss 2007: http://technet.microsoft.com/en-us/library/cc721640(v=office.12).aspx
    May be you edit the Contribute permission level, make sure its on its default.
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog

  • The difference between chapter markers and dvd studio pro markers

    Does anyone know what is the difference between chapter markers and dvd studio pro markers? I can not find anywhere on Google. Also in the tutorials I have seen, suggesting DVD Studio Pro markers, but it did not mention the chapter markers.
    Thanks,

    "Adding Chapter and Compression Markers to Your Sequence
    Once you have your edited sequence or program finished, you can add markers to the sequence for use on DVD. Markers are reference points you can place within clips or sequences that identify specific frames. There are two kinds of markers you can add that directly relate to authoring a DVD—chapter markers and compression markers.
    • Chapter markers allow DVD authoring applications to create a navigable chapter list for your exported QuickTime movie. Chapter markers force MPEG keyframes (known as I-frames) at their location, since the DVD specification requires an I-frame at each chapter point.
    • Compression markers identify areas of abrupt change and include two types: those that are automatically inserted by Final Cut Pro at all edit points, and those you manually place in the clip or sequence. Like chapter markers, compression markers force I-frames at their location, although in this case it is for better quality encoding, and they are not used to create a chapter list.
    Note: When you export a QuickTime movie, you have an option to export various kinds of markers, including compression, chapter, or DVD Studio Pro markers. *When you choose to export DVD Studio Pro markers, Final Cut Pro actually exports chapter markers and all compression markers.* This includes compression markers you set manually, as well as ones created automatically by Final Cut Pro at edit and transition points."
    From the Final Cut Pro User Manual.
    So, JS was right the first time

  • The difference between system restore and last good known configuration

    hi,
    what is the difference between system restore  and last good known configuration.
    in which situation you use system restore ,and in which situation you use last good known configuration.
    very short answer wil be enough.
    thanks
    johan
    h.david

    Last Known Good Configuration deals only with Starting Windows eg. a bad registry or incorrect driver is preventing Windows to start.It recovers the registry settings of HKEY_LOCAL_MACHINE\System\CurrentControlSet
    While System Restore uses restore points to return your system files and settings to an earlier point in time without affecting personal files. Restore points are created automatically every week, and just before significant system events, such as the installation
    of a program or device driver. You can also create a restore point manually.You can undone system restore but there is no such option in Last Known Good Configuration.
    Last Known Good Configuration is disabled in Windows 8 or,Windows 8.1 by default.
    Try using Last Known Good Configuration if you can't start Windows, but it started correctly the last time you turned on the computer.
    Try using System Restore to return the system to an earlier point in time when things worked correctly.
    S.Sengupta, Windows Entertainment and Connected Home MVP

  • Disk Utilty - what is difference between single volume and single partition

    In Disk Utility I can, should I wish, format a drive by using Erase to create a single volume. Also in Disk Utility, I have the option to use Partition to create one (or more) partition.
    What is the difference between a volume and a single partition?
    What are their relative merits?
    In what circumstances would I want to create a single partition instead of a volume?
    Disk Utility also prompts me to name the volume or partition. From experience, what would you suggest as a suitable name and where is this information subsequently used?

    A "volume" or "partition" are the same thing. The subject of using partitions has been covered many times on the forums. Do some searching and you'll find quite a lot of information. Also try doing some Google searching.

  • What is difference between Firefox OS and Android or iOS?

    What is difference between Firefox OS and Android or iOS?

    kingofhawks, Firefox os is open source, offers the ability of do not track and has many great customization options. It is currently however targeted at 3rd world countries and/ or underdeveloped countries so it isn't recommended to use this if you're use to using Android and iOS at this moment. If you have any further questions, please do not hesitate to ask.
    Thanks

  • What is the difference between a full and a upgrade version?

    When I want to buy photoshop elements 8.0 i can select a full or upgrade version, the price is alsmost thesame.
    normally you would think a upgrade is just a upgrade and you can't use it if you don't already have photoshop Elements installed.
    but in many online stores they only sell the upgrade version.
    so that makes me believe you can buy it even tho you don't have any photoshop elements on your pc.
    so what is the difference?

    The only difference between the Upgrade and Full version is of the pricing. I believe right now Adobe is already offering PSE at $79 so there is no Upgrade option appearing on the website (although I am not sure about unavailability, I just stating what one of the user on the forum says).
    Legally, you should be a previous customer of PSE to buy an upgrade version and I am not sure but I believe when one go for buying the Upgrade version they do need to provide the serial number of the previous verison.(not sure though)
    Regards,
    Ankush

  • Difference between implicit enhancement and explicit enhancement

    What is the difference between implicit enhancement and explicit enhancement .

    Hi Peters,
    Implicit enhancement option
    Throughout the ABAP system, enhancement options are automatically available at certain pre-defined places. Some of the implicit options are:
    u2022 At the end of all the programs (Includes, Reports, Function pool, Module pool, etc.), after the last statement
    u2022 At the beginning and end of all FORM subroutines
    u2022 At the end of all Function Modules
    u2022 At the end of all visibility areas (public, protected and private) of local class
    To view all the implicit options available in a source code, choose u2018Edit -> Enhancement Operations -> Show Implicit Enhancement Optionsu2019 from the editor.
    Befor that you click on the spiral icon button in the application toolbar
    Explicit enhancement option
    The Implicit enhancement options are provided at specific source code places explicitly by SAP (Note that these enhancement definitions can also be created by partners and customers in their code).
    There are two types of Explicit Enhancement options available. One which can be provided at a specific place - called Enhancement Point, and another which can be used to replace a set of statements u2013 called Enhancement Section. For this, we now have two new ABAP statements, viz.
    u2022 ENHANCEMENT-POINT
    u2022 ENHANCEMENT-SECTION
    When the Enhancement-Section is implemented, only the implementation gets executed and the original code doesnu2019t get executed. This is a new technique, which didnu2019t exist previously in any of the old ways of enhancing, to exclude any standard SAP code from execution. Because of this, there can be only one active implementation of an Enhancement-Section. On the other hand, there can be multiple active implementations of an Enhancement-Point, in which case all the implementations will be executed with no guarantee in the order of execution.
    For more information check the following link
    [http://help.sap.com/saphelp_nw70/helpdata/en/94/9cdc40132a8531e10000000a1550b0/frameset.htm]
    Thanks,
    Surya

  • Difference between Start Routine  and End Routine in Transformations

    Hi  Friends,
      I'm using BI 7.0... here in Transformations step  we have two options..that is START ROUTINE... and END ROUTINE... What is the Difference between Start Routine  and End Routine in Transformations..
       When  we go for Start Routine.. and when we go for End Routine..
    Plz clarrify... points will be rearded..
    thanks
    babu

    Hi,
    One real time scenario for End Routine.
    We have a scenario where in a datasource field is mapped to three infoobjects on the datatarget side. There are 2 key figures which need to get data after these these Infoobjects are filled. The best place for this to happen would be in a End Routine, where in we would loop through the results package and using the values of the infoobjects from the data target ( Cube in this case).
    Hope this helps,
    HD

  • What is the  difference between list display and grid display in alv report

    Hai genious
    i am a new of the abap, i dont know the alv report, i have a small doubt, can u please tell me  what is the main difference between list display and grid display in alv report
    thanks&regards
    chinnu

    Hi ,
    1. For all practical purposes, they are the same.
    2. Some differences:
    a) from abap coding point of view,
    alv list is done with Function modules,
    alv gris can also be done with FM,
    but can also be done using OO concepts.
    b) Alv grid (using oo concept) requires
    designing the screen layout .
    Hence, in one screen, we can show more
    then one alv grid
    (we cannot show more than
    one alv list on one screen)
    c) ALV grid uses ActiveX controls
    present on the Presentation Server.
    Hence, it consumes More Memory
    on the presentation server.
    d) ALV LIST is Display Only.
    Whereas
    ALV Grid Can Be made EDITABLE for entry purpose.
    e) In alv grid, these options are possible,
    but not in alv list.
    without horizontal lines
    without vertical lines
    without cell merging during sorts
    display total lines above the entries
    I hope it helps.
    Regards,
    Mamta
    Edited by: Mamta Verma on Nov 27, 2008 6:41 AM

  • What are the major differences between the air and the pro

    what are the major differences between the air and the pro?

    In a nutshell, the Air is a lightened, more compact system than the 13" Pro counterpart. The Air loses some hardware features to accommodate the physical downsizing.
    No FireWire port
    No built-in optical drive
    A lesser performing CPU to retain battery charge life, and adequate cooling.
    No Ethernet port
    No Kensington lock slot
    The Air does have a superior native resolution at 1440 x 900, and a standard SSD that does make up alot of the speed differential, and then some. Of course, the 13" Pro can be optionally configured with an SSD.
    You buy the Air if the physical size an weight savings are demonstrably more important than the features lost.

  • Difference between Low level and Normal IMAQ ?

    There are two options in IMAQ palette a low level and a normal one. Both have the same function names and the same icons the only difference being the balck and white icon of low level functions and colored icons of the normal functions. What is the difference between these two and what is the need of making a low level palette of functions ?
    Regards
    Asad Tirmizi
    Design Engineer
    Institute of Avionics and Aeronautics
    " Its never too late to be, what u want to be"
    Using LabVIEW 8.2

    Low level imaq functions gives you relatively more function to control the hardware. Buffer functions is one which is not there on the high level palatte

  • What's the difference between "controlfile autobackup" and "snapshot contro

    Hi All,
    What's the difference between "controlfile autobackup" and "snapshot controlfile" in RMAN configure ? Both are controlfile backups, what the difference between the controlfiles they backup ? Why there are two of these options ?
    thanks

    RMAN creates a control file snapshot to perform catalog resync operations. Control file autobackup will automatically create a backup of the control file whenever there are database structure changes.

  • Difference between  business area and profit center

    hi all
    could you please tell me about difference between business area and
    profitcenter.
    thanks,
    regards,
    chennuri.

    HI
    Read below
    Profit Center - The profit center view shows the various
    internal areas of responsibilities. Objects such as cost
    centers, materials, etc can be used for profit center
    analysis. Profit center can be used to determine the
    revenues, costs, and profitability for specfic areas of
    responsibility.
    Business Area - Business area forms an important part of
    external reporting. Analysis of various segments, product
    divisions, regions etc is possible using business areas.
    Business Area: This is optional
    This can be used cross compane codes
    This is for Internal Purpose
    It is not Legal Entity like Co Code
    The transation entered in Business are, Debit total will
    not tally with credit total
    Since it is used for segment wise or area wise or line wise
    this is used for internal report purpose only .
    Balance Shhet and P & L stataments can be drawn on segment
    wise
    Profit Centre: Generally in terms of SAP or Finance the
    meaning of Profit centre is to know the profitabilty.
    In same manner , The managers  wants to know the ROI from
    their investments, obviously we nned to use the tool.
    This ROI may be geographically or area wise or division
    wise. P.C provided us profitablity of the particular area
    for internal purpose ( Only for Internal )
    Business Area is an optional entry.Whenever company wants
    financial statements businessarea wise we can maintain
    BAs.And also we can maintain BA as Segment Wise,Product
    Wise,Geographical Location wise.
    Profit center is used to know the profits of companies.PC
    is also used for to know the profits as aProduct
    wise,Segment wise,geographical location wise.If anything
    wrong inthis answer plz correct me..
    Hope this helps
    Good Luck
    Hari

Maybe you are looking for

  • Creation of field exit in ECC

    hi friends,           i am facing a  problem while creating a field exit in ECC. I need to create the field exit on field vkorg and i have created using the program RSMODPERF and the system itself proposing the function module name as 'FIELD_EXIT_VKO

  • Creating a booklet in Pages

    I want to create a 20 page A5 booklet ie 5 x A4 sheets folded in half and stapled in the centre. I am having trouble creating such a document and then having it ready to print. Can I easily do this in Pages? I am not sure if it is Pages or the Printe

  • Exception in File To JDBC Scenario

    Hi, I am getting the Exception "Error ID     EXCEPTION_DURING_EXECUTE" while working with File to JDBC Scenario. Pl Let me know why this exception is raised? Thanks, Srini

  • HACMP Clustering Script for SAP ECC 6.0 (SR1) - Automatic Failover

    Hello, I have installed the SAP ECC 6.0 (SR1) under AIX 5.3 / DB2 V8 FP12 with HACMP Clustering environment. Manual Failover is working fine. Central System has been installed in share drive with Virtual IP and Virtual name inNode A. Dialog Instance

  • Linking to HTTP / Spry problem / Outline problem

    Three questions: 1. I have DIV Tags with JPEGs in them and am trying to link them to existing pages (Facebook and the like.) Every time I get the cursor in the DIV Tag and click HTML in the Properties panel, I try to type the link into the "Link" fly