<?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: data recovery in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/data-recovery/m-p/3840224#M10271</link>
    <description>Is this Oracle RDB V7.0 ?&lt;BR /&gt;&lt;BR /&gt;You may be able to use the RMU/UNLOAD facilty to extract the required rows from the restored database and insert them into the live DB. You may be able to do something with the .AIJ files.&lt;BR /&gt;&lt;BR /&gt;An other place for RDB questions are the &lt;BR /&gt;RDB Managers list&lt;BR /&gt;&lt;A href="http://www.jcc.com/jccs_oracle_list_servers.htm" target="_blank"&gt;http://www.jcc.com/jccs_oracle_list_servers.htm&lt;/A&gt;</description>
    <pubDate>Wed, 09 Aug 2006 07:39:27 GMT</pubDate>
    <dc:creator>Ian Miller.</dc:creator>
    <dc:date>2006-08-09T07:39:27Z</dc:date>
    <item>
      <title>data recovery</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/data-recovery/m-p/3840221#M10268</link>
      <description>Hello,&lt;BR /&gt;I am a newbee DBA and have a little problem.&lt;BR /&gt;My online database lost 2 days of data because of an error in our backup-to-disk routine. I already have recovered the database files (.rdb, .rbf, .snp, .rda, .aij) from Tape into one directory in a separate disk... Now I need to read that database in order to select only those 2 days of data and upload them into the online database.&lt;BR /&gt;&lt;BR /&gt;I have a Alpha1000 Server, Oracle 7.0, OpenVMS.&lt;BR /&gt;&lt;BR /&gt;Thanks for help and attention.&lt;BR /&gt;Ademir</description>
      <pubDate>Wed, 09 Aug 2006 06:09:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/data-recovery/m-p/3840221#M10268</guid>
      <dc:creator>Ademir Viana de Freitas</dc:creator>
      <dc:date>2006-08-09T06:09:21Z</dc:date>
    </item>
    <item>
      <title>Re: data recovery</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/data-recovery/m-p/3840222#M10269</link>
      <description>Ademir,&lt;BR /&gt;&lt;BR /&gt;Has the system been returned to service yet?&lt;BR /&gt;&lt;BR /&gt;- Bob Gezelter, &lt;A href="http://www.rlgsc.com" target="_blank"&gt;http://www.rlgsc.com&lt;/A&gt;</description>
      <pubDate>Wed, 09 Aug 2006 06:50:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/data-recovery/m-p/3840222#M10269</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2006-08-09T06:50:55Z</dc:date>
    </item>
    <item>
      <title>Re: data recovery</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/data-recovery/m-p/3840223#M10270</link>
      <description>yes, the database is on service, ok. but if we search for june 28th, 29th no data there. The thing is we have a delete_old_data_routine that ran that day, with the backup_to_disk routine faulting...&lt;BR /&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Wed, 09 Aug 2006 06:56:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/data-recovery/m-p/3840223#M10270</guid>
      <dc:creator>Ademir Viana de Freitas</dc:creator>
      <dc:date>2006-08-09T06:56:04Z</dc:date>
    </item>
    <item>
      <title>Re: data recovery</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/data-recovery/m-p/3840224#M10271</link>
      <description>Is this Oracle RDB V7.0 ?&lt;BR /&gt;&lt;BR /&gt;You may be able to use the RMU/UNLOAD facilty to extract the required rows from the restored database and insert them into the live DB. You may be able to do something with the .AIJ files.&lt;BR /&gt;&lt;BR /&gt;An other place for RDB questions are the &lt;BR /&gt;RDB Managers list&lt;BR /&gt;&lt;A href="http://www.jcc.com/jccs_oracle_list_servers.htm" target="_blank"&gt;http://www.jcc.com/jccs_oracle_list_servers.htm&lt;/A&gt;</description>
      <pubDate>Wed, 09 Aug 2006 07:39:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/data-recovery/m-p/3840224#M10271</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2006-08-09T07:39:27Z</dc:date>
    </item>
    <item>
      <title>Re: data recovery</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/data-recovery/m-p/3840225#M10272</link>
      <description>Ademir,&lt;BR /&gt;&lt;BR /&gt;Extreme caution is advised here.&lt;BR /&gt;&lt;BR /&gt;If the database is a log of transactions, then extracting them and re-inserting them MAY be ok (however, you do need to verify that there are no other data items in other tables that were updated in the interim).&lt;BR /&gt;&lt;BR /&gt;For example, if the log records refer to another table by index, you may have created overlapping index assignments. For example, suppose the log records refer to the Index (Row Number) of the AccountName in a different table:&lt;BR /&gt;&lt;BR /&gt;Old Database         New Database&lt;BR /&gt;019   Smith          019 Smith&lt;BR /&gt;020   Jones          020 Bartton&lt;BR /&gt;021   Appleby        021 Julius&lt;BR /&gt;&lt;BR /&gt;If you attempt to restore the log records from such a database, you will have a problem.&lt;BR /&gt;&lt;BR /&gt;You need to verify that there are no problems caused by ther consistency of the information that you wish to restore.&lt;BR /&gt;&lt;BR /&gt;Also, check with your Audit department if any paperwork must be completed to legally document what you are doing.&lt;BR /&gt;&lt;BR /&gt;- Bob Gezelter, &lt;A href="http://www.rlgsc.com" target="_blank"&gt;http://www.rlgsc.com&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Aug 2006 07:46:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/data-recovery/m-p/3840225#M10272</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2006-08-09T07:46:22Z</dc:date>
    </item>
    <item>
      <title>Re: data recovery</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/data-recovery/m-p/3840226#M10273</link>
      <description>Thank you, Mr. Gezelter,&lt;BR /&gt;I have this concern as well.&lt;BR /&gt;The online database doesNOT have this data there, no trace of them. So, no worries about updating.&lt;BR /&gt;I have these data only on disk6 (recovered from tape).&lt;BR /&gt;&lt;BR /&gt;I tried defining a new logical for the recovered database (disk6) but the .rdb file has directions to the online DB (disk1). I need to change the references here (I think)&lt;BR /&gt;First, in order to have the logical working, I have to change the disk6.rdb to be linked to disk6.snp...rda... and not to DISK1.rda,snp....Perhaps I am on the wrong way...&lt;BR /&gt;&lt;BR /&gt;thank you for the kind attention.&lt;BR /&gt;Ademir</description>
      <pubDate>Wed, 09 Aug 2006 07:57:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/data-recovery/m-p/3840226#M10273</guid>
      <dc:creator>Ademir Viana de Freitas</dc:creator>
      <dc:date>2006-08-09T07:57:12Z</dc:date>
    </item>
  </channel>
</rss>

