<?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: Help: ORA-01110 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/help-ora-01110/m-p/4079099#M735769</link>
    <description>After completing the hot backup of the primary database did you do 'alter tablespace end backup' for all tablespaces, then switch logs, then copy that log file to the standby and recover it as well.&lt;BR /&gt;&lt;BR /&gt;If the datafile copies are made while the tablespace is in backup mode (hot backup) then you must be sure to end the backup and apply the archive log file that was created after all end backup statements are complete.&lt;BR /&gt;</description>
    <pubDate>Tue, 02 Oct 2007 07:24:36 GMT</pubDate>
    <dc:creator>Patti Johnson</dc:creator>
    <dc:date>2007-10-02T07:24:36Z</dc:date>
    <item>
      <title>Help: ORA-01110</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-ora-01110/m-p/4079094#M735764</link>
      <description>Hi guys,&lt;BR /&gt;I did a hot backup, I copied on the standby machine all the datafiles, the log files and the archive logs, but when I run &lt;BR /&gt;&lt;BR /&gt;alter database recover cancel&lt;BR /&gt;*&lt;BR /&gt;ERROR at line 1:&lt;BR /&gt;ORA-01547: warning: RECOVER succeeded but OPEN RESETLOGS would get error below&lt;BR /&gt;ORA-01195: online backup of file 9 needs more recovery to be consistent&lt;BR /&gt;ORA-01110: data file 9: '/bpm/db/db06/temporary_data_01.dbf'&lt;BR /&gt;&lt;BR /&gt;what's wrong?&lt;BR /&gt;</description>
      <pubDate>Mon, 01 Oct 2007 10:28:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-ora-01110/m-p/4079094#M735764</guid>
      <dc:creator>Enrico Venturi</dc:creator>
      <dc:date>2007-10-01T10:28:04Z</dc:date>
    </item>
    <item>
      <title>Re: Help: ORA-01110</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-ora-01110/m-p/4079095#M735765</link>
      <description>isn't that&lt;BR /&gt;alter database recover until cancel&lt;BR /&gt;?</description>
      <pubDate>Mon, 01 Oct 2007 10:51:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-ora-01110/m-p/4079095#M735765</guid>
      <dc:creator>TwoProc</dc:creator>
      <dc:date>2007-10-01T10:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: Help: ORA-01110</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-ora-01110/m-p/4079096#M735766</link>
      <description>On the second machine I mount the database in exclusive mode, the I run&lt;BR /&gt;alter database recover automatic from '${ARCHIVE_AREA}' database until cancel using backup controlfile;&lt;BR /&gt;then I open the database with the resetlogs option, but I get the error:&lt;BR /&gt;ORA-01547: warning: RECOVER succeeded but OPEN RESETLOGS would get error below&lt;BR /&gt;ORA-01195: online backup of file 9 needs more recovery to be consistent&lt;BR /&gt;ORA-01110: data file 9: '/bpm/db/db06/temporary_data_01.dbf'&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 01 Oct 2007 11:03:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-ora-01110/m-p/4079096#M735766</guid>
      <dc:creator>Enrico Venturi</dc:creator>
      <dc:date>2007-10-01T11:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: Help: ORA-01110</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-ora-01110/m-p/4079097#M735767</link>
      <description>Ciao Enrico,&lt;BR /&gt;If I well remember I got teh same in the past and it was due to the fcat that of primary datbase soma operations were done using nologgong option.&lt;BR /&gt;This caused the error on primary.&lt;BR /&gt;I'm not sure about this because now I have no access to the server.&lt;BR /&gt;I suggest you to look for teh error on Oracle Metalink to be sure.&lt;BR /&gt;HTH,&lt;BR /&gt;Art</description>
      <pubDate>Tue, 02 Oct 2007 02:44:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-ora-01110/m-p/4079097#M735767</guid>
      <dc:creator>Arturo Galbiati</dc:creator>
      <dc:date>2007-10-02T02:44:21Z</dc:date>
    </item>
    <item>
      <title>Re: Help: ORA-01110</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-ora-01110/m-p/4079098#M735768</link>
      <description>ops!&lt;BR /&gt;typo: nologging option&lt;BR /&gt;Rgds,&lt;BR /&gt;Art</description>
      <pubDate>Tue, 02 Oct 2007 02:45:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-ora-01110/m-p/4079098#M735768</guid>
      <dc:creator>Arturo Galbiati</dc:creator>
      <dc:date>2007-10-02T02:45:50Z</dc:date>
    </item>
    <item>
      <title>Re: Help: ORA-01110</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-ora-01110/m-p/4079099#M735769</link>
      <description>After completing the hot backup of the primary database did you do 'alter tablespace end backup' for all tablespaces, then switch logs, then copy that log file to the standby and recover it as well.&lt;BR /&gt;&lt;BR /&gt;If the datafile copies are made while the tablespace is in backup mode (hot backup) then you must be sure to end the backup and apply the archive log file that was created after all end backup statements are complete.&lt;BR /&gt;</description>
      <pubDate>Tue, 02 Oct 2007 07:24:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-ora-01110/m-p/4079099#M735769</guid>
      <dc:creator>Patti Johnson</dc:creator>
      <dc:date>2007-10-02T07:24:36Z</dc:date>
    </item>
  </channel>
</rss>

