<?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: Replication error. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/replication-error/m-p/3322187#M877341</link>
    <description>Thanks Yogeeraj&lt;BR /&gt;What i have as the file size is 4194303.&lt;BR /&gt;Let me give it a shot.&lt;BR /&gt;Thanks again for your help.&lt;BR /&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;&lt;BR /&gt;Bonnie.</description>
    <pubDate>Sat, 03 Jul 2004 05:48:49 GMT</pubDate>
    <dc:creator>Boniface Chiwenda</dc:creator>
    <dc:date>2004-07-03T05:48:49Z</dc:date>
    <item>
      <title>Replication error.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replication-error/m-p/3322185#M877339</link>
      <description>Hi everybody&lt;BR /&gt;I am trying to replicate some data using a cron &lt;BR /&gt;setting.&lt;BR /&gt;In the first place the replication itself is working perfectly well when I use dbstudio. The replication script also works pretty well when I execute it using sqlplus. How I what to execute the same script using a cron on a unix server and &lt;BR /&gt;this is what Iam getting.&lt;BR /&gt;&lt;BR /&gt;begin sys.dbms_refresh.refresh('SNAPADMIN.GEN'); end;&lt;BR /&gt;&lt;BR /&gt;*&lt;BR /&gt;ERROR at line 1:&lt;BR /&gt;ORA-12008: error in snapshot refresh path&lt;BR /&gt;ORA-01115: IO error reading block from file 11 (block # 144420)&lt;BR /&gt;ORA-01110: data file 11: '/home/asy/rdbms/ASYDB/tra03ASY_DB.dbf'&lt;BR /&gt;ORA-27092: skgfofi: size of file exceeds file size limit of the process&lt;BR /&gt;Additional information: 262143&lt;BR /&gt;Additional information: 368641&lt;BR /&gt;ORA-06512: at "SYS.DBMS_SNAPSHOT", line 617&lt;BR /&gt;ORA-06512: at "SYS.DBMS_SNAPSHOT", line 674&lt;BR /&gt;ORA-06512: at "SYS.DBMS_IREFRESH", line 577&lt;BR /&gt;ORA-06512: at "SYS.DBMS_REFRESH", line 211&lt;BR /&gt;ORA-06512: at line 1&lt;BR /&gt;&lt;BR /&gt;has any one got a solution to this problem.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Bonnie.&lt;BR /&gt;</description>
      <pubDate>Sat, 03 Jul 2004 04:27:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replication-error/m-p/3322185#M877339</guid>
      <dc:creator>Boniface Chiwenda</dc:creator>
      <dc:date>2004-07-03T04:27:39Z</dc:date>
    </item>
    <item>
      <title>Re: Replication error.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replication-error/m-p/3322186#M877340</link>
      <description>hi bonnie,&lt;BR /&gt;&lt;BR /&gt;Oracle 8.1.7 performs more stringent checking on O/S limits when opening the &lt;BR /&gt;database. &lt;BR /&gt;&lt;BR /&gt;Can you check the filesize limit with ulimit command? You may have to change it to unlimited.&lt;BR /&gt;&lt;BR /&gt;Also, confirm your OS and Database versions.&lt;BR /&gt;&lt;BR /&gt;best regards&lt;BR /&gt;Yogeeraj</description>
      <pubDate>Sat, 03 Jul 2004 04:57:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replication-error/m-p/3322186#M877340</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2004-07-03T04:57:43Z</dc:date>
    </item>
    <item>
      <title>Re: Replication error.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replication-error/m-p/3322187#M877341</link>
      <description>Thanks Yogeeraj&lt;BR /&gt;What i have as the file size is 4194303.&lt;BR /&gt;Let me give it a shot.&lt;BR /&gt;Thanks again for your help.&lt;BR /&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;&lt;BR /&gt;Bonnie.</description>
      <pubDate>Sat, 03 Jul 2004 05:48:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replication-error/m-p/3322187#M877341</guid>
      <dc:creator>Boniface Chiwenda</dc:creator>
      <dc:date>2004-07-03T05:48:49Z</dc:date>
    </item>
    <item>
      <title>Re: Replication error.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replication-error/m-p/3322188#M877342</link>
      <description>Yogeeria is correct about the ulimits.&lt;BR /&gt;&lt;BR /&gt;One of the things you may want to make sure of is who is the user in the cron job. Since you can run it from sqlplus, and not from cron, a better question might be what is different?&lt;BR /&gt;&lt;BR /&gt;Are you running as a different user in cron than when you run the script in SQL. That is the user's limits that you want to adjust.&lt;BR /&gt;&lt;BR /&gt;If cron looks should start to look like a dead end, what about submitting it as a timed job under enterprise manager? Since you are probably using advanced replication, the job system is already active.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Jul 2004 09:02:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replication-error/m-p/3322188#M877342</guid>
      <dc:creator>R. Allan Hicks</dc:creator>
      <dc:date>2004-07-06T09:02:44Z</dc:date>
    </item>
  </channel>
</rss>

