<?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 Re: Cold backup in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cold-backup/m-p/4136335#M316982</link>
    <description>Hello,&lt;BR /&gt;&lt;BR /&gt;The simplest and Oracle-recommended method&lt;BR /&gt;for your version is dd(1) command.&lt;BR /&gt;One of the references for you (Oracle&lt;BR /&gt;Database Backup and Recovery Advanced&lt;BR /&gt;User's Guide 10g Release 2 (10.2)).&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://download.oracle.com/docs/cd/B19306_01/backup.102/b14191/osbackup008.htm" target="_blank"&gt;http://download.oracle.com/docs/cd/B19306_01/backup.102/b14191/osbackup008.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Quote from Oracle:&lt;BR /&gt;&lt;BR /&gt;When backing up to or from raw devices, the&lt;BR /&gt;UNIX dd command is the most common backup&lt;BR /&gt;utility.&lt;BR /&gt;&lt;BR /&gt;Using dd effectively requires specifying&lt;BR /&gt;the correct options, based on your database.&lt;BR /&gt;Details about your database that affect the&lt;BR /&gt;options you use for dd are listed in the&lt;BR /&gt;following table:&lt;BR /&gt;&lt;BR /&gt;Block size&lt;BR /&gt;You can specify the size of the&lt;BR /&gt;buffer that dd uses to copy data.  &lt;BR /&gt;For example, you can specify&lt;BR /&gt;that dd should copy data in&lt;BR /&gt;units of 8 KB or 64 KB. Note&lt;BR /&gt;that the block size for dd need&lt;BR /&gt;not correspond to either the&lt;BR /&gt;Oracle block size or the&lt;BR /&gt;operating system block size:&lt;BR /&gt;it is merely the size of the&lt;BR /&gt;buffer used by dd when making the copy.&lt;BR /&gt;&lt;BR /&gt;Raw offset&lt;BR /&gt;On some systems, the beginning&lt;BR /&gt;of the file on the raw device&lt;BR /&gt;is reserved for use by the&lt;BR /&gt;operating system. This storage&lt;BR /&gt;space is called the raw offset.&lt;BR /&gt;Oracle should not back up or&lt;BR /&gt;restore these bytes.&lt;BR /&gt;&lt;BR /&gt;Size of Oracle block 0&lt;BR /&gt;At the beginning of every Oracle file, the operating system-specific code places an Oracle block called block 0. The generic Oracle code does not recognize this block, but the block is included in the size of the file on the operating system. Typically, this block is the same size as the other Oracle blocks in the file.&lt;BR /&gt;&lt;BR /&gt;Lot of examples of dd(1) usage are&lt;BR /&gt;at the above URL.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;VK2COT</description>
    <pubDate>Mon, 28 Jan 2008 07:56:15 GMT</pubDate>
    <dc:creator>VK2COT</dc:creator>
    <dc:date>2008-01-28T07:56:15Z</dc:date>
    <item>
      <title>Cold backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cold-backup/m-p/4136334#M316981</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;HP-UX 11i.&lt;BR /&gt;Oracle 10g(10.2.0.1)&lt;BR /&gt;RAC is implemented.&lt;BR /&gt;&lt;BR /&gt;I am oracle dba.&lt;BR /&gt;Our database is created on raw devices(using san storage).&lt;BR /&gt;&lt;BR /&gt;I want to know is it possible to tar datafiles,controlfiles,cluster files directly to tape or first to copy these files to another location (after shutting down the database).&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 28 Jan 2008 05:32:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cold-backup/m-p/4136334#M316981</guid>
      <dc:creator>VIRENDER SINGH_1</dc:creator>
      <dc:date>2008-01-28T05:32:46Z</dc:date>
    </item>
    <item>
      <title>Re: Cold backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cold-backup/m-p/4136335#M316982</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;The simplest and Oracle-recommended method&lt;BR /&gt;for your version is dd(1) command.&lt;BR /&gt;One of the references for you (Oracle&lt;BR /&gt;Database Backup and Recovery Advanced&lt;BR /&gt;User's Guide 10g Release 2 (10.2)).&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://download.oracle.com/docs/cd/B19306_01/backup.102/b14191/osbackup008.htm" target="_blank"&gt;http://download.oracle.com/docs/cd/B19306_01/backup.102/b14191/osbackup008.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Quote from Oracle:&lt;BR /&gt;&lt;BR /&gt;When backing up to or from raw devices, the&lt;BR /&gt;UNIX dd command is the most common backup&lt;BR /&gt;utility.&lt;BR /&gt;&lt;BR /&gt;Using dd effectively requires specifying&lt;BR /&gt;the correct options, based on your database.&lt;BR /&gt;Details about your database that affect the&lt;BR /&gt;options you use for dd are listed in the&lt;BR /&gt;following table:&lt;BR /&gt;&lt;BR /&gt;Block size&lt;BR /&gt;You can specify the size of the&lt;BR /&gt;buffer that dd uses to copy data.  &lt;BR /&gt;For example, you can specify&lt;BR /&gt;that dd should copy data in&lt;BR /&gt;units of 8 KB or 64 KB. Note&lt;BR /&gt;that the block size for dd need&lt;BR /&gt;not correspond to either the&lt;BR /&gt;Oracle block size or the&lt;BR /&gt;operating system block size:&lt;BR /&gt;it is merely the size of the&lt;BR /&gt;buffer used by dd when making the copy.&lt;BR /&gt;&lt;BR /&gt;Raw offset&lt;BR /&gt;On some systems, the beginning&lt;BR /&gt;of the file on the raw device&lt;BR /&gt;is reserved for use by the&lt;BR /&gt;operating system. This storage&lt;BR /&gt;space is called the raw offset.&lt;BR /&gt;Oracle should not back up or&lt;BR /&gt;restore these bytes.&lt;BR /&gt;&lt;BR /&gt;Size of Oracle block 0&lt;BR /&gt;At the beginning of every Oracle file, the operating system-specific code places an Oracle block called block 0. The generic Oracle code does not recognize this block, but the block is included in the size of the file on the operating system. Typically, this block is the same size as the other Oracle blocks in the file.&lt;BR /&gt;&lt;BR /&gt;Lot of examples of dd(1) usage are&lt;BR /&gt;at the above URL.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;VK2COT</description>
      <pubDate>Mon, 28 Jan 2008 07:56:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cold-backup/m-p/4136335#M316982</guid>
      <dc:creator>VK2COT</dc:creator>
      <dc:date>2008-01-28T07:56:15Z</dc:date>
    </item>
  </channel>
</rss>

