Backup method in Noarchive mode

Hi All,
I have one question regarding backup methods. I have my all database in Oracle11gR2 in Noarchive mode. I want to define some backup method but no idea which one is preferable in noarchive mode. Cold backup is again not possible. can I take tablespace/datafile backup ? Is there any other option which I can perform in Noarchive mode or temporarily put the database in Archive and perform the backup?
Please guide me.
Thanks...

user12115 wrote:
Hi All,
First of all thanks for your reply and suggestions. I have not lost the interest but reading and thinking on all your suggestion.
About expdp yes I think this is the only option I was thinking before post a question here. but as we know this is should not consider as a backup.
For Archive mode - this is R&D database and we have disk space issue if we can not put database in Archive mode.
For COld backup - again not possible because single database uses in different time zone so DB should be up and running almost all the time.I think the operative word there is "almost". How big is the database? How long does it take to shut it down, back it up, and bring it back up? Unless the database is really big (why would an r&d database be really big, unless r&d was specific to VLDB) you should be able to do the job during the guy's lunch break. Even for an r&d database, you might be able to justify noarchivelog, but you will really feel the pain if you get a physically corrupted database and all you have is an export.
>
The only one option which I am not aware is what about John speicified. John can you please suggest or forward me some link with some backup example for more details. this is really helpful to me. From your suggested link I understand this is possible but after put the database in suspend mode how do I copy the Tablespace/datafiles - just simple Linux cp command or some other options also?
Edited by: user12115 on Mar 5, 2013 5:08 AM
Edited by: user12115 on Mar 5, 2013 5:15 AM

Similar Messages

  • Logical Standby Database in NOARCHIVE Mode

    Hi,
    I have configured a Logical Standby Database for Reporting purposes. A Physical Standby Database is running for MAA. i.e. in case of Role Transition (switch/Failover) the Physical Stdby Db will get the role of the Primary.
    The logical standby database is creating a lot of Archive Redologs files, nearly every minute. Redolog files are 50MB and there is no work done in db during the time. I'm NOT using Standby Redolog files.
    Is there a need for logical standby database to be in NOARCHIVELOG mode? The Primary is definatley in ARCHIVELOG mode.
    Thanks for any responses.
    regards
    Sahba

    hi,
    well there are two things to the above:-
    1. there was an archive file nearly every minute:
    this is due to a db recovery. for some reason, the db was in inconsistent state, after a sudden shutdownof the OS. I was on a test environment, on windows vista, unfortunately. unimportant ... a reboot solved it.
    2. Logical standby db in NOARCHIVE MODE when setup for the purpose of Reporting.
    As long as the MAA configured for the primary db, such as physical standby db, and a second, the logical standby db setup purely for the purpose of reporting, which then can run with NOARCHIVELOG mode, after converting the physical standby db to logical.
    logical standby db uses Streams architecture, so this method brings cost, time and performance advantages to the customer.
    regards
    Sahba

  • Restoring backup taken in NOARCHIVELOG mode

    Hi I have a test database in noarchivelog mode. The backup I am implementing involves:
    Shutting down the database in immedtiate mode. Taking a complete backup of the
    a) Datafiles
    b) Controlfiles
    c) Redo log files
    d) Parameter file
    e) Password file
    Now, when I want to restore in case of any media failure, I will copy all the above file to their respective locations.
    Here my question is that, do I require to open the database after restoring all the datafiles,controlfile and redo files(in particular) in the RESETLOG mode or as I will be overwriting the current useless redo log files with the backup redo log files, I can just open the database normally?
    What I am thinking is to open the database with alter database open
    Please comment with full explanation.

    >
    Hi I have a test database in noarchivelog mode. The backup I am implementing involves:
    Shutting down the database in immedtiate mode. Taking a complete backup of the
    a) Datafiles
    b) Controlfiles
    c) Redo log files
    d) Parameter file
    e) Password file
    Now, when I want to restore in case of any media failure, I will copy all the above file to their respective locations.
    Here my question is that, do I require to open the database after restoring all the datafiles,controlfile and redo files(in particular) in the RESETLOG mode or as I will be overwriting the current useless redo log files with the backup redo log files, I can just open the database normally?
    What I am thinking is to open the database with alter database open
    >
    Your thinking is right :-) You have chosen the simplest but not necessarily most efficient or reliable backup method. You simply get the whole database back from backup, so there is no resetlogs necessary. But keep in mind that you lose all modifications since your backup.
    Kind regards
    Uwe
    http://uhesse.wordpress.com

  • How to change from archive mode to noarchive mode

    Hi,
    I am running 10gR2 on Windows.
    Does any one know the steps to change the database which is current in archive mode to noarchive mode?
    Thanks

    shutdown immediate
    startup mount
    alter database noarchivelog;
    alter databae open;
    archvie log list -- to check whether the archive mode is turned off or no.
    Make sure you backup the database before and after.
    Jaffar

  • NOARCHIVE mode and datafile DROP OFFLINE

    I have a 10gR2 database on linux that I use for testing. The db is in NOARCHIVE mode.
    I had created test tablespaces on a NAS (as opposed to the system tables on the local machine). The NAS crashed, losing the drive mapping on the db machine. Of course, I couldn't start the database due to the missing datafiles. I did an 'alter database datafile 'xxxx' drop offline', which put the datafiles in RECOVERY mode in the datafiles view.
    Amazingly, I was able to recover the NAS several days later, and the datafiles.
    Is there any way to restore them after a drop offline? When I try to online them, I get recovery needed, when I try to recover, none of the redo logs have the right checkpoint. (The checkpoint needed is less than what are in the redo logs)
    I don't care about any data that might have been lost. The data was static for months.
    Any suggestions?
    Edited by: user10822921 on Nov 4, 2009 5:03 AM

    If the database is asking for recovery when you online the files, and you don't have those transactions in the redo logs, you can't recover to a consistent point in time to online the files.
    # Note that the following is not supported by Oracle Support. You may want to ask them for a second opionion.
    You could try taking a copy of all files to another location, recreate the controlfile, and use parameter "_allow_resetlogs_corruption=TRUE" to allow "open resetlogs" to ignore the inconsistent SCN. If it works, you should be able to export the data in the copy database, drop the objects in PROD, and re-import.

  • Changing the noarchive mode online

    Hi,
    Our Oracle database(10g) is running an archive mode currently.
    we have to change the mode to noarchive mode without downtime.
    Can I change the mode through the online ?
    Please advise me !
    Thanks

    Are you planning on doing this historical data load while the database is up and servicing the existing application(s) and user(s) as normal? Or are you planning to make the database inaccessible to those users during the load?
    If you really cannot have any downtime during the load, you may be able to reduce your redo generation using various NOLOGGING options an the /*+ APPEND */ hint, but probably not a lot.
    Justin
    Distributed Database Consulting, Inc.
    http://www.ddbcinc.com/askDDBC

  • Backup schedule will not use faster backup method

    Hello,
    I am currently using Windows Server Backup in Windows Server 2008 R2 to make a copy of our Exchange server. When I initially set the schedule it was configured to use the normal backup method, but after noticing that it was taking an exceedingly long time
    I went into the Performance settings and selected the Faster backup option.
    The faster method works great if I use the Backup Once option, but for some reason the scheduled backups still try to run the normal, non-incremental backup. I can't find where to change this in the schedule. 
    **I know that the first time you run the faster backup it needs to make the full backup. It has done this(it takes about 3 days) and every time I have run it since using the Backup Once option it has worked fine(takes about 1 hour). Once again, the issue
    is that the schedule will not use the faster option and tries to use the normal backup every time.
    Thank you

    I am backing up to a network location. When I use the Backup Once option and assign it to use a network location it is able to do the Faster backup. It doesn't make sense that the faster backup works when I do it manually but doesn't work when if it is
    initiated by the schedule. They are both going over the network.

  • FULL RECOMMENDED BACKUP METHOD

    I did the following:
    Logged out of both Skype accounts, quit both, and checked no Skype process running.
    Copied everything from C:\Users\[my name]\AppData\Roaming\Skype to my external drive, including the main.db files for both accounts.
    Uninstalled Skype.
    Installed SkypeSetupFull.exe (not SkypeSetup.exe) from Download.com.
    Copied everything back from my external drive to C:\Users\[my name]\AppData\Roaming\Skype, including the main.db files for both accounts.
    Logged into both accounts again.
    Is this all data?
    Is it the optimal backup method?
    Favorites doesn't have any contacts now.
    I did have custom lists for contacts, but haven't now.
    I don't see any call history or have anything under Recent Conversations.
    Options are their defaults.
    My unused credit isn't displayed top left next to my name, though it is in My Account.
    This is the case for both accounts.
    I installed Database Browser & DB Browser for SQLite, but wasn't technically-minded enough to know how to use them.
    I've come across software that may help in future, but I thought Skype might have been designed to make the job easier than this.
    I'd be really pleased if anyone could help. Replies to this might answer many other people's backup questions too.
    Andrew.

    56 views and no solution?! I'm amazed that Skype doesn't have Backup & Restore in the Options, or even tell us the optimal backup method.
    Do moderators not even know the answer?
    Andrew.

  • CUCM - Supported Backup method

    Hi !
    What are the VMware backup supported by CUCM and other collaborative applications. In doc-wiki it's mentioned till CUCM 10.0 only .
    Any other document which will officially confirm that whether it will support or not ?
    Thanks in Advance !!!

    Hi,
    For UC applications, vm snapshots are not supported and the only supported backup method for CUCM is DRF backup. VM snapshots might lead to performance issues. You could refer below document for more details.
    http://www.cisco.com/c/en/us/support/docs/voice-unified-communications/unified-communications-manager-callmanager/116459-technote-product-00.html
    HTH
    Shenbagarajan

  • A backup method

    Hi all,
    I need a documented backup method for PeopleSoft 9.0, please it´s urgent, I´ll aprice any help.
    Thanks.

    Peoplesoft is many components application.
    1. database, for the backup strategy, please refer to the database vendor recommandations
    2. tools (filesystem), please refer to the host OS vendor recommandations
    3. reports, you should have a backup policy retention for the produced reports
    You should build your own backup strategy, as discussed in your duplicate thread :
    Backup & recovery Peoplesoft
    Nicolas.

  • Recommendations for OneDrive Backup Methods

    So my company just switched over to Office365, and so far things are pretty good. I'm looking to utilize the OneDrive features as a replacement for our individual user drives, currently housed on our server. My issue is this:
    1. Microsoft doesn't recommend using OneDrive as a backup method, therefore I will need to back these drives separately from OneDrive.
    2. According to Microsoft's site, it's not supported or recommended to change the location of OneDrive, so it's forever on the local drive of the user's computer.
    With these issues taken in to account. How am I supposed to backup OneDrive if every drive is on that individual user's computer? It's an administrative nightmare to manually point everything to a server location for easier backup access since users have
    different schedules and some will shut their computers down at night (when a backup would take place) while others don't.
    So, for anyone who has done this already, how do you manage the backups?
    Thanks!

    Hi,
    I'm marking the reply as answer as there has been no update for a couple of days.
    If you come back to find it doesn't work for you, please reply to us and unmark the answer.
    Thanks,
    Melon Chen
    Forum Support
    Come back and mark the replies as answers if they help and unmark them if they provide no help.
    If you have any feedback on our support, please click
    here

  • External Backup Method - Alternate procedure

    I normally do a backup of my Macintosh HD partition to an external drive using SD (all files to an image on external drive) and also do a backup of BOOTCAMP when within Win 7 x64 using Acronis True Image (again using all files option to a single file image).
    Naturally both procedures above are executed using 'file by file' backup which is quicker than sector by sector backup. I have a 1TB WD Scorpio Blue stuffed in the Macbook Pro with apprx 700GB partitioned for Mac OS 10.6.5 and the remaining 300GB allocated to BOOTCAMP, the external backup drive is also 1TB with equally matched sized partitions
    I would prefer to change my backup/copy method to just copy the 'entire disk' within the Macbook pro and mirror that to the external disk of the same size, a snap-shot mirror in one foul swoop with no messing about between two different OS's as stated above.
    What would be the best procedure for this?
    Would it involve booting externally from my OS X SL DVD disk and then running a disk copy within the utility? Best practice suggestions appreciated.

    I have indeed had three drives with hardware failure already and another three or more instances where the data and/or structure of the data on the drive, i.e. B-Tree file index structure on a drive, had become corrupted and in some cases could not be repaired by any utility software as it was beyond fixing. First drive hardware failure was a desktop Lacie d2 but luckily it was just one of the connection interfaces that failed (firewire 800), fortunately it had a triple interface and I was able to salvage the data through the USB-2 interface only, this was probably a good thing as the drive was excessively noisy anyway and therefore may not have lasted much longer. Second drive to have hardware problems was a portable WD MyPassport Essential 1TB, for some reason this produced a fault when only a few months old and was not recognised by the OS, however bizarrely if I turned the unit upside down and laying it flat (as these drives are not the standing-up type being portable) and then plugging it back into the Mac, it would then work! Because of this I then got a portable Seagate GoFlex 1TB ultra portable in order to transfer the data from the upside-down WD MyPassport Essential and then take that back to the store, however this turned out to be the worst mistake because the Seagate GoFlex 1TB Ultra portable completely and entirely failed after only a mere 4 weeks of careful use,it would not appear at all on the desktop and no software could help it with some reporting a hardware failure code. It's worth pointing out that a desktop Western Digital MyBook Studio 1TB drive that I've had for some time now has been fine, I've had the MyBook Studio before and during the problems encountered with the two small mobile drives I'v had mentioned above and the MyBook Studio continues to perform well (even with the taxing task imposed by Super Duper when using the convert image to Read-Only mode for backing up all files - you can usually hear the drive become very noisy with the read-write head going ballistic as it converts & compares)
    From the responses to this post I can see there's quite a lot to bare in mind when doing a sector by sector backup, such as replicating file-system errors or damaged data from any bad blocks, non defragmentation. I usually do a verify/repair & permissions repair first, as well as to clean up the system with utility software that runs the Mac daily/weekly & monthly housekeeping scripts in one go, the clearing of logs, resetting and emptying of all browsers and by then some automated background utility has completed it's full disk scan in the background for any bad blocks. To be honest I'm looking forward to the day I can affordably buy a decent 1TB SSD to eliminate the mechanical wear & tear factor with improvements increasing with the performances, wear levelling management, MTBF (mean time before failure - usually 2 million hours/228 years, for decent ones), transfer rates and power saving gains. OWC sell what appears to be a very decently specified 480GB SSD and soon they may have a 1TB version with lower future pricing per GB. Must point out though that Pure Silicon have had a One terabyte 1TB SSD SATA 2.5" 9.5mm MLC (multi layer cell type) drive for 2 years now since January 2009 when it was announced and the even more vastly superior SLC (single layer cell type) at an unheard of 500GB two years ago, but these are for military applications as well as medical, government and specialist enterprise server applications.. so they wont sell you one, but consumer companies are catching up.
    http://www.puresi.com/index.php?option=com_content&view=category&layout=blog&id= 4&Itemid=9
    Anyway, I've been going off subject a little myself here so in light of the different methods available, I think what I'm kinda looking for was a method of just backing up the whole drive in one go without having to do so from within the two separate OS's installed. Also this would be useful if or when I eventually get a 1TB SSD and therefore transfer the Mac OS partition and Bootcamp Windows partition straight over without upsetting them in case there would be problems using other methods. It's obviously not that straight forward doing sector backups, so I will have to experiment when I get another drive. Also being put-off with the failures I've had from previous external drives I'm therefore considering the RAID 1 disk mirroring route for my next external drive (cost permitting though).

  • Library/Project Backup methods?

    Hi there,
    I have been using aperture from it's 1.0 incarnation and have always done my backups in the very tedious "export project" method. The reason for doing this is because of the lack of apple being able to keep a running backup of all projects in a vault. IE: if you delete a project in your library, it gets deleted in your vault.
    I am at that point again that I am tired of the "export project" mode, as I am shooting more and more clients, and this is a very tedious, time consuming way of backing up.
    Anyone know of an automated method of keeping a running/current back up of all projects for Aperture?
    I have projects totaling near a TB of photos and keeping a library with ALL these projects is literally impossible.
    Thanks.
    Pax

    Try asking in the iTunes forum.

  • Can't backup database in NOarchivelog mode

    Hi there,
    I get this error when I run this command from rman:
    backup database
    Starting backup at 19-JAN-11
    using channel ORA_DISK_1
    channel ORA_DISK_1: starting full datafile backupset
    channel ORA_DISK_1: specifying datafile(s) in backupset
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of backup command on ORA_DISK_1 channel at 01/19/2011 17:18:10
    ORA-19602: cannot backup or copy active file in NOARCHIVELOG mode
    please help.
    Thanks in advance!

    user13286861 wrote:
    ok it finally shutdown cleanly.
    I altered it in archivelog mode.
    Now I can run a backup database command from rman?What does it cost to try it and see? What would be the worst thing that could possibly happen? An error message saying you can't do that?
    And please note, this forum is not a chat line. Operators are NOT standing by. Posting a new message every two minutes to give an update on the fact that the database hasn't shut down yet is not necessary and not productive.
    If there are a lot of pending transactions when you issue SHUTDOWN IMMEDIATE, they will all have to be rolled back as part of the shutdown. That can take some time. And if you bypass that with SHUTDOWN ABORT, they will have to be rolled back as part of instance crash recovery on the next startup, which will also take some time. Five minutes may feel like an eternity when you are sitting there waiting for your command to complete, but is no reason to panic.

  • Iphone 4 went into recovery mode when trying to restore, only option available now is to "restore and update" however this will not work, how can you restore from a backup once in recovery mode and only option is "restore and upgrade"? Please help!

    iPhone 4 went into recovery mode when trying to restore it. Now the only option iTunes allows is for "restore & upgrade", it is not offer an option to restore from a backup, says that must first do the upgrade, when attempting to do the upgrade the iPhone won't accept it.
    How can I restore from a back up in recovery mode when the only option is "restore and upgrade"?
    Please help.

    You don't you must restore your phone first and then you will have the option to restore from your backup.
    If you can't update or restore your iPhone, iPad, or iPod touch - Apple Support

Maybe you are looking for

  • Crystal reports and JSP

    Hi there, I would like to call crystal reports from JSP. How can I do that? My system is: Webserver: iPlanet 4.0 SP4 Crystal reports: 8.5 Developer version Database: Oracle 8i version 8.1.6 S.O.: Solaris. I tried the documentation from Seagate but th

  • Xcompmgr draws trailing shadow outlines without the -f flag

    I have been fiddling around with xcompmgr, and so far its been pretty cool, i like being able to see through my terminals and fading effects were cool for a while, but i noticed that after long periods of use it would start bashing X and i would get

  • Photos dont set right after the up date on screen

    after I dated 7.0.4 the screen photos do not fit the screen like they did before the up date...I tryed everything..they worked great before the up date for the ipad

  • ADF security at runtime

    Hi All, Is there any posibility to edit resource grant at runtime in adf applicatoin deployed on standalone weblogic with LDAP configured. based on this blog i guess i need to edit system-jzan-data file. here is detailed senario app role created abc

  • USER IS GETTING ERROR MESSAGE WHILE DOING PM ORDER COLLECTIVE CONFIRMATION

    Dear, i have query from my client that user is getting error message " no status object is available for cre o/o/o while doing pm order confirmation. My client is using sap MRS . I Recommend the client to run program ZKBEDREP in se38 and still they a