<?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 how to recover control file(no archivelog) in Operating System - Microsoft</title>
    <link>https://community.hpe.com/t5/operating-system-microsoft/how-to-recover-control-file-no-archivelog/m-p/4337275#M9169</link>
    <description>while taking close backup the control files got deleted accidentally. Now how can i recover it back&lt;BR /&gt;&lt;BR /&gt;i dont have any control file backup</description>
    <pubDate>Wed, 14 Jan 2009 07:09:01 GMT</pubDate>
    <dc:creator>oracle query</dc:creator>
    <dc:date>2009-01-14T07:09:01Z</dc:date>
    <item>
      <title>how to recover control file(no archivelog)</title>
      <link>https://community.hpe.com/t5/operating-system-microsoft/how-to-recover-control-file-no-archivelog/m-p/4337275#M9169</link>
      <description>while taking close backup the control files got deleted accidentally. Now how can i recover it back&lt;BR /&gt;&lt;BR /&gt;i dont have any control file backup</description>
      <pubDate>Wed, 14 Jan 2009 07:09:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-microsoft/how-to-recover-control-file-no-archivelog/m-p/4337275#M9169</guid>
      <dc:creator>oracle query</dc:creator>
      <dc:date>2009-01-14T07:09:01Z</dc:date>
    </item>
    <item>
      <title>Re: how to recover control file(no archivelog)</title>
      <link>https://community.hpe.com/t5/operating-system-microsoft/how-to-recover-control-file-no-archivelog/m-p/4337276#M9170</link>
      <description>As you do not have control file backup, you must recreating this way, especify all your data files control file, database name and parameters to suit your configuration.&lt;BR /&gt;&lt;BR /&gt;create a sql script and add (ORCL is a example instance name):&lt;BR /&gt;CREATE CONTROLFILE REUSE DATABASE "ORCL" RESETLOGS ARCHIVELOG&lt;BR /&gt;MAXLOGFILES 5&lt;BR /&gt;MAXLOGMEMBERS 3&lt;BR /&gt;MAXDATAFILES 14&lt;BR /&gt;MAXINSTANCES 1&lt;BR /&gt;MAXLOGHISTORY 226&lt;BR /&gt;LOGFILE&lt;BR /&gt;GROUP 1 'E:\ORACLE\ORADATA\ORCL\REDO01.LOG' SIZE 100M,&lt;BR /&gt;GROUP 2 'E:\ORACLE\ORADATA\ORCL\REDO02.LOG' SIZE 100M,&lt;BR /&gt;GROUP 3 'E:\ORACLE\ORADATA\ORCL\REDO03.LOG' SIZE 100M&lt;BR /&gt;DATAFILE&lt;BR /&gt;'E:\ORACLE\ORADATA\ORCL\SYSTEM01.DBF',&lt;BR /&gt;'E:\ORACLE\ORADATA\ORCL\UNDOTBS01.DBF',&lt;BR /&gt;'E:\ORACLE\ORADATA\ORCL\EXAMPLE01.DBF',&lt;BR /&gt;.... &amp;lt;- More datafiles here&lt;BR /&gt;CHARACTER SET WE8MSWIN1252 &amp;lt;- change&lt;BR /&gt;;&lt;BR /&gt;&lt;BR /&gt;ALTER DATABASE OPEN RESETLOGS;&lt;BR /&gt;&lt;BR /&gt;and rename it to ctl.sql&lt;BR /&gt;&lt;BR /&gt;Then startup the database in nomount mode and run the ctl.sql file as sys as sysdba user&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Jan 2009 16:38:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-microsoft/how-to-recover-control-file-no-archivelog/m-p/4337276#M9170</guid>
      <dc:creator>Shoghi Martinez G.</dc:creator>
      <dc:date>2009-01-14T16:38:25Z</dc:date>
    </item>
  </channel>
</rss>

