<?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: ORA-01578 : Best solution? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ora-01578-best-solution/m-p/4901693#M838643</link>
    <description>After the work is done you return to normal mode using:&lt;BR /&gt;&lt;BR /&gt;SQL/SVRMGR&amp;gt; alter system disable restricted session;</description>
    <pubDate>Thu, 19 May 2005 08:53:14 GMT</pubDate>
    <dc:creator>Eric Antunes</dc:creator>
    <dc:date>2005-05-19T08:53:14Z</dc:date>
    <item>
      <title>ORA-01578 : Best solution?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ora-01578-best-solution/m-p/4901673#M838623</link>
      <description>We ahve a server OS NT4 SP4 running Oracle 8.0.4&lt;BR /&gt;I am not an Orcle DBA so please forgive my 'ignorance'..&lt;BR /&gt;&lt;BR /&gt;When I run a select statement on a table I get ORA-01578: Oracle data block corrupted...&lt;BR /&gt;ORA-01110: data file 12:.....&lt;BR /&gt;&lt;BR /&gt;I know that it affects one of the tables only and none other. I can only access data after the 03.05.2005 and none before. The system crashed on the 02.05.2005&lt;BR /&gt;&lt;BR /&gt;Can someone please suggest a way out? The client has no backups at all.&lt;BR /&gt;I am thinking of running a create table ...as select * from table_name where date &amp;gt; '03-MAY-2005';&lt;BR /&gt;Then delete the original table and rename the new one or do the reverse of above.&lt;BR /&gt;&lt;BR /&gt;Also what will happen to the corrupt block? I run dbv and found the "Total Pages Marked Corrupt   : 1 "&lt;BR /&gt;If I delete the table and recreate it, will the corrupted block be marked as corrupt and not used again or what?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;kyris&lt;BR /&gt;</description>
      <pubDate>Thu, 12 May 2005 09:56:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ora-01578-best-solution/m-p/4901673#M838623</guid>
      <dc:creator>Kyris</dc:creator>
      <dc:date>2005-05-12T09:56:13Z</dc:date>
    </item>
    <item>
      <title>Re: ORA-01578 : Best solution?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ora-01578-best-solution/m-p/4901674#M838624</link>
      <description>If only one table is affected, you should be ablt to drop the table and recreate it with sql.&lt;BR /&gt;&lt;BR /&gt;Officially you probably should restore and recover the database/tablespace.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 12 May 2005 10:36:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ora-01578-best-solution/m-p/4901674#M838624</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-05-12T10:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: ORA-01578 : Best solution?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ora-01578-best-solution/m-p/4901675#M838625</link>
      <description>I would also recommend using the 'dbv' utility on the file, to make sure that there are no other blocks that are corrupted in the file. &lt;BR /&gt;&lt;BR /&gt;Brian</description>
      <pubDate>Thu, 12 May 2005 15:13:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ora-01578-best-solution/m-p/4901675#M838625</guid>
      <dc:creator>Brian Crabtree</dc:creator>
      <dc:date>2005-05-12T15:13:21Z</dc:date>
    </item>
    <item>
      <title>Re: ORA-01578 : Best solution?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ora-01578-best-solution/m-p/4901676#M838626</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;please refer to metalink note: :47955.1 - Block Corruption FAQ&lt;BR /&gt;&lt;BR /&gt;it refers to 3 alternatives namely:&lt;BR /&gt;o Restore and recover the database from backup (recommended).&lt;BR /&gt;o Recover the object from an export.&lt;BR /&gt;o Select the data out of the table bypassing the corrupted block(s). &lt;BR /&gt;&lt;BR /&gt;hope this helps!&lt;BR /&gt;regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Thu, 12 May 2005 23:19:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ora-01578-best-solution/m-p/4901676#M838626</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2005-05-12T23:19:45Z</dc:date>
    </item>
    <item>
      <title>Re: ORA-01578 : Best solution?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ora-01578-best-solution/m-p/4901677#M838627</link>
      <description>Hi Kyris,&lt;BR /&gt;&lt;BR /&gt;Since you have no backups you can do this "select * from table_name where date &amp;gt; '03-MAY-2005';". But after that run the dbverify utility to check if the database or that specific tablespace has no more corruption...&lt;BR /&gt;&lt;BR /&gt;For more info. about solving this block corruptions read Metalink [NOTE:28814.1] &lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;&lt;BR /&gt;Eric</description>
      <pubDate>Fri, 13 May 2005 05:53:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ora-01578-best-solution/m-p/4901677#M838627</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2005-05-13T05:53:47Z</dc:date>
    </item>
    <item>
      <title>Re: ORA-01578 : Best solution?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ora-01578-best-solution/m-p/4901678#M838628</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;After doing that select, drop the old_table_name before running the dbverify utility.&lt;BR /&gt;&lt;BR /&gt;Eric</description>
      <pubDate>Fri, 13 May 2005 05:55:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ora-01578-best-solution/m-p/4901678#M838628</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2005-05-13T05:55:11Z</dc:date>
    </item>
    <item>
      <title>Re: ORA-01578 : Best solution?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ora-01578-best-solution/m-p/4901679#M838629</link>
      <description>Back after a 3 day break...Thank you all for your replies...&lt;BR /&gt;I am not sure still on one point. &lt;BR /&gt;Once I do the create table, drop the old table..run dbv  - what will happen to the corrupted block. Will ORACLE mark it as corrupt and NOT use it again ? Will this corrupt block give me any more trouble ?&lt;BR /&gt;</description>
      <pubDate>Mon, 16 May 2005 01:02:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ora-01578-best-solution/m-p/4901679#M838629</guid>
      <dc:creator>Kyris</dc:creator>
      <dc:date>2005-05-16T01:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: ORA-01578 : Best solution?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ora-01578-best-solution/m-p/4901680#M838630</link>
      <description>Hi Kyris,&lt;BR /&gt;&lt;BR /&gt;If you droped the table, that bad block doesn't exist anymore. Dbverify is for you to be sure that they aren't no more bad blocks.&lt;BR /&gt;&lt;BR /&gt;You must shudown the database before using dbverify! Here are 2 examples:&lt;BR /&gt;&lt;BR /&gt;$dbv help=y -- gives you the help menu...&lt;BR /&gt;&lt;BR /&gt;$dbv file=/.../system01.dbf blocksize=8192 feedback=100 -- to verify one system datafile...&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;&lt;BR /&gt;Eric</description>
      <pubDate>Mon, 16 May 2005 03:20:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ora-01578-best-solution/m-p/4901680#M838630</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2005-05-16T03:20:48Z</dc:date>
    </item>
    <item>
      <title>Re: ORA-01578 : Best solution?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ora-01578-best-solution/m-p/4901681#M838631</link>
      <description>Hi again,&lt;BR /&gt;&lt;BR /&gt;The output of the above example for the first system datafile:&lt;BR /&gt;&lt;BR /&gt;DBVERIFY - Verification complete&lt;BR /&gt;&lt;BR /&gt;Total Pages Examined         : 153600&lt;BR /&gt;Total Pages Processed (Data) : 83079&lt;BR /&gt;Total Pages Failing   (Data) : 0&lt;BR /&gt;Total Pages Processed (Index): 32884&lt;BR /&gt;Total Pages Failing   (Index): 0&lt;BR /&gt;Total Pages Empty            : 0&lt;BR /&gt;Total Pages Marked Corrupt   : 0&lt;BR /&gt;Total Pages Influx           : 0&lt;BR /&gt;&lt;BR /&gt;Eric</description>
      <pubDate>Mon, 16 May 2005 03:22:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ora-01578-best-solution/m-p/4901681#M838631</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2005-05-16T03:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: ORA-01578 : Best solution?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ora-01578-best-solution/m-p/4901682#M838632</link>
      <description>At the moment when I run dbv the pages marked as corrupt = 1. I presume once the table is deleted and re-created, the dbv should report no corrupted pages??&lt;BR /&gt;ALSO&lt;BR /&gt;Is it worh doing the follow ?&lt;BR /&gt;1- alter database datafile ..... OFFLINE;&lt;BR /&gt;2 - recover automatic datafile .....;&lt;BR /&gt;3 - alter database datafile ... ONLINE;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;kyris</description>
      <pubDate>Mon, 16 May 2005 06:33:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ora-01578-best-solution/m-p/4901682#M838632</guid>
      <dc:creator>Kyris</dc:creator>
      <dc:date>2005-05-16T06:33:27Z</dc:date>
    </item>
    <item>
      <title>Re: ORA-01578 : Best solution?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ora-01578-best-solution/m-p/4901683#M838633</link>
      <description>Hi Kyris,&lt;BR /&gt;&lt;BR /&gt;"At the moment when I run dbv the pages marked as corrupt = 1. I presume once the table is deleted and re-created, the dbv should report no corrupted pages??"&lt;BR /&gt;&lt;BR /&gt;Yes, I think so. But you should run it after to be realy sure.&lt;BR /&gt;&lt;BR /&gt;"Is it worh doing the follow ?&lt;BR /&gt;1- alter database datafile ..... OFFLINE;&lt;BR /&gt;2 - recover automatic datafile .....;&lt;BR /&gt;3 - alter database datafile ... ONLINE;"&lt;BR /&gt;&lt;BR /&gt;You can only do this if you have the database in archive mode and a complete and cold (executed off-line) backup: do you have does 2 conditions??&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;&lt;BR /&gt;Eric Antunes&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;kyris</description>
      <pubDate>Mon, 16 May 2005 06:57:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ora-01578-best-solution/m-p/4901683#M838633</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2005-05-16T06:57:59Z</dc:date>
    </item>
    <item>
      <title>Re: ORA-01578 : Best solution?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ora-01578-best-solution/m-p/4901684#M838634</link>
      <description>Thanks Eric,&lt;BR /&gt;&lt;BR /&gt;No the DB is in non archive mode and they don't even have any 'proper' cold DB backup.&lt;BR /&gt;Therefore I can not do what I suggested on my last post?</description>
      <pubDate>Mon, 16 May 2005 07:06:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ora-01578-best-solution/m-p/4901684#M838634</guid>
      <dc:creator>Kyris</dc:creator>
      <dc:date>2005-05-16T07:06:10Z</dc:date>
    </item>
    <item>
      <title>Re: ORA-01578 : Best solution?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ora-01578-best-solution/m-p/4901685#M838635</link>
      <description>No, unfortunately, you cannot. &lt;BR /&gt;&lt;BR /&gt;Eric</description>
      <pubDate>Mon, 16 May 2005 07:15:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ora-01578-best-solution/m-p/4901685#M838635</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2005-05-16T07:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: ORA-01578 : Best solution?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ora-01578-best-solution/m-p/4901686#M838636</link>
      <description>Kyris,&lt;BR /&gt;&lt;BR /&gt;first, you should check, if the bad block belongs to the table, or if the statement crashes because it is using an index!!!!&lt;BR /&gt;&lt;BR /&gt;Try to use a FULL Hint, to force Oracle to use a full table scan when accessing data like this:&lt;BR /&gt;select /*+ FULL(table_name) */ * from table_name;&lt;BR /&gt;&lt;BR /&gt;If this works, the corruption most likely is related to an index belonging to this table. Re-create the indexes in this case.&lt;BR /&gt;&lt;BR /&gt;To be sure, use this, to identify where the bad block belongs to:&lt;BR /&gt;&lt;BR /&gt;select &lt;BR /&gt; segment_name, &lt;BR /&gt; segment_type, &lt;BR /&gt; block_id, &lt;BR /&gt; blocks&lt;BR /&gt;from  dba_extents&lt;BR /&gt;where &lt;BR /&gt;(&lt;BLOCK id="" reported="" by="" dbv=""&gt; between&lt;BR /&gt;       block_id and (block_id + blocks - 1))&lt;BR /&gt;and &lt;BR /&gt;file_id = &lt;FILE id="" of="" file="" checked="" with="" dbv=""&gt;;&lt;BR /&gt;&lt;BR /&gt;If it really belongs to the table, you are in trouble. You might be able to read more than the blocks of your where-clause if you can alter the session to ignore these errors. &lt;BR /&gt;&lt;BR /&gt;You can set event 10231 for this (WARNING, not for use in application, only for partially recovery of data! Data in corrupt block will be lost !)&lt;BR /&gt;Option two will be to use DBMS_REPAIR.SKIP_CORRUPT_BLOCKS to tag the table to ignore the bad blocks.&lt;BR /&gt;Be sure to get Metalink Note 33405.1, read and understand it very carefully before you proceed.&lt;BR /&gt;&lt;BR /&gt;What ever you do, do not drop the defective table at all. Do a rename instead to ensure the data is accessible later, even if you managed to read the original partly to a diffrent table name. It might be possible to dump the defective block later and conclude from a hex view which data was in it.&lt;BR /&gt;&lt;BR /&gt;But again, you first approach should be to verify, that the faulty segment is not an index.&lt;BR /&gt;&lt;BR /&gt;Good luck&lt;BR /&gt;Volker&lt;/FILE&gt;&lt;/BLOCK&gt;</description>
      <pubDate>Mon, 16 May 2005 15:00:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ora-01578-best-solution/m-p/4901686#M838636</guid>
      <dc:creator>Volker Borowski</dc:creator>
      <dc:date>2005-05-16T15:00:13Z</dc:date>
    </item>
    <item>
      <title>Re: ORA-01578 : Best solution?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ora-01578-best-solution/m-p/4901687#M838637</link>
      <description>Hi Kyris,&lt;BR /&gt;&lt;BR /&gt;Please, put your production database in archivelog mode, because if not, recovery will be very difficult.&lt;BR /&gt;&lt;BR /&gt;Cheerio,&lt;BR /&gt;&lt;BR /&gt;Renarios</description>
      <pubDate>Wed, 18 May 2005 06:15:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ora-01578-best-solution/m-p/4901687#M838637</guid>
      <dc:creator>renarios</dc:creator>
      <dc:date>2005-05-18T06:15:43Z</dc:date>
    </item>
    <item>
      <title>Re: ORA-01578 : Best solution?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ora-01578-best-solution/m-p/4901688#M838638</link>
      <description>Thanks Renario...this is something for the client to decide. I certainly agree with you on this point.&lt;BR /&gt;&lt;BR /&gt;I am now trying to see if the index is at fault, as per Volker's posting. It's been running for nearly 3 hours now and still not finished..I am going home so hopefully tomorrow I will get a good surprise !!</description>
      <pubDate>Wed, 18 May 2005 08:47:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ora-01578-best-solution/m-p/4901688#M838638</guid>
      <dc:creator>Kyris</dc:creator>
      <dc:date>2005-05-18T08:47:22Z</dc:date>
    </item>
    <item>
      <title>Re: ORA-01578 : Best solution?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ora-01578-best-solution/m-p/4901689#M838639</link>
      <description>Volker, I did run the querry u have suggested and I am getting the records from the table...this means it's my index that is corrupted.&lt;BR /&gt;&lt;BR /&gt;I tried to do  drop index index_name but I am getting ORA-00054:resource busy and acquired with nowait specified.&lt;BR /&gt;&lt;BR /&gt;I tried using drop index index_name FORCED but got ORA-00093:SQL command not properly ended;&lt;BR /&gt;&lt;BR /&gt;How do I get round this problem?&lt;BR /&gt;&lt;BR /&gt;thanks in advance&lt;BR /&gt;kyris&lt;BR /&gt;</description>
      <pubDate>Thu, 19 May 2005 05:38:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ora-01578-best-solution/m-p/4901689#M838639</guid>
      <dc:creator>Kyris</dc:creator>
      <dc:date>2005-05-19T05:38:16Z</dc:date>
    </item>
    <item>
      <title>Re: ORA-01578 : Best solution?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ora-01578-best-solution/m-p/4901690#M838640</link>
      <description>Hi Kyris,&lt;BR /&gt;&lt;BR /&gt;You must kill the session that is locking the index:&lt;BR /&gt;&lt;BR /&gt;select &lt;BR /&gt;owner,object_name, &lt;BR /&gt;object_type , &lt;BR /&gt;os_user_name osuser, &lt;BR /&gt;oracle_username username, &lt;BR /&gt;program , &lt;BR /&gt;nvl(lockwait,'ACTIVE') lockwait, &lt;BR /&gt;decode(locked_mode, &lt;BR /&gt;2, 'ROW SHARE', &lt;BR /&gt;3, 'ROW EXCLUSIVE', &lt;BR /&gt;4, 'SHARE', &lt;BR /&gt;5, 'SHARE ROW EXCLUSIVE', &lt;BR /&gt;6, 'EXCLUSIVE',  'UNKNOWN') lockmode, &lt;BR /&gt;session_id sid, &lt;BR /&gt;serial# &lt;BR /&gt;from &lt;BR /&gt;sys.v_$locked_object a, &lt;BR /&gt;sys.all_objects b, &lt;BR /&gt;sys.v_$session c &lt;BR /&gt;where &lt;BR /&gt;a.object_id = b.object_id and &lt;BR /&gt;c.sid = a.session_id and&lt;BR /&gt;OBJECT_NAME = &lt;YOUR_INDEX_NAME&gt;; -- Here you put you index name in CAPS&lt;BR /&gt;&lt;BR /&gt;After this:&lt;BR /&gt;&lt;BR /&gt;alter system kill session '&lt;SID&gt;,&lt;SERIAL&gt;' -- Here you put the SID and SERIAL# you'll get on the previous query...&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;&lt;BR /&gt;Eric Antunes&lt;/SERIAL&gt;&lt;/SID&gt;&lt;/YOUR_INDEX_NAME&gt;</description>
      <pubDate>Thu, 19 May 2005 05:53:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ora-01578-best-solution/m-p/4901690#M838640</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2005-05-19T05:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: ORA-01578 : Best solution?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ora-01578-best-solution/m-p/4901691#M838641</link>
      <description>Hello Eric...thanks for the quick response.&lt;BR /&gt;&lt;BR /&gt;I did what u have suggested but of course the database is open so as soon as I kill a process, another takes over.&lt;BR /&gt;Do I need to take the database to a state other than OPEN and if so what's the best state and how to achive this.&lt;BR /&gt;thanks&lt;BR /&gt;kyris</description>
      <pubDate>Thu, 19 May 2005 07:28:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ora-01578-best-solution/m-p/4901691#M838641</guid>
      <dc:creator>Kyris</dc:creator>
      <dc:date>2005-05-19T07:28:01Z</dc:date>
    </item>
    <item>
      <title>Re: ORA-01578 : Best solution?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ora-01578-best-solution/m-p/4901692#M838642</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Just shutdown the database and restart it in restrict mode:&lt;BR /&gt;&lt;BR /&gt;SQL/SVRMGR&amp;gt; connect / as sysdba;&lt;BR /&gt;...&amp;gt; shutdown immediate;&lt;BR /&gt;...&amp;gt; startup restrict; &lt;BR /&gt;...&amp;gt; drop index...&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Eric Antunes</description>
      <pubDate>Thu, 19 May 2005 08:45:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ora-01578-best-solution/m-p/4901692#M838642</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2005-05-19T08:45:48Z</dc:date>
    </item>
  </channel>
</rss>

