<?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: Tablespace Backup/Restore test in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/tablespace-backup-restore-test/m-p/4721749#M608117</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;a database is no filesystem. &lt;BR /&gt;While you backup the tablespace, the DB still writes to the tablespace. Thus, since the&lt;BR /&gt;backup takes a couple of time, your backup is not consistent.&lt;BR /&gt;After you restored it, it requires &lt;BR /&gt;RECOVERY to make it consistent again.&lt;BR /&gt;&lt;BR /&gt;Do a google search to learn the difference&lt;BR /&gt;between restore and recovery in oracle language.&lt;BR /&gt;&lt;BR /&gt;You will require the offline redologs to&lt;BR /&gt;recover your tablespace.&lt;BR /&gt;&lt;BR /&gt;Volker</description>
    <pubDate>Sun, 05 Dec 2010 09:47:41 GMT</pubDate>
    <dc:creator>Volker Borowski</dc:creator>
    <dc:date>2010-12-05T09:47:41Z</dc:date>
    <item>
      <title>Tablespace Backup/Restore test</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tablespace-backup-restore-test/m-p/4721747#M608115</link>
      <description>HI,&lt;BR /&gt;&lt;BR /&gt;We have just installed the DP 06.11 on our servers and now want to test the backup/restore for our database.&lt;BR /&gt;&lt;BR /&gt;The backup performed successfully but while trying to restore the file I am geeting some error message, request you to please review the backup/restore process below and suggest me if I am making some mistake in my steps.&lt;BR /&gt;&lt;BR /&gt;SQL&amp;gt; create tablespace testtbs;&lt;BR /&gt;&lt;BR /&gt;Tablespace created.&lt;BR /&gt;&lt;BR /&gt;SQL&amp;gt; create table testtable (empid number(2))&lt;BR /&gt;  2  tablespace testtbs;&lt;BR /&gt;&lt;BR /&gt;Table created.&lt;BR /&gt;&lt;BR /&gt;SQL&amp;gt; insert into testtable values(2);&lt;BR /&gt;&lt;BR /&gt;1 row created.&lt;BR /&gt;&lt;BR /&gt;SQL&amp;gt; insert into testtable values(3);&lt;BR /&gt;&lt;BR /&gt;1 row created.&lt;BR /&gt;&lt;BR /&gt;SQL&amp;gt; select * from testtable;&lt;BR /&gt;&lt;BR /&gt;     EMPID&lt;BR /&gt;----------&lt;BR /&gt;         2&lt;BR /&gt;         3&lt;BR /&gt;&lt;BR /&gt;*Tablespace testtbs Backup Taken Successfully.&lt;BR /&gt;&lt;BR /&gt;SQL&amp;gt; update testtable set empid=5 where empid=2;&lt;BR /&gt;&lt;BR /&gt;1 row updated.&lt;BR /&gt;&lt;BR /&gt;SQL&amp;gt; commit;&lt;BR /&gt;&lt;BR /&gt;Commit complete.&lt;BR /&gt;&lt;BR /&gt;SQL&amp;gt; select * from testtable;&lt;BR /&gt;&lt;BR /&gt;     EMPID&lt;BR /&gt;----------&lt;BR /&gt;         5&lt;BR /&gt;         3&lt;BR /&gt;&lt;BR /&gt;SQL&amp;gt; alter tablespace testtbs offline;&lt;BR /&gt;&lt;BR /&gt;Tablespace altered.&lt;BR /&gt;&lt;BR /&gt;*Restore tablespace testtbs performed on DP successfully.&lt;BR /&gt;&lt;BR /&gt;But while making tablespace testtbs online, I am getting below error message:&lt;BR /&gt;&lt;BR /&gt;SQL&amp;gt; alter tablespace testtbs online;&lt;BR /&gt;alter tablespace testtbs online&lt;BR /&gt;*&lt;BR /&gt;ERROR at line 1:&lt;BR /&gt;ORA-01113: file 22 needs media recovery&lt;BR /&gt;ORA-01110: data file 22:&lt;BR /&gt;'/home/oracle/app/oracle/oradata/VIVADEV/datafile/o1_mf_testtbs_6hpg7g6y_.dbf'&lt;BR /&gt;&lt;BR /&gt;Please suggest.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Saurabh</description>
      <pubDate>Sun, 05 Dec 2010 08:18:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tablespace-backup-restore-test/m-p/4721747#M608115</guid>
      <dc:creator>saurabhviva</dc:creator>
      <dc:date>2010-12-05T08:18:26Z</dc:date>
    </item>
    <item>
      <title>Re: Tablespace Backup/Restore test</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tablespace-backup-restore-test/m-p/4721748#M608116</link>
      <description>Read this thread .. using the recover command.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1336426" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1336426&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;This is another, similar.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.oracle.com/forums/thread.jspa?threadID=358621" target="_blank"&gt;http://forums.oracle.com/forums/thread.jspa?threadID=358621&lt;/A&gt;</description>
      <pubDate>Sun, 05 Dec 2010 09:17:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tablespace-backup-restore-test/m-p/4721748#M608116</guid>
      <dc:creator>Shibin_2</dc:creator>
      <dc:date>2010-12-05T09:17:03Z</dc:date>
    </item>
    <item>
      <title>Re: Tablespace Backup/Restore test</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tablespace-backup-restore-test/m-p/4721749#M608117</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;a database is no filesystem. &lt;BR /&gt;While you backup the tablespace, the DB still writes to the tablespace. Thus, since the&lt;BR /&gt;backup takes a couple of time, your backup is not consistent.&lt;BR /&gt;After you restored it, it requires &lt;BR /&gt;RECOVERY to make it consistent again.&lt;BR /&gt;&lt;BR /&gt;Do a google search to learn the difference&lt;BR /&gt;between restore and recovery in oracle language.&lt;BR /&gt;&lt;BR /&gt;You will require the offline redologs to&lt;BR /&gt;recover your tablespace.&lt;BR /&gt;&lt;BR /&gt;Volker</description>
      <pubDate>Sun, 05 Dec 2010 09:47:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tablespace-backup-restore-test/m-p/4721749#M608117</guid>
      <dc:creator>Volker Borowski</dc:creator>
      <dc:date>2010-12-05T09:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: Tablespace Backup/Restore test</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tablespace-backup-restore-test/m-p/4721750#M608118</link>
      <description>Oh,&lt;BR /&gt;&lt;BR /&gt;and while I review your scenario:&lt;BR /&gt;&lt;BR /&gt;This looks like you want to set back the tablespace to an earlier timestamp.&lt;BR /&gt;&lt;BR /&gt;THIS CAN NOT BE DONE as simple as you think.&lt;BR /&gt;&lt;BR /&gt;It would make the entire DB inconsistent.&lt;BR /&gt;&lt;BR /&gt;Partial "point-in-time" reset strategies&lt;BR /&gt;require a significant amount of action&lt;BR /&gt;and a proper and preplanned documentation,&lt;BR /&gt;to make sure nothing goes wrong.&lt;BR /&gt;&lt;BR /&gt;Volker</description>
      <pubDate>Sun, 05 Dec 2010 09:56:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tablespace-backup-restore-test/m-p/4721750#M608118</guid>
      <dc:creator>Volker Borowski</dc:creator>
      <dc:date>2010-12-05T09:56:03Z</dc:date>
    </item>
    <item>
      <title>Re: Tablespace Backup/Restore test</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tablespace-backup-restore-test/m-p/4721751#M608119</link>
      <description>Hi Folks,&lt;BR /&gt;&lt;BR /&gt;Please find the attached steps which I followed during the TSPITR but failed,&lt;BR /&gt;please suggest if I am making some mistake in the process.&lt;BR /&gt;&lt;BR /&gt;Your help is highly appreciated !!&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Saurabh</description>
      <pubDate>Mon, 06 Dec 2010 08:34:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tablespace-backup-restore-test/m-p/4721751#M608119</guid>
      <dc:creator>saurabhviva</dc:creator>
      <dc:date>2010-12-06T08:34:29Z</dc:date>
    </item>
  </channel>
</rss>

