<?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: control file problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/control-file-problem/m-p/4637612#M613891</link>
    <description>If the control file information was changed to something oracle does not understand (cf. the non readable characters), you must change it&lt;BR /&gt;.&lt;BR /&gt;&lt;BR /&gt;This can be done with :&lt;BR /&gt;- shutdown the intance&lt;BR /&gt;- startup nomount =&amp;gt; the control file is not opened yet.&lt;BR /&gt;- alter system set control_files =&lt;BR /&gt;  '/&lt;YOURPATHTOCONTROLFILES&gt;/controlctl1.ctl',&lt;BR /&gt;  '/&lt;YOURPATHTOCONTROLFILES&gt;/controlctl2.ctl'&lt;BR /&gt;  scope=spfile;&lt;BR /&gt;&lt;BR /&gt;(I used 2 control files but you should probably put 3 as you had originally)&lt;BR /&gt;then shutdown/startup&lt;BR /&gt;&lt;BR /&gt;you can check the controlfiles location with :&lt;BR /&gt;select name, value from v$spparameter&lt;BR /&gt;where name = 'control_files';&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Jean-Luc&lt;/YOURPATHTOCONTROLFILES&gt;&lt;/YOURPATHTOCONTROLFILES&gt;</description>
    <pubDate>Thu, 27 May 2010 09:40:27 GMT</pubDate>
    <dc:creator>Jean-Luc Oudart</dc:creator>
    <dc:date>2010-05-27T09:40:27Z</dc:date>
    <item>
      <title>control file problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/control-file-problem/m-p/4637609#M613888</link>
      <description>hi !&lt;BR /&gt;i try to restore my offline backup data from my tape device to my system.&lt;BR /&gt;-sap ecc 5.0 , hp ux os  is in use&lt;BR /&gt;now by using Brtools utility i started recovey option but due to changes in my hardware(2 hard disk are replaced due to damage and mount with new filesystem) there is error in control file&lt;BR /&gt;ie &lt;BR /&gt;-- incositancy in control files showing timestamp&lt;BR /&gt;so then i update parameter in pfile ie control files to single file so that oracle server can read single control file and removes insonsitancy but now there is another error mesage ie&lt;BR /&gt;&lt;BR /&gt;--error in identifying control file ora 00205&lt;BR /&gt;some part of alertlog is attach &lt;BR /&gt;plz go through it and help me to solve the error ragading the control file and procedure of backup of db&lt;BR /&gt;&lt;BR /&gt;any infor requires then provide ..&lt;BR /&gt;&lt;BR /&gt;thanks you...!</description>
      <pubDate>Wed, 26 May 2010 07:07:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/control-file-problem/m-p/4637609#M613888</guid>
      <dc:creator>Pankaj K. Bharne</dc:creator>
      <dc:date>2010-05-26T07:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: control file problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/control-file-problem/m-p/4637610#M613889</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;when you say yo restored your offline backup data , were the control file(s) included ?&lt;BR /&gt;&lt;BR /&gt;the error in your alert log suggest the control file is not in the indicated location.&lt;BR /&gt;D/oracle/GMD/origlogA/cntrl/cntrlGMD.dbf' =&amp;gt; is this the control filename ?&lt;BR /&gt;&lt;BR /&gt;earlier in the alert log 3 control files were indicated. If a control file is damaged it can be replaced with a good one (but the database must be shut down).&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Jean-Luc</description>
      <pubDate>Wed, 26 May 2010 10:11:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/control-file-problem/m-p/4637610#M613889</guid>
      <dc:creator>Jean-Luc Oudart</dc:creator>
      <dc:date>2010-05-26T10:11:50Z</dc:date>
    </item>
    <item>
      <title>Re: control file problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/control-file-problem/m-p/4637611#M613890</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;are there special (wrong) characters in the controlfile name?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Tue May 25 22:16:14 2010&lt;BR /&gt;ORA-00202: controlfile: 'oracle [D [D [D [D [D [D/oracle/GMD/origlogA/cntrl/cntrlGMD.dbf'&lt;BR /&gt;ORA-27037: unable to obtain file status&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;greetings H.-P.</description>
      <pubDate>Thu, 27 May 2010 03:57:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/control-file-problem/m-p/4637611#M613890</guid>
      <dc:creator>Schneider H.-P.</dc:creator>
      <dc:date>2010-05-27T03:57:07Z</dc:date>
    </item>
    <item>
      <title>Re: control file problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/control-file-problem/m-p/4637612#M613891</link>
      <description>If the control file information was changed to something oracle does not understand (cf. the non readable characters), you must change it&lt;BR /&gt;.&lt;BR /&gt;&lt;BR /&gt;This can be done with :&lt;BR /&gt;- shutdown the intance&lt;BR /&gt;- startup nomount =&amp;gt; the control file is not opened yet.&lt;BR /&gt;- alter system set control_files =&lt;BR /&gt;  '/&lt;YOURPATHTOCONTROLFILES&gt;/controlctl1.ctl',&lt;BR /&gt;  '/&lt;YOURPATHTOCONTROLFILES&gt;/controlctl2.ctl'&lt;BR /&gt;  scope=spfile;&lt;BR /&gt;&lt;BR /&gt;(I used 2 control files but you should probably put 3 as you had originally)&lt;BR /&gt;then shutdown/startup&lt;BR /&gt;&lt;BR /&gt;you can check the controlfiles location with :&lt;BR /&gt;select name, value from v$spparameter&lt;BR /&gt;where name = 'control_files';&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Jean-Luc&lt;/YOURPATHTOCONTROLFILES&gt;&lt;/YOURPATHTOCONTROLFILES&gt;</description>
      <pubDate>Thu, 27 May 2010 09:40:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/control-file-problem/m-p/4637612#M613891</guid>
      <dc:creator>Jean-Luc Oudart</dc:creator>
      <dc:date>2010-05-27T09:40:27Z</dc:date>
    </item>
  </channel>
</rss>

