<?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>Question Re: Error ORA-00313 in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/error-ora-00313/qaa-p/1804350#M791376</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i already see this problem for resolved i have to do this:&lt;/P&gt;&lt;P&gt;"ALTER DATABASE RECOVER  database until cancel;&lt;/P&gt;&lt;P&gt;alter database open resetlogs&lt;/P&gt;&lt;P&gt;alter database backup controlfile to trace&lt;/P&gt;&lt;P&gt;alter database clear logfile '/oracle/SID/origlogA/log_g11m1.dbf'"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Dec 2006 15:35:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-27T15:35:27Z</dc:date>
    <item>
      <title>Error ORA-00313</title>
      <link>https://community.sap.com/t5/technology-q-a/error-ora-00313/qaq-p/1804345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have installed SAP ECC 6.0 with oracle as Database.When i try to start the instance ,i got a Error&lt;/P&gt;&lt;P&gt; mesage saying DB startup failed.so i went through sqlplus and given the following commands.&lt;/P&gt;&lt;P&gt;SQL&amp;gt; startup&lt;/P&gt;&lt;P&gt;ORACLE instance started.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Total System Global Area  461373440 bytes&lt;/P&gt;&lt;P&gt;Fixed Size                  2071928 bytes&lt;/P&gt;&lt;P&gt;Variable Size             239075976 bytes&lt;/P&gt;&lt;P&gt;Database Buffers          213909504 bytes&lt;/P&gt;&lt;P&gt;Redo Buffers                6316032 bytes&lt;/P&gt;&lt;P&gt;Database mounted.&lt;/P&gt;&lt;P&gt;ORA-00313: open failed for members of log group 1 of thread 1&lt;/P&gt;&lt;P&gt;ORA-00312: online log 1 thread 1: '/oracle/QAS/origlogA/log_g11m1.dbf'&lt;/P&gt;&lt;P&gt;ORA-00312: online log 1 thread 1: '/oracle/QAS/mirrlogA/log_g11m2.dbf'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i hope u guys can crack this error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ganesh Reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2006 06:16:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/error-ora-00313/qaq-p/1804345</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-05T06:16:03Z</dc:date>
    </item>
    <item>
      <title>Re: Error ORA-00313</title>
      <link>https://community.sap.com/t5/technology-q-a/error-ora-00313/qaa-p/1804346#M791372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ganesh&lt;/P&gt;&lt;P&gt;For some reason Oracle cannot read or locate these two files that is why it is not able to start up.&lt;/P&gt;&lt;P&gt;ORA-00312: online log 1 thread 1: '/oracle/QAS/origlogA/log_g11m1.dbf'&lt;/P&gt;&lt;P&gt;ORA-00312: online log 1 thread 1: '/oracle/QAS/mirrlogA/log_g11m2.dbf'&lt;/P&gt;&lt;P&gt;Check that while installation you have provided the same drives for Origlog and Mirrlog.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2006 06:42:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/error-ora-00313/qaa-p/1804346#M791372</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-05T06:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: Error ORA-00313</title>
      <link>https://community.sap.com/t5/technology-q-a/error-ora-00313/qaa-p/1804347#M791373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ganesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See what you have at present&lt;/P&gt;&lt;P&gt;select group#, member from v$logfile;Check physically all files are present in the location.&lt;/P&gt;&lt;P&gt;Check How many groups u have select group#, member from v$logfile;&lt;/P&gt;&lt;P&gt;If u have more than 2 groups and the missing ones are from non active group u can drop th esame.let me know &lt;/P&gt;&lt;P&gt;i hope u have more than 2 groups and write perm to '/oracle/QAS/origlogA/'&lt;/P&gt;&lt;P&gt;u r missing members from group1 check physically&lt;/P&gt;&lt;P&gt;To switch u can issue alter system switch logfile;&lt;/P&gt;&lt;P&gt;Let me know if u need more help reg the same&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2006 07:23:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/error-ora-00313/qaa-p/1804347#M791373</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-05T07:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: Error ORA-00313</title>
      <link>https://community.sap.com/t5/technology-q-a/error-ora-00313/qaa-p/1804348#M791374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Ganesh,&lt;/P&gt;&lt;P&gt;What the error shows that the redologfiles r multiplexed and for some reason the oracle cant read the redo log files in Group 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ALTER DATABASE ADD LOGFILE GROUP 6&lt;/P&gt;&lt;P&gt;('....ORACLE\QAS\ORILOGA\LOG_G11M6.ORA','...ORACLE\QAS\ORILOGA\LOG_G11M7.ORA') SIZE 1M;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOW SHUTDOWN ORACLE &amp;amp; RESTARTIT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXECUTE:&lt;/P&gt;&lt;P&gt;ALTER DATABASE DROP LOGFILE GROUP 1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IT MAY SHOW AN ERROR THAT &lt;/P&gt;&lt;P&gt;LOG 1 IS CURRENT LOG FOR THREAD 1 CANNOT DROP.&lt;/P&gt;&lt;P&gt;IF THIS ERROR SHOWS EXECUTE&lt;/P&gt;&lt;P&gt;ALTER SYSTEM SWITCH LOGFILE;&lt;/P&gt;&lt;P&gt;THIS MAY SHOW AN ERROR  DATABASE NOT OPEN&lt;/P&gt;&lt;P&gt;IF SO EXECUTE&lt;/P&gt;&lt;P&gt;ALTER DATABASE OPEN;&lt;/P&gt;&lt;P&gt;WHEN THE DATABASE IS OPEN&lt;/P&gt;&lt;P&gt;EXECUTE&lt;/P&gt;&lt;P&gt;ALTER SYSTEM SWITCH LOGFILE;&lt;/P&gt;&lt;P&gt;IF IT IS SWITCHED&lt;/P&gt;&lt;P&gt;DROP THE LOGFILE GROUP1 BY EXECUTING:&lt;/P&gt;&lt;P&gt;ALTER DATABASE DROP LOGFILE GROUP 1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF THE DATABASE ALTERED MSG COMES SHUTDOWN AND RESTART.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WE ADDED A LOGFILE GROUP COZ ATLEAST 2 LOGFILE GROUPS ARE REQUIRED THEN WE DROPPED THE GROUP1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This has to  help and  pl dont forget to award a point.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2006 12:48:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/error-ora-00313/qaa-p/1804348#M791374</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-05T12:48:04Z</dc:date>
    </item>
    <item>
      <title>Re: Error ORA-00313</title>
      <link>https://community.sap.com/t5/technology-q-a/error-ora-00313/qaa-p/1804349#M791375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi GAnesh,&lt;/P&gt;&lt;P&gt;Is your prob resolved?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Dec 2006 10:37:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/error-ora-00313/qaa-p/1804349#M791375</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-25T10:37:38Z</dc:date>
    </item>
    <item>
      <title>Re: Error ORA-00313</title>
      <link>https://community.sap.com/t5/technology-q-a/error-ora-00313/qaa-p/1804350#M791376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i already see this problem for resolved i have to do this:&lt;/P&gt;&lt;P&gt;"ALTER DATABASE RECOVER  database until cancel;&lt;/P&gt;&lt;P&gt;alter database open resetlogs&lt;/P&gt;&lt;P&gt;alter database backup controlfile to trace&lt;/P&gt;&lt;P&gt;alter database clear logfile '/oracle/SID/origlogA/log_g11m1.dbf'"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2006 15:35:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/error-ora-00313/qaa-p/1804350#M791376</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-27T15:35:27Z</dc:date>
    </item>
  </channel>
</rss>

