Best strategy for backing up the rman catalog database

I have seen people do
1. full export
2. backup with control files
3. put a repository in another database and cross backup
What do you use?
I am in 10.1, but this is a general question.

Hi,
1. full export
This is a logical backup - don' treat it as permanent - it's not physical backup for recovery scenarios.
2. backup with control files
In the case of loss of control files, its can be used for that.
3. put a repository in another database and cross backup
It's to persits the data Base backup histories in another database, gives the facility to clone/ re- build the DB to different node - in terms of crashes.
For stratergy you need to checl with your SLA's and primarly refer to ORACLE Doc's you can able know the pro's and con's. Based on that you jutify what better suits your Application.
- Pavan Kumar N

Similar Messages

  • Backing up the RMAN catalog database

    Version: 10.2.0.1.0
    We have created a database to host our RMAN catalog. This catalog holds backup info plus RMAN stored scripts for 5 production databases . Now, we need to backup this RMAN catalog database.
    I am going to use the control file as the catalog (ie. NOCATALOG) for our RMAN catalog database. This should be fine. Right? Any best practices i should follow regarding this?

    Sometime back I had the same question.
    What I decided was cold backuo and RMAN using the control file. (A Belt-and-suspenders approach)
    I also do an export daily after all the other backups are done.
    In addition I keep an information on it, location and size of all files, a current PFILE (it does not change much), what patches etc.
    Given its tiny footprint it would be easy to rebuild given all this.

  • What is the best strategy for purchasing at the refurbished store?

    I am hoping to buy my next Apple through the refurbished store and wonder if anyone can share their experience in terms of finding the exact configuration you are looking for.  Today I browsed the store and found the perfect setup.  Apparently I did not click 'add to cart' quickly enough, and the Mac I wanted was gone.  I assume the stock is updated daily? or maybe new items are added once they are released for purchase from Apple? 
    I have no intention of compromising on the specs I want, can anyone help me strategize on how to increase my odds of finding the new refurb Mac I am looking for?

    There really is no strategy. Items put in the Refurb Store come in all shapes and sizes but not by any particular order. If you want a particular configuration then all  you can do is check regularly to see if one appears. Or you can select some other configuration that you can upgrade yourself.
    As for buying refurbs in general, I have several of them all of which have been running perfectly since purchase. Were I to buy a new computer I would probably buy it refurbished to save money.

  • What is the best app for backing up my mac. I do publication work and need to save my work?

    what is the best app for backing up my mac. I do publication work and need to save my work?

    My answer does not have the black Apple logo but the hardearned black belt of (bad) experience.
    There is one problem with TimeMachine. It can get corrupted out of the blue with no warning and it will not want to restore correctly (as an added "bonus" you get to find this out the "hard" way, when you need it most). Plus it takes ages for the data to be copied back, sometimes days. Haven't tried my 600gb backup on Mavericks but Mountain Lion had this knack of breaking Timemachine after a couple of months.
    To back up my entire server is use SuperDuper. It mirrors the drive to an external one (usb for example) The cool thing is you can use that usb drive and start the OS X from it (by holding Alt when you hear the boot chime).
    This way you have a working copy of your entire machine. You can even go to another mac and boot it from there. I literally ran the OS X Server in my company from a usb drive on an old MacBook Pro until i got around to fix the problems with the actual server machine.
    This has saved me twice already as the Hitachi drives Apple uses, tend to die like clockwork after 4000-5000 hours of use with no warning.
    http://www.shirt-pocket.com/SuperDuper/SuperDuperDescription.html
    PS. As a sidenote... SSDs are more reliable than a normal HDD (not to mention faster) I can't stress this enough, my Server is on two SSDs now. I can't tell you how stress free the setup is, it doesn't feel like a computer but more like a router, it just works... forever. After two years with SSDs my server has had two days of downtime and their health is at 97%, they will literally last 100 years with normal use. I'd go so far as to recommend you buy an SSD and move your old HDD to an external enclosure and use that as a usb backup. (for SSDs i use Plextor / Lite-On M3s (older) or the M6s (newer))

  • Photoshop Elements 10 will not allow me to back up the entire catalog.

    Photoshop 10 will not allow me to back up the entire catalog.  During its initial set up, when it runs the space needed, it stops at 18% and will not go beyond that
    Here is what I am doing.  In Elments Orgainizer, I am going to FILE, then selecting Back Up Catalgo to CD,DVD or Hard Drive, then I select- Full Back Up, then it goes to Calculate Total Media Space and that is where is stops at 18%

    Thanks for the response
    My OS is Win 7 Home Prem
    The catalog is over 60GB and over 31,000 images
    There are only a few videos in the catalog
    I am backing up to a hard drive that is a 2TB drive
    I can not even get to select the drive, as the system stops as it calculates the amount of space needed.

  • Best strategy for variable aggregate custom component in dataTable

    Hey group, I've got a question.
    I'd like to write a custom component to display a series of editable Things in a datatable, but the structure of each Thing will vary depending on what type of Thing it is. So, some Things will display radio button groups (with each radio button selecting a small set of additional input elements, so we have a vertical array radio buttons and beside each radio button, a small number of additional input elements), some will display text-entry fields, and so on.
    I'm wondering what the best strategy for tackling this sort of thing is. I'm sort of thinking I'll need to do something like dynamically add to the component tree in my custom component's encodeBegin(), and purge the extra (sub-) components in encodeEnd().
    Decoding will be a bit of a challenge, maybe.
    Or do I simply instantiate (via constructor calls, not createComponent()) the components I want and explicitly call their encode*() and decode() methods, without adding them to the view tree?
    To add to the fun of all this, I'm only just learning Faces (having gone through the Dudney book, Mastering JSF, and writing some simpler custom components) and I don't have experience with anything other than plain vanilla JSP. (No EJB, no Struts, no Tapestry, no spiffy VisualDevStudioWysiwyg++ [bah humbug, I'm an emacs user]). I'm using JSP 2.0, JSF 1.1_01, JBoss 4.0.1 and JDK 1.4.2. No, I won't upgrade to 1.5 (yet).
    Any hints, pointers to good sample code? I've looked at some of the sample code that came with the RI and I've tried to navigate the JSF Blueprints stuff, but I haven't really found anything on aggregating components into a custom component. Did I miss something obvious?
    If this isn't a good question, please let me know how I can sharpen it up a bit.
    Thanks.
    John.

    Hi,
    We're doing something very similar. I had a look at the Tomahawk Date component, and it seems to dynamically created InputText components in the encodeEnd(). However, it doesn't decode this directly (it only expects a single textual value). I expect you may have to check the request yourself in decode().
    Other ideas would be appreciated, though - I'm still new to JSF.

  • What's best strategy for dealing with 40+ hours of footage

    We have been editing a documentary with 45+ hours of footage and presently have captured roughly 230 gb. Needless to say it's a lot of files. What's the best strategy for dealing with so much captured footage? It's almost impossible to remember it all and labeling it while logging it seems inadequate as it difficult to actually read comments in dozens and dozens of folders.
    Just looking for suggestions on how to deal with this problem for this and future projects.
    G5 Dual Core 2.3   Mac OS X (10.4.6)   2.5 g ram, 2 internal sata 2 250gb

    Ditto, ditto, ditto on all of the previous posts. I've done four long form documentaries.
    First I listen to all the the sound bytes and digitize only the ones that I think I will need. I will take in much more than I use, but I like to transcribe bytes from the non-linear timeline. It's easier for me.
    I had so many interviews in the last doc that I gave each interviewee a bin. You must decide how you want to organize the sound bytes. Do you want a bin for each interviewee or do you want to do it by subject. That will depend on you documentary and subject matter.
    I then have b-roll bins. Sometime I base them on location and sometimes I base them on subject matter. This last time I based them on location because I would have a good idea of what was in each bin by remembering where and when it was shot.
    Perhaps, you weren't at the shoot and do not have this advantage. It's crucial that you organize you b-roll bins in a way that makes sense to you.
    I then have music bins and bins for my voice over.
    Many folks recommend that you work in small sequences and nest. This is a good idea for long form stuff. That way you don't get lost in the timeline.
    I also make a "used" bin. Once I've used a shot I pull it out of the bin and put it "away" That keeps me from repeatedly looking at footage that I've already used.
    The previous posts are right. If you've digitized 45 hours of footage you've put in too much. It's time to start deleting some media. Remember that when you hit the edit suite, you should be one the downhill slide. You should have a script and a clear idea of where you're going.
    I don't have enough fingers to count the number of times that I've had producers walk into my edit suite with a bunch of raw tape and tell me that that "want to make something cool." They generally have no idea where they're going and end up wondering why the process is so hard.
    Refine your story and base your clip selections on that story.
    Good luck
    Dual 2 GHz Power Mac G5   Mac OS X (10.4.8)  

  • Best strategy for migrating GL 6 DW CS4?

    First I gotta say that -- as decade-long user of several Adobe products -- Adobe has really screwed over long-time users of Adobe Golive. After a week of messing around with something that should be a slam dunk (considering the substatial amount of $ I've paid to Adobe over the years for multiple copies of GoLive 5, 6 and CS2), I can tell you Adobe's GL > DW migration utility ONLY works for sites created FROM SCRATCH in GL CS2 (they must have the web-content, web-data folder structure). This means that Adobe's migration utility only works for maybe 10% - 15% of the GoLive sites out there, and about 10% - 15% of Adobe's loyal GoLive customers, and it particularly screws over Adobe's longtime GoLive customers. Sweet! ( (Just like Adobe screwed over users of PhotoStyler -- which was a better image editor than PhotoShop, BTW.) Obviously, I would walk away from Adobe and make sure I never ever paid them another cent, but the Republican-Democrat "free market economy" has made sure I don't have that option.
    So I've gotta make Dreamweaver work, which means I've gotta migrate several large sites (the biggest has 5,000 static pages and is about 2 gigs in size) from GoLive 6 (or GoLive CS2 with the older folder structure) to Dreamweaver CS4.
    Which brings me to my question -- what's the best strategy for doing ths? Adobe's migration utility is a bad joke, so here's the alternative, real world plan I've come up with. I'd apreciate any suggestions or comments...
    1) create copies of all my GL components in the content folders for my GL site (not in the GoLIve components folder)
    2) replace the content of all GoLive compnents (in the GoLive components folder) with unque character strings, so that instead of a header with images and text, my old header would look something like xxxyyyzzz9
    3) create a new folder called astoni in the root of my hard drive. Copy all my GoLIve web site content (HTML, images, SWF, etc.) into astoni in exactly the structure it was in with GL
    4) create a new Dreamweaver site by defining astoni as the local location for my site, astoni\images as the location for images, etc.
    5) use Dreamweaver and open the newly defined astoni site. Then open each of the GoLive components I copied into a content level folder in astoni, and drag each into the Dreamweaver Assets/Library pane, in order to create library items just like my old GoLive components
    6) use Dreamweaver to Search & Replace out the unique text strings like xxxyyyzzz9 with the content of my new DW library items
    7) refresh site view to make all the links hook up...
    Thanks for your help. Hope this discussion helps others too...

    Instead of ragging on people who are familiar with DW and Site Development, you should be gracious and accept the practical advice you've been given.  A "best strategy" would be to read some tutorials and learn how to work with HTML, CSS and server-side technologies. Without some basic code skills, you're going to find DW an uphill, if not impossible battle.
    Frankly, I don't have free time to hand-hold someone through the excruciating process of migrating a 5,000 page static site from GoLive  to DW. And I doubt anyone else in this forum has either.  We're not Adobe employees.  We don't get paid to participate here.  We are all product users JUST LIKE YOU.
    I'm sorry you're frustrated.  I'm also sorry for your clients. But the problem you have now isn't Adobe's fault. It's yours for not keeping up with server-side technologies or handing-off these huge static sites to more capable web developers.  I'm not saying you need to buy anyone's books, but they are good resources for people willing to learn new things.
    That said, maybe you should stick with GoLive.  The software doesn't have an expiration date on it and will continue working long into the future.  If you're happy using GL, keep using it to maintain your legacy sites. At the same time learn X/HTML, CSS & PHP or ASP.  Use DW CS4 for the creation of new projects.
    FREE Tutorial Links:
    HTML & CSS Tutorials - http://w3schools.com/
    From   Tables to CSS Web Design Part 1 -
    http://www.adobe.com/devnet/dreamweaver/articles/table_to_css_pt1.html
    From   Tables to CSS Web Design Part 2 -
    http://www.adobe.com/devnet/dreamweaver/articles/table_to_css_pt2.html
    Taking  a Fireworks (or Photoshop) comp to a CSS based layout in DW
    http://www.adobe.com/devnet/fireworks/articles/web_standards_layouts_pt1.html
    Creating  your first website in DW CS4 -
    http://www.adobe.com/devnet/dreamweaver/articles/first_cs4_website_pt1.html
    Guidance  on when to use DW Templates, Library Items and SSIs -
    http://www.adobe.com/devnet/dreamweaver/articles/ssi_lbi_template.html
    Best of luck,
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • Best strategy for buring dual layer DVD

    I've got a project that won't fit on a single layer DVD, so I've got it set up for dual layer and "best quality" which results in a 7.38GB disk image.  However, iDVD 8 warned me when burning the disk images that some utilities may not be able to burn a reliable dual layer disk copy and to use iDVD instead, does this include Disk Utility?
    I always use Disk Utility to make copies, iDVD took almost 7 hours to burn the disk image, I can't afford to wait that long for each copy.  So what's the best strategy for burning dual layer DVDs?

    subsequent copies burn in far less time immediately after the first provide you don't quit iDvd
    If you know ahead of time you'll need more than a few copies, I'd recommend burning from a disc image to the desktop and reducing the burn speed (4x or lower) I prefer to use Roxio Toast myself. But others have had success with Apple's Disc Utilities as well.

  • Absolute Best Strategy for Cropping

    What's the absolute best strategy for high precision cropping when time is not an issue and and want "perfect" quality?
    What's the absolute best strategy for low precision cropping when time is an issue and standards are still high?
    There's gotta be different strategies for doing this, and I was curious if we could choose a winner.
    Thanks,

    Heh, Marian, that about sums it up. 
    In all seriousness...  How does "precision" connect with "cropping"?  I've always thought of "cropping" as most based on an artistic judgment, not something done for precision.  Perhaps you could describe your photography and what you expect from your workflow?
    Are you cropping photos of documents?  People?  Stars, nebulae, and galaxies?
    Is this "precision" you speak of an attempt to express "minimal loss of pixel data"?  If that's the case, get the most powerful computer you can and always work at upsampled resolutions.  And don't resample during cropping.
    One last comment:  Consider employing the crop tool in the Camera Raw dialog.  This stores metadata telling future conversions how to crop the image, but the original raw data is still all intact.  Note that you can open a whole set of images in Camera Raw, do exposure and cropping changes, and click [Done] to save that metadata.
    -Noel

  • Cisco 2504 Local radius configuration, is their any ways for backing up the user db? In case the WLC dies

    Cisco 2504 Local radius configuration, is their any ways for backing up the user db?  In case the WLC dies

    Please find the guide to keep the backup:-
    http://www.cisco.com/en/US/partner/docs/wireless/controller/7.0/configuration/guide/c70mfw.html#wp1063850

  • What is the best resolution for pics in the drop zones of idvd?

    What is the best resolution for pics in the drop zones of iDVD?
    Also: iDVD always seems to align a pic to the left, can I change this anywhere?
    thanks

    Hello, Hans.
    Re: drop zone pic resolution - I generally don't go below 1000 pixels wide (iDVD will resize these images to a slightly smaller format, but I've controlled the largest part of the downsizing in Photoshop Elements).
    The alignment in iDVD is goofy.  The best I've achieved is trial and error -- adding blank background or cropping my image in the downsizing process (see above) to position my image.
    John

  • TS3992 How can I back up an iphone when I haven't set the phone up for back ups & the touch screen doesn't work? The phone can receive calls (not answer) & the pictures & messages can be seen but touch screen doesn't work to unlock the phone or select any

    How can I back up an iphone when I haven't set the phone up for back ups & the touch screen doesn't work? The phone can receive calls (not answer) & the pictures & messages can be seen but the touch screen doesn't work to unlock the phone or select anything. We want to save/transfer pictures, contacts, and music to the replacement phone.

    Try backing it up to your computer with iTunes.  Connect it to your computer, open iTunes, click on the name of the phone in iTunes, go to the Summary tab of your iTunes sync settings and click Back Up Now.  Also go to File>Devices>Transfer Purchases to transfer you apps and other purchased media to your iTunes library.

  • What is the best app for cleaning up the hard drive?

    What is the best app for cleaning up the hard drive?

    No such application needed.
    Leave 10 to 15% disk space free.
    Restart once in a while.
    Keep a backup, clone preferably.
    If there is any problem with the disk, repair disk.
        Repair Disk
        Steps 1 through 7
        http://support.apple.com/kb/PH5836
    Best.

  • Query to identify the recovery catalog database name from target database

    Hi,
    How to get the recovery catalog database name from the registered target database?
    i dont know my recovery catalog database for my target database.
    I know we can use the query
    select * from rc_database;
    from recovery catalog database to know all the registered database with the recovery catalog but I want to know is there any way or query to identify the recovery catalog database name from target database to which the target database is registered
    With Regards
    Boobathi P

    You can check the backup scripts which you use to backup your target database to get the catalog database name.
    And check the corresponding connect string in TNSNAMES.ORA file or tnsping to get the server details of the catalog database.
    Edited by: gopal on Apr 12, 2013 12:59 PM

Maybe you are looking for

  • External speakers / connect to receiver???

    i love my new Aluminum 20" imac, but I'm wondering what my options are for external speakers, or how i can connect to my stereo receiver from my headphone jack. i know there is some kind of digital audio out connection thru the headphone jack, but i

  • Want to connect internet mobile to another via blu...

    Hellow fellows:                      Can any one tell me how i connect my other mobile phones of nokia with my 5530 Xm for internet via bluetooth i am using internet in 5530 via wifi plz tell me any application or any thing?? 

  • How to define a unique project level custom field in project server 2010?

    Hi every one; is it possible to define a unique project level custom field? our client wants to have a unique custom field( project code) which doesn't allow users to save and publish projects with the same value. for example if user A define a proje

  • How to resolve unindexed search

    Knocking up some perl to do a search for all users in our ldap dir who do not have the attribute dspswuserlink set. Error log is showing [30/Nov/2005:11:19:45 +0000] conn=109915 op=1 msgId=2 - SRCH base="o=kent.ac.uk,o=uni" scope=2 filter="(!(dspswus

  • Why is Creative cloud not allowing us to open any programs in CS6?

    Recently we have tried to open Photoshop CS6 and it is asking to renew our Creative cloud subscription. We no longer have a CC subscription. That was only opened for a short time on a completely separate computer. The computer we are speaking of has