Better option ??

Hi,
I have a doubt how much the Backup with RMAN.
I have this routine of backup:
RUN{
SHUTDOWN IMMEDIATE
STARTUP MOUNT
ALLOCATE CHANNEL disk1 TYPE DISK FORMAT 'D:\ORACLE - BKP\DF_%d_%s_%t_%U.DBF';
BACKUP FULL DATABASE INCLUDE CURRENT CONTROLFILE TAG 'BACKUP FULL';
BACKUP ARCHIVELOG ALL TAG 'ARCHIVE FULL';
DELETE ARCHIVELOG ALL BACKED UP 1 TIMES TO DEVICE TYPE DISK;
ALTER DATABASE OPEN;
It would like to know if more it is adjusted and efficient to make backup separate of each archive, thus:
RUN{
SHUTDOWN IMMEDIATE
STARTUP MOUNT
ALLOCATE CHANNEL disk1 TYPE DISK FORMAT 'D:\ORACLE - BKP\DF_%d_%s_%t_%U.DBF';
BACKUP FULL DATABASE TAG 'BKP_DATABASE';
BACKUP CURRENT CONTROLFILE TAG 'BKP_CONTROL';
BACKUP TABLESPACE SYSTEM TAG 'BKP_TBS';
BACKUP SPFILE;
BACKUP ARCHIVELOG ALL TAG 'BKP_ARCHIVE';
ALTER DATABASE OPEN;
Tks
Alex

It would like to know if more it is adjusted and efficient to make backup separate of each archive, thus:
How do you do that in your script? Line? I don't see it.
A mix of the 2 is better:
RUN{
SHUTDOWN IMMEDIATE
STARTUP MOUNT
ALLOCATE CHANNEL disk1 TYPE DISK FORMAT 'D:\ORACLE - BKP\DF_%d_%s_%t_%U.DBF';
BACKUP FULL DATABASE INCLUDE CURRENT CONTROLFILE TAG 'BACKUP FULL';
BACKUP ARCHIVELOG ALL TAG 'ARCHIVE FULL';
BACKUP SPFILE;
ALTER DATABASE OPEN;
}Bye, Aron
However, I prefer to use a good FORMAT and I let automatically set the TAG by Oracle.
Message was edited by:
Aron Tunzi

Similar Messages

  • How can I install ntfs on an external hard drive so that my Samsung Smart TV can see my media files? Or is there a better option?

    How can I install ntfs on an external hard drive so that my Samsung Smart TV can see my media files? Or is there a better option?

    OS X cannot natively write to a drive formatted as NTFS, nor can it format a drive as NTFS. There are third-party NTFS drivers available on the market.
    Just out of curiosity: Even with NTFS, how is your TV going to access the external hard drive? Does the TV have a USB port?

  • Better options than DAVE for Win NT connection?

    I work for a small Mac design group in a large business environment. We store Quark, InDesign, Photoshop files on the companies Win NT Server. To do this they have installed DAVE because they said just using OS X's PC connect ability was causing the documents to be looked at as .exe or unrecognizable files by the Mac. Lately some files are giving I/O errors on the server and getting corrupted. Is there a better option for communicating with a PC server than DAVE?

    For just using OS X, I've never heard of any problems like that; I'm wondering if they're just confused? Or are they using a fairly fancy, unusual setup of some sort? Has anyone tried just connecting with the standard Mac feature?; I would be curious to hear what breaks (since if something does break, it probably implies that someone either misconfigured the Macs or misconfigured the server).
    For the files in question: Are you able to access these files from a Windows computer?; can you read them there? I'm wondering if the IO error was a network problem (that DAVE might have a connection to), or just that their server's hard disk is failing.

  • WHICH IS BETTER OPTION IN THE U.S. MARKET SAP CRM or SAP SD

    HI I WISH TO DO A COURSE IN SAP I HAVE TO DECIDE BETWEEN 2 OPTIONS SHOULD I DO SAP SD or SAP CRM WHICH ONE IS A BETTER OPTION AS I AM AN M.B.A. IN MARKETING WITH NO I.T. OR TECH KNOWLEDGE AT ALL. SO WHAT CAN YOU RECCOMEND PLEASE REPLY IT WOULD BE APPRECIATED
    THANKS

    Hello Monty,
    I m located in Mumbai, India.
    Surely I would have helped in India.
    As  far as NY or NJ is concerned I don't know much.
    Here in India we have SIEMENS or GENOVATE which provide SAP Cerification.
    Search for some authorized training acadamey of SAP there, search on net........
    Definitely U will succeed.
    Reward me points, if this helps.
    Anubhav
    [email protected]

  • Which is the better option?

    Hey, I'm looking at getting a new mac but I'm not sure what's the better option. My choice right now is between the base 21.5 inch iMac or the Mac mini ( $799 model), and my main use for it would be recording instruments, music production, and movies / netflix. The 21.5 inch Mac would only give me 8gb of ram, whereas the Mac mini I'd instantly be able to upgrade to 16gb. Another bonus to the mac mini is that I can hook it up to whatever screen I want including my TV for movies.Also, the firewire on the mac mini would be extremely useful as some of the higher quality recording interfaces use firewire. And from what I understand I can also add a SSD to the mac mini? For these reasons I'm leaning towards the Mac mini but I've been recommended by representatives at apple to get the iMac as it's more powerful supposedly, so I'm not sure which one would be better. I know the iMac has a dedicated graphics card vs the integrated hd 4000 on the Mac mini, but I'm not exactly sure how that affects me for what I plan on using the computer for. I'd have to buy a monitor and mouse + keyboard for the mac mini, so it ends up costing me the same as the base model iMac. Any suggestions/ opinions would be appreciated, thanks.

    I would recommend getting the 16GB iMac. If money is an issue then consider using Apples refurbished store, there is no downside to buying from it as they sell current machine, the products have the same warranty as a new machine, and are eligible for AppleCare.
    Because you did not compelete a profile we have no idea where on the planet you are located. To find the US refurb store click:
    http://store.apple.com/us/browse/home/specialdeals

  • Can anybody help me SAP MDM or SAP XI is better option for an ABAPer

    Hi All,
        I have 5 years of exp in SAP ABAP.I want to learn new techonology.I am planning for SAP MDM or SAP XI.
    Can anybody guide me which one is better for me like for a ABAPer which one is a better option and why.

    hi,
    if you have the chance of working with MDM,better to go MDM
    other wise XI for ABAPer

  • Processing in 2 internal tables -Performance wise better option

    Hi Experts,
    I have 2 internal tables.
    ITAB1 and ITAB2  both are sorted by PSPHI.
    ITAB1 has PSPHI  some more fields INVOICE DATE  and AMT
    ITAB2 has PSPHI  some more fields amount.
    Both itab1 and itab2 will always have same amount of data.
    I need to filter data from ITAB2 based invoice date given on selection screen.since ITAB2 doesnt have invoice date field.
    i am doing further processing to filter the records.
    I have thought of below processing logic and wanted to know if there is a better option performance wise?
    loop at ITAB1 into wa where invoice_date > selection screen date. (table which has invoice date)
    lv_index = sy-tabix.
    read table itab2 where psphi = wa-psphi and index = lv_index.
    if sy-subrc = 0.
    delete itab2 index lv_index.
    endif.
    endloop.

    Hi Madhu,
    My Requirement is as below could you please advice on this ?
    ITAB1
    Field   1 PSPHI ,    FIELD 2 INVOICE,  FIELD 3 INVOICE_DATE , FIELD4 AMT
                 15245,                       INV1,                           02/2011  ,  400
                  15245                       INV2                            02/2012  ,  430
    ITAB2
       Field   1 PSPHI ,    FIELD 2 PSNR,      FIELD 3 MATNR  , FIELD4 AMT
                 15245,                       PSNR1,                   X .          430
                  15245                       IPSNR2                    Y,          400
    When user enteres date on sel screen as 02/2011
    I want to delete the data from itab1 and itab2 for invoice date greater then 02/2011/
    If i delere ITAB1 for date > selection screen date.
    Loop itab1.
    delete itab2 where psphi in itab1 will delete both rows in above example because the field psphi which is common can be mutiple.
    endloop.
    Can you advice ?

  • CSM Redundancy : FT or HSRP +FT .. Which is the better option?

    Hi,
    I would like to know for redundancy between CSMs which is the better option FT or HSRP with FT.. and why ?
    Regards
    Kas

    The CSM does not run HSRP.
    So your only option is FT failover.
    Gilles.

  • Im about to buy a macbook pro. but I dont know if there are too much techproblems with the retina model,such as overheating, malfunction of the fans, screen problems?. or is the macbook pro non retina in tech problems a better option? thanxa lot

    Im about to buy a macbook pro. but I dont know if there are too much techproblems with the retina model,such as overheating, malfunction of the fans, screen problems?. or is the macbook pro non retina in tech problems a better option? thanxa lot

    I have a brand new rMBP and have not seen any of those problems.

  • When traveling to europe would icloud be an advantage re Itunes and music. or would spotify be a better option? iclo

    when travelling abroad would spotify be a better option than icloud?

    This might be of interest, seems apple are encouraging the record companies to improve their source files for submission to the itunes store. Any improvement in audio quality is to be welcomed.
    http://www.apple.com/itunes/mastered-for-itunes/
    http://support.apple.com/kb/HT5156?viewlocale=en_US
    The mastered for itunes document in the first link contains a comment about keeping the highest quality masters in our systems will allow for future improvements to your music.
    Was reading a couple of online blogs abut this and most people appear to be positive about the improvements, I had a listen and compared some previous CD against the same track in the mastered for itunes list and its appears to be an improvement (using Grado Labs SR80 phones not white ear buds), more open sounding.
    Some CDs mastered years ago are very poor and even some recent ones are poorly mastered (loudness, bright) suppose it depends on the care put in at source that counts.

  • Which is a better option : VO on DB View or a VO with two EOs

    I have 2 tables:
    ITEMS_BASE and ITEMS_TL ( contains all translatable column of base table: ITEM_BASE).
    What is better option for me:
    1. TO create a DB View on top of ITEMS_BASE & ITEMS_TL and then create my VO on the DB View OR
    2. Create 2 EOs on ITEMS_BASE and ITEMS_TL and create my VO on these 2 EOs.
    Please also explain reason behind selection of your choice.
    regards -Anuj

    Jdev ver : 11.1.1.4
    Use Case:
    I want to display a rule message in the language as per users local. Only rule name & rule description is a translatable column so i have kept it into separate table.
    Table design:
    Table name : RULE_B
    Columns : PlantCd, ModuleCd, IsRuleApplicable, Value
    Example data : 101, safety, Y, 5
    Table name : RULE_T
    Columns : PlantCd, ModuleCd, RuleName, RuleDesc, Lang
    Example data : 101, safety, 'Minimum Observation required', 'Total number of observation required per site', 'EN'
    101, safety, 'garbage input', 'garbage input', 'gr'
    So i have 2 choices here. either I should create 2 EOs on RULE_B and RULE_T and make my VO on these 2 EOs Or
    create an updatable DB View comprising RULE_B and RULE_T and create my VO on the DB View.

  • Which is better option to trigger data to XI

    Hi Experts,
    Happy new Year to all of you.
    here I have one query, How we decide at the ERP side, whether we have to use IDOC, RFC and Proxy to trigger the Datafor the XI Interface. I know for the XI Performabce wise proxy is better option.
    Please give more inputs of yours on this.
    Many Thanks.

    >
    > here I have one query, How we decide at the ERP side, whether we have to use IDOC, RFC and Proxy to trigger the Datafor the XI Interface. I know for the XI Performabce wise proxy is better option.
    >
    Suppose if you develope scenario between IDoc->PI> in this case you need to import IDoc from SAP System in to PI,when you triegegr IDoc in ERP/ECC the day will reacches PI System.
    If you develop RFC>PI-> IN THIS CASE THE PROCEDURE ALSO SAME,like import RFC in to PI,trigger RFC in ERP system...
    When you go for Prosy,you need to specify the logic in ABAP Proxy class which program,and interface going to use.
    we can say Proxy performce better,but it depends on volume of Data.
    Regards,
    Raj

  • What happened to Reunion?  need better options for genealogists, please.

    We need better options for genealogists, please.  What happened to Reunion???

    apologies for obtuse question.   Reunion is apparently no longer available from App Store.  Family Tree Maker is now available for MAC but  is not getting good reviews.  I have used both.  FYM on PC and then switched to Reunion, because  FTM was not available in 2008 when I got my Mac.
    Now I note that Ancestry is in cahoots with FTM so am tempted to switch again  but put off by the poor feedback.  
    I thought that Reunion was also available for Iphone but not FTM??

  • Is there a better option than spark VideoDisplay with AV syncing capabilities

    We have developed an AIR application that involves syncing multiple audio tracks with a video track.  We are using the Spark VideoDisplay component for video and the Flash SoundChannel object for audio.  We are having trouble keeping the audio synced with the video.  Is there a better component to use for this?  Is there some technique to keeping audio and video synced in Flash/AIR?

    Andrea,
    Your sample does not look like being »foot-intensive«, I only find two footnotes. And those will not be a problem for FrameMaker.
    For 2-column text layout FrameMaker (as InDesign) gives you the option to create one text frame set to have two columns, or create two connected text frames, each of them one column. To keep the footnote in the original column, you would use the latter method. More information can be found in the online help:
    http://help.adobe.com/en_US/framemaker/using/WS6C3D24E6-2965-48bb-B6CF-50D1439AEB01.html
    Regarding other elements of the sample pages I don’t see any stumbling blocks. Just be aware that the general approach to layout, and especially when using XML-structured documents, is completely different from InDesign. With InDesign you just move all the frames wherever and whenever you want. With FrameMaker you plan ahead, create master pages and paragraph styles and then follow this original design. Creating layout changes »on the fly« is just not the way you work in FrameMaker. But this limitation is the reason for a higher layout consistency.
    - Michael

  • Better option than array[][]?

    Is there a better(faster) option, I'm thinking something from Collections, for working with multideminsional problems where a double array is typically used? Or should I stick with imbedded for loops and double arrays.

    For Clarification:
    int[][] myArray = new int[100][100];
    for(int i = 0; i < myArray.length; i++){
         for(int j = 0; j < myArray.length; j++){
              myArray[i][j] = (int)(Math.random() * 20);

  • Is Framemaker a better option than InDesign for footnote-intensive reports?

    We currently used InDesign to layout our reports and briefings, and are exploring it's XML capabilities with a view to output in multiple formats: high-res PDFs, web pages within our CMS, and e-Pubs. We are unable to tag our hyperlinked footnotes for XML output in InDesign, and wondered if Framemaker would be a better tool. Our layouts are in colour, in a 2-column format, contain charts and tables and occasional exhibits, and we adhere to a strict template with both paragraph and character styles.
    Any direction or insights would be appreciated!
    Thanks,
    Andrea

    Andrea,
    Your sample does not look like being »foot-intensive«, I only find two footnotes. And those will not be a problem for FrameMaker.
    For 2-column text layout FrameMaker (as InDesign) gives you the option to create one text frame set to have two columns, or create two connected text frames, each of them one column. To keep the footnote in the original column, you would use the latter method. More information can be found in the online help:
    http://help.adobe.com/en_US/framemaker/using/WS6C3D24E6-2965-48bb-B6CF-50D1439AEB01.html
    Regarding other elements of the sample pages I don’t see any stumbling blocks. Just be aware that the general approach to layout, and especially when using XML-structured documents, is completely different from InDesign. With InDesign you just move all the frames wherever and whenever you want. With FrameMaker you plan ahead, create master pages and paragraph styles and then follow this original design. Creating layout changes »on the fly« is just not the way you work in FrameMaker. But this limitation is the reason for a higher layout consistency.
    - Michael

Maybe you are looking for

  • How do I erase ALL the files on my MacBook Pro?

    I've just gotten a new MacBook Air and successfully migrated all my data from my MacBook Pro. Now I'd like to clean up my MacBook Pro for my son. I don't want to erase all the applications, but I do want to erase all my files. Is there an easy way to

  • Oracle Services not seen in Service Panel

    I am runnig an Oracle 9 database on Windows NT server. For some reason the Oracle Services that was seen in the Services Window of the Control Panel disappeared.I could see the regedit is safe and the Database is running.How do I get the services to

  • Bug and ergonomy reports : where do we post or email?

    I just installed my upgrade for Logic. Logic 8 has a few annoying bugs and ergonomic flaws for my daily sound/music activities, where do we report these? As many of you, I have been a user for many years, but I would like to know how to report the ma

  • Question: OAS + SSL + certificate

    How I can take client X.509 certificate information on OAS side by using servlet or different way?

  • Can anyone help me find live chat??!

    I got an email saying I cancelled my subscrption, which I did not. Now I can't find a way to contact skype. Been going in circles! Can anyone send me the link to the live chat button?