<?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: Oracle hangs on ALTER DATABASE OPEN RESETLOGS; when atempting to open the database. Thanks in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-hangs-on-alter-database-open-resetlogs-when-atempting-to/m-p/3066021#M904583</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;by any chance ...&lt;BR /&gt;Did you increase the size/number/location of the logfiles in your sourcedb and did not adjust the filesystem size/layout on target ?&lt;BR /&gt;...and simply run out of space / existing directories ?&lt;BR /&gt;&lt;BR /&gt;Volker</description>
    <pubDate>Wed, 10 Sep 2003 15:47:54 GMT</pubDate>
    <dc:creator>Volker Borowski</dc:creator>
    <dc:date>2003-09-10T15:47:54Z</dc:date>
    <item>
      <title>Oracle hangs on ALTER DATABASE OPEN RESETLOGS; when atempting to open the database. Thanks</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-hangs-on-alter-database-open-resetlogs-when-atempting-to/m-p/3066008#M904570</link>
      <description>We are copying an Oracle 7.3.4 database from HP-UX 11.0 to a new HP-UX 11.11 server, using techniques that we regularly use to clone databases on hpux 11.0.&lt;BR /&gt;&lt;BR /&gt;We did this with a small database last week, som 16 GB, with no problem.&lt;BR /&gt;&lt;BR /&gt;When we do this with a bigger database, about 100 GB, Oracle just hangs with no error message on the the command ALTER DATABASE OPEN RESETLOGS; when atempting to open the database. &lt;BR /&gt;&lt;BR /&gt;We can't figure out why..  Is there somehting about hpux 11i, which would cause this?</description>
      <pubDate>Mon, 08 Sep 2003 15:22:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-hangs-on-alter-database-open-resetlogs-when-atempting-to/m-p/3066008#M904570</guid>
      <dc:creator>Stuart Abramson_2</dc:creator>
      <dc:date>2003-09-08T15:22:50Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle hangs on ALTER DATABASE OPEN RESETLOGS; when atempting to open the database. Thanks</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-hangs-on-alter-database-open-resetlogs-when-atempting-to/m-p/3066009#M904571</link>
      <description>I don't think its 11.11.&lt;BR /&gt;&lt;BR /&gt;It could be the database is trying to open a file bigger than 2 GB on a filesystem that isn't set up for large files.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Oracle can act like that when onf of the filesystems involved in the command is just too full.&lt;BR /&gt;&lt;BR /&gt;Perhaps check /var/adm/syslog/syslog.log while running the command.  There should be some clues in there.&lt;BR /&gt;&lt;BR /&gt;tail -f /var/adm/syslog/syslog.log&lt;BR /&gt;&lt;BR /&gt;The alert log should show something.&lt;BR /&gt;&lt;BR /&gt;I'd go back and check the filesystems involved and make sure the appropriate ones are large files enabled.&lt;BR /&gt;&lt;BR /&gt;You might also want to post up kmtune output because kernel settings could be triggering this.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 08 Sep 2003 15:29:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-hangs-on-alter-database-open-resetlogs-when-atempting-to/m-p/3066009#M904571</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-09-08T15:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle hangs on ALTER DATABASE OPEN RESETLOGS; when atempting to open the database. Thanks</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-hangs-on-alter-database-open-resetlogs-when-atempting-to/m-p/3066010#M904572</link>
      <description>You say hanging... are you sure ?&lt;BR /&gt;&lt;BR /&gt;tail -f alert_SID.log tells you anything ?&lt;BR /&gt;&lt;BR /&gt;I think that you can see smon working.&lt;BR /&gt;&lt;BR /&gt;Once it took 20 minutes to do an open resetlogs, so time must not be a real issue.&lt;BR /&gt;&lt;BR /&gt;How long did you wait ?&lt;BR /&gt;&lt;BR /&gt;Second think to check: id the db in archivelog mode and the archiver is started?&lt;BR /&gt;&lt;BR /&gt;ps -ef | grep arc&lt;BR /&gt;&lt;BR /&gt;if this is the case, oracle IS hang, and you must start manually the archiver:&lt;BR /&gt;&lt;BR /&gt;svrmgrl&amp;gt; connect internal;&lt;BR /&gt;svrmgrl&amp;gt; archive log start;&lt;BR /&gt;&lt;BR /&gt;Massimo&lt;BR /&gt;</description>
      <pubDate>Mon, 08 Sep 2003 15:32:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-hangs-on-alter-database-open-resetlogs-when-atempting-to/m-p/3066010#M904572</guid>
      <dc:creator>Massimo Bianchi</dc:creator>
      <dc:date>2003-09-08T15:32:07Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle hangs on ALTER DATABASE OPEN RESETLOGS; when atempting to open the database. Thanks</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-hangs-on-alter-database-open-resetlogs-when-atempting-to/m-p/3066011#M904573</link>
      <description>What process do you use to clone the database (offline or online).  Are you changing the database name at the same time, or is the name staying the same?  &lt;BR /&gt;&lt;BR /&gt;Also, do you see any processes spinning and taking up CPU under the 'oracle' user (or owner of the binaries).  User processes or database processes.  &lt;BR /&gt;&lt;BR /&gt;And why are you on 7.3.4 still?  The bare minimum that you should be on is 8.0.6.3.0.  &lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Brian</description>
      <pubDate>Mon, 08 Sep 2003 19:19:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-hangs-on-alter-database-open-resetlogs-when-atempting-to/m-p/3066011#M904573</guid>
      <dc:creator>Brian Crabtree</dc:creator>
      <dc:date>2003-09-08T19:19:34Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle hangs on ALTER DATABASE OPEN RESETLOGS; when atempting to open the database. Thanks</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-hangs-on-alter-database-open-resetlogs-when-atempting-to/m-p/3066012#M904574</link>
      <description>Hi Stuart,&lt;BR /&gt;&lt;BR /&gt;What procedure are you using to clone the database. And when you say it hangs for how long and have you checked for any error logs.&lt;BR /&gt;&lt;BR /&gt;Check in the BDUMP directory for the alert log and see if there are ORA errors reported. And for the UNIX promt grep for PMON process and see if it is runnning. &lt;BR /&gt;&lt;BR /&gt;And the other thing is Oracle RDBMS 7.3.4 is certified on HP 11i, but it is as per EMS (Extended Maintenance Support). Do you have EMS with oracle.&lt;BR /&gt;&lt;BR /&gt;Please provide more info.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Sep 2003 03:11:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-hangs-on-alter-database-open-resetlogs-when-atempting-to/m-p/3066012#M904574</guid>
      <dc:creator>Indira Aramandla</dc:creator>
      <dc:date>2003-09-09T03:11:37Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle hangs on ALTER DATABASE OPEN RESETLOGS; when atempting to open the database. Thanks</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-hangs-on-alter-database-open-resetlogs-when-atempting-to/m-p/3066013#M904575</link>
      <description>I had a similar problem recently on an 8.1.7 database and it turned out to be a problem with the file permissions\ownership on the Oracle datafiles.</description>
      <pubDate>Tue, 09 Sep 2003 05:15:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-hangs-on-alter-database-open-resetlogs-when-atempting-to/m-p/3066013#M904575</guid>
      <dc:creator>Felicity Nancarrow</dc:creator>
      <dc:date>2003-09-09T05:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle hangs on ALTER DATABASE OPEN RESETLOGS; when atempting to open the database. Thanks</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-hangs-on-alter-database-open-resetlogs-when-atempting-to/m-p/3066014#M904576</link>
      <description>I had a similar problem recently on an 8.1.7 database and it turned out to be a problem with the file permissions\ownership on the Oracle datafiles.</description>
      <pubDate>Tue, 09 Sep 2003 05:16:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-hangs-on-alter-database-open-resetlogs-when-atempting-to/m-p/3066014#M904576</guid>
      <dc:creator>Felicity Nancarrow</dc:creator>
      <dc:date>2003-09-09T05:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle hangs on ALTER DATABASE OPEN RESETLOGS; when atempting to open the database. Thanks</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-hangs-on-alter-database-open-resetlogs-when-atempting-to/m-p/3066015#M904577</link>
      <description>The best option would be to check the alert logs for to proceed!</description>
      <pubDate>Tue, 09 Sep 2003 05:50:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-hangs-on-alter-database-open-resetlogs-when-atempting-to/m-p/3066015#M904577</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-09-09T05:50:44Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle hangs on ALTER DATABASE OPEN RESETLOGS; when atempting to open the database. Thanks</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-hangs-on-alter-database-open-resetlogs-when-atempting-to/m-p/3066016#M904578</link>
      <description>Here is what the alert log says:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Tue Sep  9 11:37:02 2003&lt;BR /&gt;Successful mount of redo thread 1.&lt;BR /&gt;Tue Sep  9 11:37:02 2003&lt;BR /&gt;Completed: CREATE CONTROLFILE REUSE&lt;BR /&gt;DATABASE "R11C" RESETLOGS...&lt;BR /&gt;Tue Sep  9 11:37:02 2003&lt;BR /&gt;ARCH: Archival stopped&lt;BR /&gt;Tue Sep  9 11:37:02 2003&lt;BR /&gt;ALTER DATABASE OPEN RESETLOGS&lt;BR /&gt;Tue Sep  9 11:37:03 2003&lt;BR /&gt;RESETLOGS after incomplete recovery UNTIL CHANGE 1171211638&lt;BR /&gt;ORA-344 signalled during: ALTER DATABASE OPEN RESETLOGS...&lt;BR /&gt;Shutting down instance (abort)&lt;BR /&gt;License high water mark = 11&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;When you look that up, it says:&lt;BR /&gt;&lt;BR /&gt;oracle@acshps02 [PROD] &amp;gt; oerr ora 344&lt;BR /&gt;00344, 00000, "unable to recreate online log '%s'"&lt;BR /&gt;// *Cause:  An I/O failure occurred when attempting to recreate an online as&lt;BR /&gt;//          part of either ALTER DATABASE OPEN RESETLOGS or ALTER DATABASE&lt;BR /&gt;//          CLEAR LOGFILE command.&lt;BR /&gt;// *Action: Correct the file/device as indicated by accompanying errors.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;What I/O failure would that be?  I don't see it?&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Sep 2003 16:38:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-hangs-on-alter-database-open-resetlogs-when-atempting-to/m-p/3066016#M904578</guid>
      <dc:creator>Stuart Abramson_2</dc:creator>
      <dc:date>2003-09-09T16:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle hangs on ALTER DATABASE OPEN RESETLOGS; when atempting to open the database. Thanks</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-hangs-on-alter-database-open-resetlogs-when-atempting-to/m-p/3066017#M904579</link>
      <description>Could be almost anything.  Check your logfiles from the v$logfile view, and verify that there is enough space and that the directories exist.  If you are changing the database name or structure, make sure that you have changed these entries as well via the "alter database rename file ..." command.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Brian</description>
      <pubDate>Tue, 09 Sep 2003 19:11:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-hangs-on-alter-database-open-resetlogs-when-atempting-to/m-p/3066017#M904579</guid>
      <dc:creator>Brian Crabtree</dc:creator>
      <dc:date>2003-09-09T19:11:16Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle hangs on ALTER DATABASE OPEN RESETLOGS; when atempting to open the database. Thanks</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-hangs-on-alter-database-open-resetlogs-when-atempting-to/m-p/3066018#M904580</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;An I/O failure could be of any reason. Soem of the reasons coule be......&lt;BR /&gt;&lt;BR /&gt;1. Check that the file is accessible. Correct the file/device as indicated by accompanying errors. &lt;BR /&gt;&lt;BR /&gt;2.Possible lack of space on device. &lt;BR /&gt;&lt;BR /&gt;3. May be you have placed your datafiles in a different directory path. You recreated your controlfile and did not list the new location of the redo log groups. &lt;BR /&gt;&lt;BR /&gt;Can you check the script which has the file name and path and verify with the physical name and path of the file.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;IA&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Sep 2003 23:49:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-hangs-on-alter-database-open-resetlogs-when-atempting-to/m-p/3066018#M904580</guid>
      <dc:creator>Indira Aramandla</dc:creator>
      <dc:date>2003-09-09T23:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle hangs on ALTER DATABASE OPEN RESETLOGS; when atempting to open the database. Thanks</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-hangs-on-alter-database-open-resetlogs-when-atempting-to/m-p/3066019#M904581</link>
      <description>Hi,&lt;BR /&gt; i don't know if you have already solved your problem, but this looks like some files (online logs) are damaged, maybe wrong permission, maybe wrong ownership, maybe they are really messed up by some mars activity :)&lt;BR /&gt;&lt;BR /&gt;Seriuosly: since you have already issued the create controlfile with the resetlogs, you should make sure that those file are fully accessible by oracle, also check directories.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If in need, restore the online redolog, they are the compromised part.&lt;BR /&gt;&lt;BR /&gt;  Massimo&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Sep 2003 13:03:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-hangs-on-alter-database-open-resetlogs-when-atempting-to/m-p/3066019#M904581</guid>
      <dc:creator>Massimo Bianchi</dc:creator>
      <dc:date>2003-09-10T13:03:51Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle hangs on ALTER DATABASE OPEN RESETLOGS; when atempting to open the database. Thanks</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-hangs-on-alter-database-open-resetlogs-when-atempting-to/m-p/3066020#M904582</link>
      <description>The next time you try the 'alter database open resetlogs' monitor your other volumes and see if one of them becomes pegged or grows quickly unexpectedly.&lt;BR /&gt;&lt;BR /&gt;Failing this, try doing a fsck on the volume that the log should go on.&lt;BR /&gt;&lt;BR /&gt;= Mike =</description>
      <pubDate>Wed, 10 Sep 2003 13:03:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-hangs-on-alter-database-open-resetlogs-when-atempting-to/m-p/3066020#M904582</guid>
      <dc:creator>Mike Miller_8</dc:creator>
      <dc:date>2003-09-10T13:03:58Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle hangs on ALTER DATABASE OPEN RESETLOGS; when atempting to open the database. Thanks</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-hangs-on-alter-database-open-resetlogs-when-atempting-to/m-p/3066021#M904583</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;by any chance ...&lt;BR /&gt;Did you increase the size/number/location of the logfiles in your sourcedb and did not adjust the filesystem size/layout on target ?&lt;BR /&gt;...and simply run out of space / existing directories ?&lt;BR /&gt;&lt;BR /&gt;Volker</description>
      <pubDate>Wed, 10 Sep 2003 15:47:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-hangs-on-alter-database-open-resetlogs-when-atempting-to/m-p/3066021#M904583</guid>
      <dc:creator>Volker Borowski</dc:creator>
      <dc:date>2003-09-10T15:47:54Z</dc:date>
    </item>
  </channel>
</rss>

