8.1.7 Backup and Recovery Docs

Where can I find 8.1.7 Backup and Recovery Docs. I found the docs for 8.1.6 under the Oracle8i Database List of Books (Release 8.1.7).
Were the changes minor to 8.1.7 that a new doc was not released?

Hi Jack,
It would appear that all of the 8.1.7 libraries include only a backup and recovery guide for 8.1.6. This would suggest that a new doc was not released for the 8.1.7 release.
Regards,
Les

Similar Messages

  • Backup and Recovery Tool

    The Backup and Recovery doc for OCS 9 Rel 2 states that you can obtain the Oracle Collaboration Suite Backup and Recovery Tool from
    http://download.oracle.com/otn/solaris/cs/10g/9iAS_BR.tar
    This links gives a page not found error and a search does not help me.
    Anybody knows where I can find this file?

    I registered a SR on metalink, and the support person could not find it either....
    Here is what they said:
    Unfortunately despite my best efforts I have not been able to retrieve this 9.0.4 tool for you.
    It has been discontinued.
    I am closing this TA as unresolved.
    Please note that in the Collaboration Suite 10G there is a new tool called: ocs_bkp_restore.sh
    And it comes with the installation of collaboration suite (you don't need to download it).
    You can get more information on it from OTN
    Oracle Collaboration Suite Administrator's Guide 10g Release 1 (10.1.2) for Windows or UNIX
    Chap 11 Backing Up and Recovering Oracle Collaboration Suite
    http://download.oracle.com/docs/cd/B25553_01/collab.1012/b25490/ch_backing_up.htm#i1011638

  • Backup and Recovery Procedure Docs in Service Market Place

    Dear all,
    Where i can get Backup and recovery procedure docs in Service market place.
    Please let me know if any link in the same.
    Thanks in advance.
    Regards,
    Mohankumar.G

    Hi Mohan,
    Check the link [http://help.sap.com/saphelp_nw70ehp1/helpdata/en/48/bbe35dd880307ce10000000a42189b/frameset.htm]
    Hope this helps
    Regards,
    Kalyan

  • Oracle Backup and Recovery 101: where can I get more information?

    Hey everyone. I'm a pretty new Oracle DBA and backup and recovery is something I want to learn as much about as I can.
    I read a blog about "how to be a good DBA" and it really drove home the importance of backups. I know how important they are, I just want to learn more.
    What I mean is, I understand a lot of the high level concepts. It is pretty much straight forward. What I am looking for is something that really goes down in the internals of what is going on behind the scenes so I know what is going on.
    I thought it would be extremely beneficial for me to learn about user backups. Granted, RMAN is the direction my company is heading to, but right now, we are doing user made backups. My thinking is that if I can get a solid grip and understanding of backup and recovery, user made backups, it will make the transition to RMAN much easier. That way, when I am working in RMAN, issue a command to do backup, I know the equivalent of a user backup and what is going on.
    I hope that makes sense.
    Is there a recommended book that goes over backup and recovery in depth?
    I'd like to learn about all the user-made backup commands that can be executed at the command line (example, putting a tablespace in backup).
    Since backups are essential to the life of a DBA, I thought the more I know, the better off I would be.

    You can always find good information from Oracle document site,
    Oracle® Database Backup and Recovery Basics
    http://download.oracle.com/docs/cd/B19306_01/backup.102/b14192/toc.htm
    Oracle® Database Backup and Recovery Advanced User's Guide
    http://download.oracle.com/docs/cd/B19306_01/backup.102/b14191/toc.htm
    User managed backup is quite different from RMAN backup. For RMAN backup you need to get familiar with the RMAN command syntax and configure.

  • Which one is the Best Backup and Recovery Method in your point of view?

    Friends,
    Currently we are taking hot backup with archive mode.
    we have backup script to copy the datafile and we will copy the archive files in a separate folder.
    alter tablespace system begin backup;
    host cp /u01/app/oracle/oradata/livedb/system.dbf /u02/online_backup
    alter tablespace system end backup;
    like the above script we will copy all the other data files.
    then in the test environment. we will copy the datafile and archive file.
    we will be recovering by using the below statement.
    sql>recover database until cancel using backup controlfile.
    currently no problem in backup and recovery.
    What i want is......
    is there any other sophisticated and safe way to take a backup and restore it to another server?
    if yes, can anybody point out the steps or link.
    I have heard about......
    DataGuard
    RMAN
    EXP/IMP
    but i never used the above.
    Thanks
    sathyguy

    DataGuard
    RMAN
    EXP/IMP ...
    The only real backup/recovery method here is RMAN, Oracle's integrated backup/recovery tool, which I prefer. As an example for a fully functional RMAN command see 'backup database plus archivelog delete all input'. This statement provides a complete hot database backup including archivelogs and deletes at the successful end all archivelogs in all destinations . Compare this statement with all the steps necessary to do the same job manually. Don't worry you have many ways to finetune your backup.
    For more informations there's a quick start guide:
    http://download-uk.oracle.com/docs/cd/B19306_01/backup.102/b14193/toc.htm
    Dataguard is a high availibility tool, which provides a kind of backup in terms of having a logical or physical standby database. When primary side fails you can switch to this standby database. Such a constellation does not mean, database backups are no longer necessary.
    Export/Import is a logical backup, still often used to recover from human errors (you accidentally dropped a table for example). Don't use it as a replacement for physical backups, especially hot backups,in case of media failures you always will have loss of data, because changes made afterwards the export are not captured.
    Once again I recommend you seriously should consider RMAN.
    Werner

  • Oracle 10g backup and recovery

    Hi
    Can you guys give me some resource of oracle 10g backup and recovery. I want to learn about oracle 10g backup+recovery. Plz help

    Best resource is Backup and Recovery guide from Oracle document site.
    Backup and Recovery Advanced User's Guide
    http://download-west.oracle.com/docs/cd/B19306_01/backup.102/b14191/toc.htm

  • Oracle 11g  Backup and Recovery

    Hi ,
    Please let me know which is the best book for Backup and Recovery perferbable RMAN which also include Oracle 11G fundamentals for recovery .
    Looking forwrad for your responsce ..
    Thanks
    Nitin

    rajeysh,
    I do agree with you on the book and the online docs but nowadays i do think that the oracle online documentation could have wrong or misplaced information. So reading the online documentation along with a book that has some hands on experience parameters should be the best solution. Also you can support the knowledge by searching the internet.
    Regards.
    Ogan
    Edited by: Ogan Ozdogan on 19.Ağu.2010 13:46
    Dear 789393,
    What you can possibly do is go to the amazon and search for RMAN. See the results and search web and comments about those specific books. You can purchase whichever you want that meets the criteria of yours.
    Regards.
    Ogan

  • Backup and Recovery Procedures for S&OP

    Hi Team,
    My customer is trying to evaluate S&OP and has the following quesitons around backup and recovery.  If you have any info on this, can you pl. share with me?
    What is the SLA on Cloud based system availability?
    How often does the backup happen for Cloud based system?
    When a system goes down and there is a recovery, how much data would be lost – i.e., what is the lapse time between backups?
    Thank you
    Kamala

    Hi Kamala Rao,
    Please follow this link. Hope it will help your question.
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/805fbf53-8295-3110-1d89-f4cfc211687f?QuickLink=index&…

  • Backup and Recovery of Enterprise

    I've inherited an instance of Enterprise XI R2, and have discovered that it is a critical system, but is not being backed up.  I'm new to this, please bear with me.
    I found the backup and recovery guide (https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c09a069c-6a3f-2b10-3399-e0ed04d866f8), and it gives a good high level overview, but I need a little more info.
    Questions: 
    1.  The guide states that "The Central Management Server (CMS) and all job-processing and Performance Management servers should be stopped by an automated script."  Is there a specific order that the servers need to be stopped and started in?  Would anyone be willing to share their script?
    2.  I assume that when the servers are down, anything scheduled to run during that time will be lost.  i.e., the server won't check for missed jobs caused by the stopped state once the it resumes, correct?
    3.  The only thing that I need to back up on the file system is the contents of FileStore (C:Program FilesBusiness ObjectsBusinessObjects Enterprise 11.5FileStore*.*), correct?
    4.  This looks like a vanilla install using MySql.  Would anyone be willing to share their MySql backup scripts?  Is there a default password for MySql?  How can I determine this password?  How many databases are there? 
    5.  I plan to create a backup script that stops the servers, copies the FileStore path to a backup folder (using xcopy to preserve the archive attribute), have MySql generate a backup file to the same folder, and then start the servers.  This folder will be written to tape nightly (fulls on weekends, incrementals during the week).  Is there anything else that I might need to backup?  Config files?  Ini's?
    Thanks!!!

    1. There is no specific order, but last to go down should be CMS and first to come up should be CMS.
    @echo off
    Stop Business Objects Services
    echo
    net stop "BOBJCrystalReportApplicationServer"
    net stop "BOBJEventServer"
    net stop "BOBJProgramServer"
    net stop "BOBJOutputFileServer"
    net stop "BOBJProcessServer"
    net stop "BOBJInputFileServer"
    net stop "BOBJDestinationServer"
    net stop "BOBJCrystalReportspageserver"
    net stop "BOBJJobServer_Report"
    net stop "BOBJCentralMS"
    exit
    Similarly to Start services, instead of stop use start and put CentralMS at the top and save it as a batch file.
    2. Jobs running when the server goes down will fail, other recurring jobs will wait till the server comes up.
    3. Yes, backup File Store & Database.
    4. Not sure about the default password for My SQL, you should be able to backup the MySQL database, I have done that once.
    5. Backup FileStore & Database.

  • I want to find any backup and recovery solution for SharePoint server 2013 enterprise

    Dear Expertise,
    Recent set up SharePoint server 2013 Enterprise, and looking for backup and recovery solution, does the built in Windows Backup can handle it, and how?
    KF

    Hi,
    According to your post, my understanding is that you wanted to know some backup and restore solution for SharePoint 2013.
    There are two Technet articles about the backup and restore, you can have a look at them.
    http://technet.microsoft.com/en-us/library/ee428315(v=office.15).aspx
    http://technet.microsoft.com/en-us/library/ee662536(v=office.15).aspx
    You can also use some third-part software tools to achieve the same scenario.
    http://www.avepoint.com/products/sharepoint-infrastructure-management/data-protection/
    http://www.sharepointreviews.com/sharepoint-reviews-articles/sharepoint-administration/254-sharepoint-backup-recovery-evaluation
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • LIVE Video Tutorial! How to Prepare for Backup and Recovery - HP Expert Day "How-To" Video Series – Today at 2:00pm PST

    Join us at 2:00pm Pacific time for a LIVE video tutorial of how to prepare for system backup and recovery! The video features HP experts who work with the products every day!
    I am an HP employee.

    #test

  • Windows 8.1 recovery problem and install dell backup and recovery software...

    i had upgrade my windows to 8.1, the problem is that i cant install Dell backup & recovery, when i installing and updating PE I get FACTORY SETUP ERROR 5
    is there any technical help me please...thx
    however...its cant recovery or reset my laptop back to factory image...
    just like this photo...
    recovery cant... refresh also cant...

    Same problem here: windows 8.1, dell backup and recovery 1.6.2.4. During the installation, when the box of "updating PE environment" appears, i get "factory error 5"
    Is there any solution?
    Regards

  • Logical backup and recovery using export/import

    Hi,
    Anyone provide me the clear steps and command to take logical backup and recovery using the import and export method...??.
    im using oracle 9i database and redhat linux server version 4.0.........???.
    thanks,
    vasanth.......

    user12864080 wrote:
    Hi,
    Anyone provide me the clear steps and command to take logical backup and recovery using the import and export method...??.
    im using oracle 9i database and redhat linux server version 4.0.........???.
    thanks,
    vasanth.......Vasant,
    Though you have got links already for using the exp/imp , I would strongly suggest that when you mention backup/recovery, RMAN is the tool that you should be using. Exp/imp is/was never considered as a backup tool. You should read this paper to get the answer of "why rman" ?
    http://www.evdbt.com/TD_Rman.pdf
    Aman....

  • Issue with backup and recovery of WLS

    I have installed WLS 10.3.6 in my 64-bit Linux box, now I am trying to take backup my server. I have a web-application deployed to my WLS, the path to my war file was something like:
    <home_dir>/install_files/myapp.war
    Now to take backup I ran tar command on my current Linux box, now I copied the .tar files to my new Linux box and extracted it. When I am starting my weblogic server it is looking for the war file from the path <home_dir>/install/myapp.war which does not exist on my new machine. So I logged into Admin console of WLS on my new machine and trying to change the path for myapp.war by clikcing update button. But I am getting this error when I change the path:
    weblogic.management.ManagementException: [Deployer:149007]New source location, '/u01/Oracle/install_files/myapp.war', cannot be deployed to configured application, 'myapp'. The application source is at '<home_dir>/myapp.war'. Changing the source location is not allowed for a previously attempted deployment. Try deploying without specifying the source.
    Update operation failed - no deployments changed.
    Please help me how to deploy my files. I'm expecting backup and recovery option should also take care of deployed files but it is not happening in my case, is that wrong?

    1. There is no specific order, but last to go down should be CMS and first to come up should be CMS.
    @echo off
    Stop Business Objects Services
    echo
    net stop "BOBJCrystalReportApplicationServer"
    net stop "BOBJEventServer"
    net stop "BOBJProgramServer"
    net stop "BOBJOutputFileServer"
    net stop "BOBJProcessServer"
    net stop "BOBJInputFileServer"
    net stop "BOBJDestinationServer"
    net stop "BOBJCrystalReportspageserver"
    net stop "BOBJJobServer_Report"
    net stop "BOBJCentralMS"
    exit
    Similarly to Start services, instead of stop use start and put CentralMS at the top and save it as a batch file.
    2. Jobs running when the server goes down will fail, other recurring jobs will wait till the server comes up.
    3. Yes, backup File Store & Database.
    4. Not sure about the default password for My SQL, you should be able to backup the MySQL database, I have done that once.
    5. Backup FileStore & Database.

  • Dv6775us HP Backup and Recovery Manager software corrupted - can't find download

    I am getting an HP error message saying the HP Backup and Recovery Manager software has been corrupted and needs to be updated. For over an hour I have been frustrated trying to find where on this site to download a replacement of what was installed or an upgrade that would repair the problem.
    Can anyone point me to where I can get the software? Thanks.
    HP Pavilion dv6775us
    Vista Home Advanced

    Did you make a recovery disk set or usb recovery media?
    If you did, then you are in luck because  that is the software that can be used to reinstall the Recovery manager.
    The downside is that you will have to do a  factory image recovery to reinstall the software.  A recovery is a destructive process, unlike a Windows stystem restore. A recovery will mean that you  will needto save all of your data externally  to avoid losing it and reinstall all of your programs after the recovery is complete.
    Regards,
    erico
    ****Please click on Accept As Solution if a suggestion solves your problem. It helps others facing the same problem to find a solution easily****
    2015 Microsoft MVP - Windows Experience Consumer

Maybe you are looking for

  • Transferring a hard drive from one imac to another

    I have an iMac G5 1.8GHz (2gb RAM) bought new in 2004. I updated the hard drive last year from 80GB to 1TB (Hitachi serial ATA) I have over 500GB of data on this disc. I have now bought the following from a friend: Model Name: iMac Model Identifier:

  • Error in calling collection procedure.

    Hi Experts, In a package I have one procedure "setscores_ram_bulk" with collection varaiavles. And other two procedures are "UpdateRelatedOrders" and "SetGeoFraudScore" with out collections. I am calling collection procedure "setscores_ram_bulk" in n

  • Media Encoder in settings mode only shows the lower half of screen

    All of a sudden, my Adobe Media Encoder CS4 is only showing the lower half of the screen in Settings mode. This is how it encodes from the .wmv file to .avi. and is therefore corrupting the file. Does anyone know why this has happened?

  • Help with blinking ink light on printer

    I have a office jet printer and my computer states my printer is out of ink. I replaced the ink cartridges and the printer continue to blink on the ink lights and when I try to send something to the printer it keeps saying the printer is out of ink.

  • OCM query

    after doing OCP , does Oracle Certified Rac professional , dataguard certification both would be eligible for OCM? all in 10g