<?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: DROP Rollback Segment file in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/drop-rollback-segment-file/m-p/2893030#M819628</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;to recovery from loast of a rbs datafile is not so simple.&lt;BR /&gt;So I'm sending you an attachment file, with two possibilities.&lt;BR /&gt;If you have some difficulties, let me know.&lt;BR /&gt;&lt;BR /&gt;Good luck.&lt;BR /&gt;</description>
    <pubDate>Fri, 31 Jan 2003 01:08:08 GMT</pubDate>
    <dc:creator>Julio Yamawaki</dc:creator>
    <dc:date>2003-01-31T01:08:08Z</dc:date>
    <item>
      <title>DROP Rollback Segment file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/drop-rollback-segment-file/m-p/2893027#M819625</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;it's an Oracle question : I drop unfornetly a file of a rollback segment tablespace and don't have backup. I shutdowned the database and try to open it but i have this error :&lt;BR /&gt;ORA-01157: cannot identify data file 2 - file not found&lt;BR /&gt;ORA-01110: data&lt;BR /&gt;file2: '/dev/ORADEV/rbs/rbs01.dbf'&lt;BR /&gt;&lt;BR /&gt;can i open my databse without this file and recreate a rollback after ?&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 30 Jan 2003 14:47:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/drop-rollback-segment-file/m-p/2893027#M819625</guid>
      <dc:creator>Ali_11</dc:creator>
      <dc:date>2003-01-30T14:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: DROP Rollback Segment file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/drop-rollback-segment-file/m-p/2893028#M819626</link>
      <description>You'll most likely have to mount the database but not open it.  Then create another rollback tablespace.  Drop the original rollback tablespace once you have created a 2nd one.  Then drop the first one offline.  You'll never be able to use that rollback tablespace again since you don't have a backup or use the name again.  If this is a production database you'll want oracle support online.</description>
      <pubDate>Thu, 30 Jan 2003 15:07:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/drop-rollback-segment-file/m-p/2893028#M819626</guid>
      <dc:creator>Brian Gebhard_1</dc:creator>
      <dc:date>2003-01-30T15:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: DROP Rollback Segment file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/drop-rollback-segment-file/m-p/2893029#M819627</link>
      <description>Hmmm.  It might be possible to do this.  You will need comment out the "rollback_segments" line in the init.ora, then do the following:&lt;BR /&gt;&lt;BR /&gt;startup mount&lt;BR /&gt;alter database datafile &lt;BR /&gt;'/dev/ORADEV/rbs/rbs01.dbf' offline drop;&lt;BR /&gt;alter database open;&lt;BR /&gt;- For each rollback segment:&lt;BR /&gt;drop rollback segment &lt;RBS seg="" name=""&gt;;&lt;BR /&gt; - or -&lt;BR /&gt;drop tablespace rbs including contents;&lt;BR /&gt;&lt;BR /&gt;Once complete, recreate the tablespace.  &lt;BR /&gt;&lt;BR /&gt;Brian&lt;/RBS&gt;</description>
      <pubDate>Thu, 30 Jan 2003 23:58:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/drop-rollback-segment-file/m-p/2893029#M819627</guid>
      <dc:creator>Brian Crabtree</dc:creator>
      <dc:date>2003-01-30T23:58:42Z</dc:date>
    </item>
    <item>
      <title>Re: DROP Rollback Segment file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/drop-rollback-segment-file/m-p/2893030#M819628</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;to recovery from loast of a rbs datafile is not so simple.&lt;BR /&gt;So I'm sending you an attachment file, with two possibilities.&lt;BR /&gt;If you have some difficulties, let me know.&lt;BR /&gt;&lt;BR /&gt;Good luck.&lt;BR /&gt;</description>
      <pubDate>Fri, 31 Jan 2003 01:08:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/drop-rollback-segment-file/m-p/2893030#M819628</guid>
      <dc:creator>Julio Yamawaki</dc:creator>
      <dc:date>2003-01-31T01:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: DROP Rollback Segment file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/drop-rollback-segment-file/m-p/2893031#M819629</link>
      <description>During startup oracle checks to bring up the rollback segments mentioned in the init&lt;SID&gt;.ora file.&lt;BR /&gt;&lt;BR /&gt;Remove the rollback segment names from the init&lt;SID&gt;.ora file.&lt;BR /&gt;&lt;BR /&gt;Now the database will open.Then you can create a new rollback tablespace and then drop the lost file tablespace.&lt;BR /&gt;you can also do this&lt;BR /&gt;$ORACLE_SID=&lt;SID-NAME&gt;&lt;BR /&gt;$export ORACLE_SID&lt;BR /&gt;$svrmgrl&lt;BR /&gt;connect internal&lt;BR /&gt;svrmgr&amp;gt;startup mount&lt;BR /&gt;&lt;BR /&gt;svrmgr&amp;gt;alter database datafile '/dev/ORADEV/rbs/rbs01.dbf' offline drop&lt;BR /&gt;svrmgr&amp;gt;alter database open&lt;BR /&gt;&lt;BR /&gt;create tablespace &lt;TABLESPACE-NAME&gt; datafile '&lt;DATAFILE-FILE-PATH&gt; size ;&lt;BR /&gt;like&lt;BR /&gt;create tablespace rollback datafile '&lt;PATH&gt;' 500 M;&lt;BR /&gt;&lt;BR /&gt;create rollback segment roll1 tablespace rollback online;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; select segment_name,tablespace_name,status from dba_rollback_segs;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;select name,TS# from v$tablespace;&lt;BR /&gt;select name from v$datafile where TS#='0';&lt;BR /&gt;&lt;BR /&gt;check whether the datafile that was missing is in the list&lt;BR /&gt;&lt;BR /&gt; select segment_name,tablespace_name,status from dba_rollback_segs where tablespace_name='&lt;TABLESPACE_NAME&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;alter rollback segment &lt;ROLLBACK-SEGMENT-NAME offline=""&gt;&lt;/ROLLBACK-SEGMENT-NAME&gt;(repeat this for the all the rollback segment that is in this tablespace)&lt;BR /&gt;&lt;BR /&gt;drop tablespace &lt;TABLESPACE-NAME&gt; ;&lt;BR /&gt;&lt;BR /&gt;(the tablespace which had the lost file)&lt;BR /&gt;&lt;BR /&gt;Also make sure that you update the init&lt;SID&gt;.ora file for the newly created rollback segments&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/SID&gt;&lt;/TABLESPACE-NAME&gt;&lt;/TABLESPACE_NAME&gt;&lt;/PATH&gt;&lt;/DATAFILE-FILE-PATH&gt;&lt;/TABLESPACE-NAME&gt;&lt;/SID-NAME&gt;&lt;/SID&gt;&lt;/SID&gt;</description>
      <pubDate>Fri, 31 Jan 2003 03:46:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/drop-rollback-segment-file/m-p/2893031#M819629</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-01-31T03:46:47Z</dc:date>
    </item>
    <item>
      <title>Re: DROP Rollback Segment file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/drop-rollback-segment-file/m-p/2893032#M819630</link>
      <description>Also,&lt;BR /&gt;After you recover your database kindly recover the no.of points assigned for your questions.&lt;BR /&gt;&lt;BR /&gt;It too requires some recovery&lt;BR /&gt;</description>
      <pubDate>Fri, 31 Jan 2003 03:48:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/drop-rollback-segment-file/m-p/2893032#M819630</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-01-31T03:48:46Z</dc:date>
    </item>
  </channel>
</rss>

