<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Online Oracle Database Backup on HP-UX in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/online-oracle-database-backup-on-hp-ux/m-p/2601867#M855896</link>
    <description>Dear Friends,&lt;BR /&gt;&lt;BR /&gt;I have a real-time application running on Oracle 8i database and HP-UX 11.0.&lt;BR /&gt;&lt;BR /&gt;I would appreciate if you could suggest a online backup script to backup the Oracle Database without shuting down the database and ensure data consistancy.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;ckchua</description>
    <pubDate>Fri, 26 Oct 2001 01:04:50 GMT</pubDate>
    <dc:creator>ckchua</dc:creator>
    <dc:date>2001-10-26T01:04:50Z</dc:date>
    <item>
      <title>Online Oracle Database Backup on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/online-oracle-database-backup-on-hp-ux/m-p/2601867#M855896</link>
      <description>Dear Friends,&lt;BR /&gt;&lt;BR /&gt;I have a real-time application running on Oracle 8i database and HP-UX 11.0.&lt;BR /&gt;&lt;BR /&gt;I would appreciate if you could suggest a online backup script to backup the Oracle Database without shuting down the database and ensure data consistancy.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;ckchua</description>
      <pubDate>Fri, 26 Oct 2001 01:04:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/online-oracle-database-backup-on-hp-ux/m-p/2601867#M855896</guid>
      <dc:creator>ckchua</dc:creator>
      <dc:date>2001-10-26T01:04:50Z</dc:date>
    </item>
    <item>
      <title>Re: Online Oracle Database Backup on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/online-oracle-database-backup-on-hp-ux/m-p/2601868#M855897</link>
      <description>ckchua,&lt;BR /&gt;&lt;BR /&gt;You need to install OnlineJFS on your system to accomplish online backups of oracle database. The following URL clearly explains the procedure that may fulfill your need.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support3.external.hp.com/cki/bin/doc.pl/sid=50b38cf30e9e6c89d2/screen=ckiDisplayDocument?docId=200000048194464" target="_blank"&gt;http://us-support3.external.hp.com/cki/bin/doc.pl/sid=50b38cf30e9e6c89d2/screen=ckiDisplayDocument?docId=200000048194464&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps you.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Fri, 26 Oct 2001 01:23:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/online-oracle-database-backup-on-hp-ux/m-p/2601868#M855897</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2001-10-26T01:23:29Z</dc:date>
    </item>
    <item>
      <title>Re: Online Oracle Database Backup on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/online-oracle-database-backup-on-hp-ux/m-p/2601869#M855898</link>
      <description>I didn't read your message completely. It really depends on what backup software you use. OmnibackII supports the snapshot filesystems. Otherwise you can use tar or cpio to take backup of the snapshot filesystems.&lt;BR /&gt;&lt;BR /&gt;To write a script basically you would be doing the following&lt;BR /&gt;&lt;BR /&gt;1. Create snapshot logical volumes. The number of logical volumes will be equal to the number of database file systems. You don't need to have the equal sizes. For ex.,if 70% of the file system is inactive, you can just create a file system of size 30% of the original file system. &lt;BR /&gt;&lt;BR /&gt;This steps is not part of the script.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;2. Create a script. This basically does the following&lt;BR /&gt;   a. Mount the snapshot file systems using the -o snapof option for each database file system.&lt;BR /&gt;   b. Take a tar|cpio backup. For omniback, you can make a pre_exec script just to mount snapshot file systems.&lt;BR /&gt;   c. Once the backup is done, unmount the file systems. This will be post_exec script in omniback.&lt;BR /&gt;&lt;BR /&gt;Alternatively, BMC's SQL Backtrack can also be used to take "hot backups" of oracle database.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Fri, 26 Oct 2001 01:33:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/online-oracle-database-backup-on-hp-ux/m-p/2601869#M855898</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2001-10-26T01:33:26Z</dc:date>
    </item>
    <item>
      <title>Re: Online Oracle Database Backup on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/online-oracle-database-backup-on-hp-ux/m-p/2601870#M855899</link>
      <description>Ck,&lt;BR /&gt;&lt;BR /&gt; I am no db expert, but would like to&lt;BR /&gt;add one basic note-&lt;BR /&gt;   To take online oracle backup, the database should be running in archive log mode and&lt;BR /&gt;these archive logs should be backed up.&lt;BR /&gt;&lt;BR /&gt; If this is a production box, i would&lt;BR /&gt;suggest to rope in a DBA in the process&lt;BR /&gt;or make the mgmt aware of the risks.&lt;BR /&gt;&lt;BR /&gt;For an idea of the hotbackup: the process&lt;BR /&gt;would be somewhat on these lines:&lt;BR /&gt; svrmgrl &amp;lt;/dev/null&lt;BR /&gt;  connect internal&lt;BR /&gt;  set termout off&lt;BR /&gt;  spool /tmp/dbfile&lt;BR /&gt;  select file_name,tablespace_name from sys.dba_data_files ;&lt;BR /&gt;  spool off;&lt;BR /&gt;  exit;&lt;BR /&gt;!&lt;BR /&gt;  (this gives the list of tablespace and datafiles)&lt;BR /&gt;&lt;BR /&gt;sed -e "1,2d" -e "\$d" /tmp/dbfiles | while read FILE TS&lt;BR /&gt;do&lt;BR /&gt;  svrmgrl &amp;lt;/dev/null&lt;BR /&gt;  connect internal&lt;BR /&gt;  alter tablespace $TS begin backup;&lt;BR /&gt;  exit;&lt;BR /&gt;  !&lt;BR /&gt;  ###BKUP THE FILE##&lt;BR /&gt;  cp $FILE  &lt;BACKUP location=""&gt;&lt;BR /&gt;  ##&lt;BR /&gt;  svrmgrl  &amp;lt; /dev/null&lt;BR /&gt;  connect internal&lt;BR /&gt;  alter tablespace $TS end backup;&lt;BR /&gt;  exit;&lt;BR /&gt;!&lt;BR /&gt;   &lt;BR /&gt;  This is from the DB point of view. You&lt;BR /&gt;would need to have a backup system in&lt;BR /&gt;place (drives, backup software ) to&lt;BR /&gt;drive the process.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-R&lt;/BACKUP&gt;</description>
      <pubDate>Fri, 26 Oct 2001 02:44:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/online-oracle-database-backup-on-hp-ux/m-p/2601870#M855899</guid>
      <dc:creator>Roger Baptiste</dc:creator>
      <dc:date>2001-10-26T02:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: Online Oracle Database Backup on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/online-oracle-database-backup-on-hp-ux/m-p/2601871#M855900</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;basically I see at least three ways to go:&lt;BR /&gt;1) buy something like "OmniBack II" to do the job&lt;BR /&gt;2) use Oracle's "RMAN" (Recovery Manager) and do it yourself - but this needs a lot of RMAN-scripting AND an RMAN-aware backup-program&lt;BR /&gt;3) use the "old-fashioned" way of "alter tablespace begin backup" and "alter tablespace end backup" to backup your tablespaces one by one, then followed by "alter system switch logfile" and finally a "alter system backup control file to 'FILENAME'" (or at least I do remember the commands to be that way).&lt;BR /&gt;It could be that this NOT supported any more with Oracle8 and Oracle8i!&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Wodisch&lt;BR /&gt;&lt;BR /&gt;Your instance MUST run in "ArchiveLog" mode, anyway!&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Oct 2001 04:43:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/online-oracle-database-backup-on-hp-ux/m-p/2601871#M855900</guid>
      <dc:creator>Wodisch</dc:creator>
      <dc:date>2001-10-26T04:43:28Z</dc:date>
    </item>
    <item>
      <title>Re: Online Oracle Database Backup on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/online-oracle-database-backup-on-hp-ux/m-p/2601872#M855901</link>
      <description>Hello, &lt;BR /&gt;&lt;BR /&gt;the old fashioned way IS supported with version 8. Since RMAN is only inluded in the Enterprise edition, no ONLINE Backup would be possible in any other way for standard editions. &lt;BR /&gt;This is exactly, what SAP is using with its brbackup/brarchive/brrestore tools, and it is also the aproach, that Omniback is using with the SAP-Integration. I attached a BEGIN BACKUP script I use for Solaris 8.1.5 databases as a pre-exec-Script for omniback, where we can not use RMAN for License reasons. The END backup is similar.&lt;BR /&gt;It is important to ensure that all redologs created between the first BEGIN BACKUP and the last END BACKUP are available to do a consistent recovery !&lt;BR /&gt;I would definately recommend to involve a DBA with this problem.&lt;BR /&gt;&lt;BR /&gt;The snapshot aproach has the problem, that you need to take the database offline to do the snapshot mounts, otherwise the database will not be consistent. Only for a very short time, but very offline. Beside this it is very comfortable.&lt;BR /&gt;&lt;BR /&gt;Just my 0.02 ???&lt;BR /&gt;Volker&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Oct 2001 08:15:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/online-oracle-database-backup-on-hp-ux/m-p/2601872#M855901</guid>
      <dc:creator>Volker Borowski</dc:creator>
      <dc:date>2001-10-26T08:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: Online Oracle Database Backup on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/online-oracle-database-backup-on-hp-ux/m-p/2601873#M855902</link>
      <description>HI&lt;BR /&gt;Following link gives details about integrating Oracle online backups using RMAN with HP Omniback software. &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://ovweb.external.hp.com/lpe/doc_serv/" target="_blank"&gt;http://ovweb.external.hp.com/lpe/doc_serv/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;Prashant.</description>
      <pubDate>Fri, 26 Oct 2001 14:41:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/online-oracle-database-backup-on-hp-ux/m-p/2601873#M855902</guid>
      <dc:creator>Deshpande Prashant</dc:creator>
      <dc:date>2001-10-26T14:41:45Z</dc:date>
    </item>
    <item>
      <title>Re: Online Oracle Database Backup on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/online-oracle-database-backup-on-hp-ux/m-p/2601874#M855903</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;I would recommend using RMAN if you have the opportunity. Its strong coexsistence with the Oracle software gives a powerful recovery solution that can be built to your wishes. (Ouch.. that sounded almost like a Oracle advert.)&lt;BR /&gt;To read about RMAN I would recomend:&lt;BR /&gt;Oracle Metalink Note: 109223.1 Quickstart Guide: RMAN setup &amp;amp; Configuration&lt;BR /&gt;Oracle Metalink Note: 106432.1 RMAN: Setup and Usage in Oracle8 and 8i&lt;BR /&gt;Oracle Metalink Note: 50875.1   Getting started with Server Managed Recovery and RMAN&lt;BR /&gt;&lt;BR /&gt;and here is an sample script:&lt;BR /&gt;rman_backup.sh:&lt;BR /&gt;#!/sbin/sh&lt;BR /&gt;# Script for running Oracle Recovery Manager backup&lt;BR /&gt;ORACLE_SID=TEST; export ORACLE_SID&lt;BR /&gt;ORACLE_HOME=/oracle/product/8.0.6; export ORACLE_HOME &lt;BR /&gt;$ORACLE_HOME/bin/rman target / rcvcat rman/rman@rcat \ &lt;BR /&gt;cmdfile /oracle/admin/rman/backup_db_and_archive.scr&lt;BR /&gt;&lt;BR /&gt;backup_db_and_archive.scr:&lt;BR /&gt;run {&lt;BR /&gt;allocate channel c1 type disk&lt;BR /&gt;format '/backup/df_%d_%s_%p';&lt;BR /&gt;backup (database);&lt;BR /&gt;release channel c1;&lt;BR /&gt;allocate channel c1 type disk&lt;BR /&gt;format '/backup/al_%d_%s_%p';&lt;BR /&gt;sql "alter system archive log current";&lt;BR /&gt;backup (archivelog all delete input);&lt;BR /&gt;release channel c1;&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;Sridhar mentioned SQL*Backtrack and we're using it on a couple of databases, and it's a realy good tool; but it costs some bucks..&lt;BR /&gt;Its meny driven setup and runnig of backups and recovery situation. Not to forget the dry-run opportunity that allows you to perform recovery without actually doing it, is a great whay to be prepared for emergency situations.&lt;BR /&gt;&lt;BR /&gt;When using the Oracle Enterprise Manager the RMAN backup jobs is set up using wizards, and the need for scripting is reduced. But I would still recommend to learn the RMAN scripts for having control over recovery situations.&lt;BR /&gt;&lt;BR /&gt;Andreas&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Oct 2001 19:02:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/online-oracle-database-backup-on-hp-ux/m-p/2601874#M855903</guid>
      <dc:creator>Andreas D. Skjervold</dc:creator>
      <dc:date>2001-10-26T19:02:52Z</dc:date>
    </item>
  </channel>
</rss>

