<?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: startup problems Oracle on Windows Server 2003 in Windows Server 2003</title>
    <link>https://community.hpe.com/t5/windows-server-2003/startup-problems-oracle-on-windows-server-2003/m-p/4947251#M6754</link>
    <description>Read Metalink note 1014751.6 ORA-00214: On Startup&lt;BR /&gt;&lt;BR /&gt;Basically, it's the following procedure:&lt;BR /&gt;&lt;BR /&gt;Two of three control files were become bad due to unsual shutdown of the server.&lt;BR /&gt;Replace control02 and control03 with control01 at the OS level&lt;BR /&gt;&lt;BR /&gt;summary of the actions:&lt;BR /&gt;&lt;BR /&gt;SQL&amp;gt;startup mount&lt;BR /&gt;SQL&amp;gt;show parameter spfile&lt;BR /&gt;Used SPFILE&lt;BR /&gt;SQL&amp;gt; alter system set control_files='...control02.ctl' scope=spfile&lt;BR /&gt;SQL&amp;gt;shutdown immediate&lt;BR /&gt;SQL&amp;gt;startup&lt;BR /&gt;Database opened.&lt;BR /&gt;SQL&amp;gt;shutdown immediate&lt;BR /&gt;Replace control01 and control03 with control02 at the OS level&lt;BR /&gt;SQL&amp;gt;startup mount&lt;BR /&gt;SQL&amp;gt;alter system set control_files='...control01.ctl, ...control02.ctl,...control03.ctl' scope=spfile;&lt;BR /&gt;SQL&amp;gt;alter database open&lt;BR /&gt;SQL&amp;gt;show parameter control_files&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Jon</description>
    <pubDate>Thu, 15 Dec 2005 18:39:40 GMT</pubDate>
    <dc:creator>Jon Finley</dc:creator>
    <dc:date>2005-12-15T18:39:40Z</dc:date>
    <item>
      <title>startup problems Oracle on Windows Server 2003</title>
      <link>https://community.hpe.com/t5/windows-server-2003/startup-problems-oracle-on-windows-server-2003/m-p/4947250#M6753</link>
      <description>Would someone help on this.&lt;BR /&gt; &lt;BR /&gt;SQL&amp;gt; startup&lt;BR /&gt;ORACLE instance started.&lt;BR /&gt;&lt;BR /&gt;Total System Global Area  135338868 bytes&lt;BR /&gt;Fixed Size                   453492 bytes&lt;BR /&gt;Variable Size             109051904 bytes&lt;BR /&gt;Database Buffers           25165824 bytes&lt;BR /&gt;Redo Buffers                 667648 bytes&lt;BR /&gt;ORA-00214: controlfile 'C:\PCSI\ORADATA\WRX\CONTROL02.CTL' version 616&lt;BR /&gt;inconsistent with file 'C:\PCSI\ORADATA\WRX\CONTROL01.CTL' version 613</description>
      <pubDate>Thu, 15 Dec 2005 16:56:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/windows-server-2003/startup-problems-oracle-on-windows-server-2003/m-p/4947250#M6753</guid>
      <dc:creator>Stephen Badgett</dc:creator>
      <dc:date>2005-12-15T16:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: startup problems Oracle on Windows Server 2003</title>
      <link>https://community.hpe.com/t5/windows-server-2003/startup-problems-oracle-on-windows-server-2003/m-p/4947251#M6754</link>
      <description>Read Metalink note 1014751.6 ORA-00214: On Startup&lt;BR /&gt;&lt;BR /&gt;Basically, it's the following procedure:&lt;BR /&gt;&lt;BR /&gt;Two of three control files were become bad due to unsual shutdown of the server.&lt;BR /&gt;Replace control02 and control03 with control01 at the OS level&lt;BR /&gt;&lt;BR /&gt;summary of the actions:&lt;BR /&gt;&lt;BR /&gt;SQL&amp;gt;startup mount&lt;BR /&gt;SQL&amp;gt;show parameter spfile&lt;BR /&gt;Used SPFILE&lt;BR /&gt;SQL&amp;gt; alter system set control_files='...control02.ctl' scope=spfile&lt;BR /&gt;SQL&amp;gt;shutdown immediate&lt;BR /&gt;SQL&amp;gt;startup&lt;BR /&gt;Database opened.&lt;BR /&gt;SQL&amp;gt;shutdown immediate&lt;BR /&gt;Replace control01 and control03 with control02 at the OS level&lt;BR /&gt;SQL&amp;gt;startup mount&lt;BR /&gt;SQL&amp;gt;alter system set control_files='...control01.ctl, ...control02.ctl,...control03.ctl' scope=spfile;&lt;BR /&gt;SQL&amp;gt;alter database open&lt;BR /&gt;SQL&amp;gt;show parameter control_files&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Jon</description>
      <pubDate>Thu, 15 Dec 2005 18:39:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/windows-server-2003/startup-problems-oracle-on-windows-server-2003/m-p/4947251#M6754</guid>
      <dc:creator>Jon Finley</dc:creator>
      <dc:date>2005-12-15T18:39:40Z</dc:date>
    </item>
    <item>
      <title>Re: startup problems Oracle on Windows Server 2003</title>
      <link>https://community.hpe.com/t5/windows-server-2003/startup-problems-oracle-on-windows-server-2003/m-p/4947252#M6755</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;to add to the above remark, make sure that you backup your controlfiles as part of your daily backup.&lt;BR /&gt;&lt;BR /&gt;You can also run the following command:&lt;BR /&gt;&lt;BR /&gt;alter database backup controlfile to trace;&lt;BR /&gt;&lt;BR /&gt;each time you make changes to your tablespaces/data files...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;Yogeeraj</description>
      <pubDate>Fri, 16 Dec 2005 00:05:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/windows-server-2003/startup-problems-oracle-on-windows-server-2003/m-p/4947252#M6755</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2005-12-16T00:05:10Z</dc:date>
    </item>
    <item>
      <title>Re: startup problems Oracle on Windows Server 2003</title>
      <link>https://community.hpe.com/t5/windows-server-2003/startup-problems-oracle-on-windows-server-2003/m-p/4947253#M6756</link>
      <description>also beware that you can copy the good controlfile with -p&lt;BR /&gt;cp -p CONTROL02.CTL CONTROL01.CTL&lt;BR /&gt;to make them consistent again. &lt;BR /&gt;&lt;BR /&gt;Also another remark,&lt;BR /&gt;this is for the future, and won't help&lt;BR /&gt;you right now, but maybe you can use it.&lt;BR /&gt;&lt;BR /&gt;before you start a backup it&lt;BR /&gt;is helpfull to always run the&lt;BR /&gt;command &lt;BR /&gt;alter database backup controlfile to trace;&lt;BR /&gt;&lt;BR /&gt;this will generate a script in the udump&lt;BR /&gt;directory and can be used to re-generate&lt;BR /&gt;the controlfiles.&lt;BR /&gt;&lt;BR /&gt;Hopefully you will never need to do that,&lt;BR /&gt;but it is alwas handy to have it at hand&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;</description>
      <pubDate>Fri, 16 Dec 2005 03:21:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/windows-server-2003/startup-problems-oracle-on-windows-server-2003/m-p/4947253#M6756</guid>
      <dc:creator>Frank de Vries</dc:creator>
      <dc:date>2005-12-16T03:21:35Z</dc:date>
    </item>
    <item>
      <title>Re: startup problems Oracle on Windows Server 2003</title>
      <link>https://community.hpe.com/t5/windows-server-2003/startup-problems-oracle-on-windows-server-2003/m-p/4947254#M6757</link>
      <description>I have been following along ....&lt;BR /&gt;SQL&amp;gt;startup mount&lt;BR /&gt;SQL&amp;gt;show parameter spfile&lt;BR /&gt;Used SPFILE&lt;BR /&gt;SQL&amp;gt; alter system set control_files='C:\PCSI\ORADATA\WRX\control02.ctl' scope=spfile&lt;BR /&gt;SQL&amp;gt;shutdown immediate&lt;BR /&gt;SQL&amp;gt;startup&lt;BR /&gt;&lt;BR /&gt;ORA-00600: internal error code, arguments: [3619], [24], [0], [], [], [], []&lt;BR /&gt;[]&lt;BR /&gt;&lt;BR /&gt;Is this a problme before I go on</description>
      <pubDate>Fri, 16 Dec 2005 14:32:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/windows-server-2003/startup-problems-oracle-on-windows-server-2003/m-p/4947254#M6757</guid>
      <dc:creator>Stephen Badgett</dc:creator>
      <dc:date>2005-12-16T14:32:18Z</dc:date>
    </item>
    <item>
      <title>Re: startup problems Oracle on Windows Server 2003</title>
      <link>https://community.hpe.com/t5/windows-server-2003/startup-problems-oracle-on-windows-server-2003/m-p/4947255#M6758</link>
      <description>sorry this is where I am at ...&lt;BR /&gt;&lt;BR /&gt;SQL&amp;gt; alter system set control_files='C:\PCSI\ORADATA\WRX\control01.ctl, C:\PCSI\&lt;BR /&gt;ORADATA\WRX\control02.ctl,C:\PCSI\ORADATA\WRX\control03.ctl' scope=spfile;&lt;BR /&gt;&lt;BR /&gt;System altered.&lt;BR /&gt;&lt;BR /&gt;SQL&amp;gt; alter database open&lt;BR /&gt;  2  ;&lt;BR /&gt;alter database open&lt;BR /&gt;*&lt;BR /&gt;ERROR at line 1:&lt;BR /&gt;ORA-00600: internal error code, arguments: [3619], [24], [0], [], [], [], [],&lt;BR /&gt;[]</description>
      <pubDate>Fri, 16 Dec 2005 15:33:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/windows-server-2003/startup-problems-oracle-on-windows-server-2003/m-p/4947255#M6758</guid>
      <dc:creator>Stephen Badgett</dc:creator>
      <dc:date>2005-12-16T15:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: startup problems Oracle on Windows Server 2003</title>
      <link>https://community.hpe.com/t5/windows-server-2003/startup-problems-oracle-on-windows-server-2003/m-p/4947256#M6759</link>
      <description>That does not look good.&lt;BR /&gt;&lt;BR /&gt;Internal codes 600 are best reported to &lt;BR /&gt;Oracle worlwide support.&lt;BR /&gt;&lt;BR /&gt;good luck&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Dec 2005 09:48:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/windows-server-2003/startup-problems-oracle-on-windows-server-2003/m-p/4947256#M6759</guid>
      <dc:creator>Frank de Vries</dc:creator>
      <dc:date>2005-12-20T09:48:42Z</dc:date>
    </item>
    <item>
      <title>Re: startup problems Oracle on Windows Server 2003</title>
      <link>https://community.hpe.com/t5/windows-server-2003/startup-problems-oracle-on-windows-server-2003/m-p/4947257#M6760</link>
      <description>Thank you all -- a challenge is what I need</description>
      <pubDate>Thu, 22 Dec 2005 14:54:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/windows-server-2003/startup-problems-oracle-on-windows-server-2003/m-p/4947257#M6760</guid>
      <dc:creator>Stephen Badgett</dc:creator>
      <dc:date>2005-12-22T14:54:42Z</dc:date>
    </item>
    <item>
      <title>Re: startup problems Oracle on Windows Server 2003</title>
      <link>https://community.hpe.com/t5/windows-server-2003/startup-problems-oracle-on-windows-server-2003/m-p/4947258#M6761</link>
      <description>All worked till the point of the last error -- I knew the information that was provided do what it should have --&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Thu, 22 Dec 2005 14:57:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/windows-server-2003/startup-problems-oracle-on-windows-server-2003/m-p/4947258#M6761</guid>
      <dc:creator>Stephen Badgett</dc:creator>
      <dc:date>2005-12-22T14:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: startup problems Oracle on Windows Server 2003</title>
      <link>https://community.hpe.com/t5/windows-server-2003/startup-problems-oracle-on-windows-server-2003/m-p/4947259#M6762</link>
      <description>from Hammad Qureshi&lt;BR /&gt;&lt;BR /&gt;check ur paths &lt;BR /&gt;&lt;BR /&gt;1. Shutdown abort â   the oracle &lt;BR /&gt;2. Find the file initorcl.ora on C drive normally on path C:\oracle\admin\ORACLE\pfile\initOrcl.ora&lt;BR /&gt;3. Open the file initOrcl.ora in notepad and find the string &lt;BR /&gt;control_files = ("C:\Oracle\oradata\ORACLE\control01.ctl", "C:\Oracle\oradata\ORACLE\control02.ctl", "C:\Oracle\oradata\ORACLE\control03.ctl")&lt;BR /&gt;make it &lt;BR /&gt;#control_files = ("C:\Oracle\oradata\ORACLE\control01.ctl", "C:\Oracle\oradata\ORACLE\control02.ctl", "C:\Oracle\oradata\ORACLE\control03.ctl")&lt;BR /&gt;Note the # mark&lt;BR /&gt;Make a copy of the line and chage it to &lt;BR /&gt;control_files = ("C:\Oracle\oradata\ORACLE\control01.ctl")&lt;BR /&gt;it will seems like &lt;BR /&gt;&lt;BR /&gt;service_names = ORACLE&lt;BR /&gt;&lt;BR /&gt;db_files = 1024&lt;BR /&gt;&lt;BR /&gt;#control_files = ("C:\Oracle\oradata\ORACLE\control01.ctl", "C:\Oracle\oradata\ORACLE\control02.ctl", "C:\Oracle\oradata\ORACLE\control03.ctl")&lt;BR /&gt;control_files = ("C:\Oracle\oradata\ORACLE\control01.ctl")&lt;BR /&gt;open_cursors = 300&lt;BR /&gt;max_enabled_roles = 30&lt;BR /&gt;&lt;BR /&gt;4. Start the database with â  startupâ   command then â  shutdown immediateâ   command to close it again&lt;BR /&gt;5. Make the copy of files control02.ctl,control03.ctl and delete them  &lt;BR /&gt;6. Make the 2 copies of control01.ctl at same path and rename the to  control02.ctl,control03.ctl&lt;BR /&gt;7. Go the initOrcl.ora and remove the # and the line we add means undo the changes.&lt;BR /&gt;Again startup the database and we will be back working gain.</description>
      <pubDate>Thu, 05 Jan 2006 04:44:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/windows-server-2003/startup-problems-oracle-on-windows-server-2003/m-p/4947259#M6762</guid>
      <dc:creator>Hammad Qureshi</dc:creator>
      <dc:date>2006-01-05T04:44:58Z</dc:date>
    </item>
  </channel>
</rss>

