<?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 Redo logs processes in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-redo-logs-processes/m-p/3042238#M811897</link>
    <description>hi,&lt;BR /&gt;&lt;BR /&gt;to add to the above replies, note that&lt;BR /&gt;to know how many archiving proccess running you can run the following query:&lt;BR /&gt;&lt;BR /&gt;select program from v$process where program like '%(ARC_)%'&lt;BR /&gt;&lt;BR /&gt;and also note that there exists a side effect of having more than one archiver.&lt;BR /&gt;&lt;BR /&gt;If automatic archiving is turned on then all of the archiver process will try to archive this logfile, however they will not be able to aquire the lock 'kcrrlt', the lock to protect multiple arch processes from archiving the same logfile.&lt;BR /&gt;&lt;BR /&gt;The failing process process will write to the trace/alert message that it was unable to archive the logfile.&lt;BR /&gt;&lt;BR /&gt;The file is successfully archived by some other process.&lt;BR /&gt;&lt;BR /&gt;hope this helps too!&lt;BR /&gt;regards&lt;BR /&gt;Yogeeraj</description>
    <pubDate>Wed, 06 Aug 2003 05:52:15 GMT</pubDate>
    <dc:creator>Yogeeraj_1</dc:creator>
    <dc:date>2003-08-06T05:52:15Z</dc:date>
    <item>
      <title>Oracle Redo logs processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-redo-logs-processes/m-p/3042217#M811876</link>
      <description>Hi Friends,&lt;BR /&gt;I've noticed that my system has redo log processes running as below:&lt;BR /&gt;&lt;BR /&gt;$: ps -ef | grep -i rc&lt;BR /&gt;  oracle 27956     1  0  Jun  1  ?         5:01 ora_arc0_DB1&lt;BR /&gt;  oracle  4688     1  0  Jul 10  ?         0:00 ora_arc1_DB1&lt;BR /&gt;&lt;BR /&gt;As I understand, the processes are spawned automatically but in this case, I can see that the active time for the second process is "0.00" always. Is that a runaway process or normal to the system?</description>
      <pubDate>Wed, 06 Aug 2003 04:22:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-redo-logs-processes/m-p/3042217#M811876</guid>
      <dc:creator>Sanjay Verma</dc:creator>
      <dc:date>2003-08-06T04:22:35Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Redo logs processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-redo-logs-processes/m-p/3042218#M811877</link>
      <description>These are archive log proceses.&lt;BR /&gt;&lt;BR /&gt;If you have the database in archive log mode, there should be some activity.&lt;BR /&gt;&lt;BR /&gt;If archive log mode is on and they are being created, there is nothing to worry about.  If you let the database run long enough, you'll eventually get some cpu time.&lt;BR /&gt;&lt;BR /&gt;I suspect the database is not in archive log mode.&lt;BR /&gt;&lt;BR /&gt;Lets check it.&lt;BR /&gt;&lt;BR /&gt;su - oracle # the user that owns the database binaries.&lt;BR /&gt;&lt;BR /&gt;sqlplus internal&lt;BR /&gt;select * from v$database;&lt;BR /&gt;&lt;BR /&gt;It indicates the mode the database is in.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 06 Aug 2003 04:31:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-redo-logs-processes/m-p/3042218#M811877</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-08-06T04:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Redo logs processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-redo-logs-processes/m-p/3042219#M811878</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;   This is not redolog process but achiver process.&lt;BR /&gt;&lt;BR /&gt;I guest you set the log_archive_max_process=2 in oracle init.ora file.&lt;BR /&gt;&lt;BR /&gt;It means that oracle will start two archiver upon instance start even though you only need one(due to low activity).&lt;BR /&gt;&lt;BR /&gt;And this is not a running process.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;mB&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Aug 2003 04:34:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-redo-logs-processes/m-p/3042219#M811878</guid>
      <dc:creator>malay boy</dc:creator>
      <dc:date>2003-08-06T04:34:37Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Redo logs processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-redo-logs-processes/m-p/3042220#M811879</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;   This is not redolog process but achiver process.&lt;BR /&gt;&lt;BR /&gt;I guest you set the log_archive_max_process=2 in oracle init.ora file.&lt;BR /&gt;&lt;BR /&gt;It means that oracle will start two archiver upon instance start even though you only need one(due to low activity).&lt;BR /&gt;&lt;BR /&gt;And this is not a running process.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;mB&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Aug 2003 04:36:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-redo-logs-processes/m-p/3042220#M811879</guid>
      <dc:creator>malay boy</dc:creator>
      <dc:date>2003-08-06T04:36:43Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Redo logs processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-redo-logs-processes/m-p/3042221#M811880</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;   This is not redolog process but achiver process.&lt;BR /&gt;&lt;BR /&gt;I guest you set the log_archive_max_process=2 in oracle init.ora file.&lt;BR /&gt;&lt;BR /&gt;It means that oracle will start two archiver upon instance start even though you only need one(due to low activity).&lt;BR /&gt;&lt;BR /&gt;And this is not a running process.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;mB&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Aug 2003 04:38:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-redo-logs-processes/m-p/3042221#M811880</guid>
      <dc:creator>malay boy</dc:creator>
      <dc:date>2003-08-06T04:38:42Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Redo logs processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-redo-logs-processes/m-p/3042222#M811881</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;   This is not redolog process but achiver process.&lt;BR /&gt;&lt;BR /&gt;I guest you set the log_archive_max_process=2 in oracle init.ora file.&lt;BR /&gt;&lt;BR /&gt;It means that oracle will start two archiver upon instance start even though you only need one(due to low activity).&lt;BR /&gt;&lt;BR /&gt;And this is not a running process.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;mB&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Aug 2003 04:39:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-redo-logs-processes/m-p/3042222#M811881</guid>
      <dc:creator>malay boy</dc:creator>
      <dc:date>2003-08-06T04:39:03Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Redo logs processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-redo-logs-processes/m-p/3042223#M811882</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;   This is not redolog process but achiver process.&lt;BR /&gt;&lt;BR /&gt;I guest you set the log_archive_max_process=2 in oracle init.ora file.&lt;BR /&gt;&lt;BR /&gt;It means that oracle will start two archiver upon instance start even though you only need one(due to low activity).&lt;BR /&gt;&lt;BR /&gt;And this is not a running process.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;mB&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Aug 2003 04:39:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-redo-logs-processes/m-p/3042223#M811882</guid>
      <dc:creator>malay boy</dc:creator>
      <dc:date>2003-08-06T04:39:51Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Redo logs processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-redo-logs-processes/m-p/3042224#M811883</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;   This is not redolog process but achiver process.&lt;BR /&gt;&lt;BR /&gt;I guest you set the log_archive_max_process=2 in oracle init.ora file.&lt;BR /&gt;&lt;BR /&gt;It means that oracle will start two archiver upon instance start even though you only need one(due to low activity).&lt;BR /&gt;&lt;BR /&gt;And this is not a running process.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;mB&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Aug 2003 04:40:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-redo-logs-processes/m-p/3042224#M811883</guid>
      <dc:creator>malay boy</dc:creator>
      <dc:date>2003-08-06T04:40:39Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Redo logs processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-redo-logs-processes/m-p/3042225#M811884</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;   This is not redolog process but achiver process.&lt;BR /&gt;&lt;BR /&gt;I guest you set the log_archive_max_process=2 in oracle init.ora file.&lt;BR /&gt;&lt;BR /&gt;It means that oracle will start two archiver upon instance start even though you only need one(due to low activity).&lt;BR /&gt;&lt;BR /&gt;And this is not a running process.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;mB&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Aug 2003 04:43:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-redo-logs-processes/m-p/3042225#M811884</guid>
      <dc:creator>malay boy</dc:creator>
      <dc:date>2003-08-06T04:43:10Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Redo logs processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-redo-logs-processes/m-p/3042226#M811885</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;   This is not redolog process but achiver process.&lt;BR /&gt;&lt;BR /&gt;I guest you set the log_archive_max_process=2 in oracle init.ora file.&lt;BR /&gt;&lt;BR /&gt;It means that oracle will start two archiver upon instance start even though you only need one(due to low activity).&lt;BR /&gt;&lt;BR /&gt;And this is not a running process.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;mB&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Aug 2003 04:45:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-redo-logs-processes/m-p/3042226#M811885</guid>
      <dc:creator>malay boy</dc:creator>
      <dc:date>2003-08-06T04:45:17Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Redo logs processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-redo-logs-processes/m-p/3042227#M811886</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;   This is not redolog process but achiver process.&lt;BR /&gt;&lt;BR /&gt;I guest you set the log_archive_max_process=2 in oracle init.ora file.&lt;BR /&gt;&lt;BR /&gt;It means that oracle will start two archiver upon instance start even though you only need one(due to low activity).&lt;BR /&gt;&lt;BR /&gt;And this is not a running process.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;mB&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Aug 2003 04:47:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-redo-logs-processes/m-p/3042227#M811886</guid>
      <dc:creator>malay boy</dc:creator>
      <dc:date>2003-08-06T04:47:34Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Redo logs processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-redo-logs-processes/m-p/3042228#M811887</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;   This is not redolog process but achiver process.&lt;BR /&gt;&lt;BR /&gt;I guest you set the log_archive_max_process=2 in oracle init.ora file.&lt;BR /&gt;&lt;BR /&gt;It means that oracle will start two archiver upon instance start even though you only need one(due to low activity).&lt;BR /&gt;&lt;BR /&gt;And this is not a running process.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;mB&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Aug 2003 04:49:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-redo-logs-processes/m-p/3042228#M811887</guid>
      <dc:creator>malay boy</dc:creator>
      <dc:date>2003-08-06T04:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Redo logs processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-redo-logs-processes/m-p/3042229#M811888</link>
      <description>wow!!! so many reply from me.Sorry guy's my IE browser just back from lunch.That's why a bit wacko.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;mB</description>
      <pubDate>Wed, 06 Aug 2003 04:55:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-redo-logs-processes/m-p/3042229#M811888</guid>
      <dc:creator>malay boy</dc:creator>
      <dc:date>2003-08-06T04:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Redo logs processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-redo-logs-processes/m-p/3042230#M811889</link>
      <description>Hi Steven/Malay,&lt;BR /&gt;As you can see, it's "0:00" since Jul10. Is that of any concern?</description>
      <pubDate>Wed, 06 Aug 2003 05:02:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-redo-logs-processes/m-p/3042230#M811889</guid>
      <dc:creator>Sanjay Verma</dc:creator>
      <dc:date>2003-08-06T05:02:18Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Redo logs processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-redo-logs-processes/m-p/3042231#M811890</link>
      <description>you have specified multiple archiver processes which should be helpful for archiving to multiple destinations.&lt;BR /&gt;&lt;BR /&gt;For example if you are archiving the files to multiple destinations then the single process cannot take that load or it should do the task simultaneously.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Aug 2003 05:06:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-redo-logs-processes/m-p/3042231#M811890</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-08-06T05:06:30Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Redo logs processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-redo-logs-processes/m-p/3042232#M811891</link>
      <description>Since Oracle 8i supports multiple archive destinations it also supports multiple archiver processes to ease the load on a single archiver. &lt;BR /&gt;LOG_ARCHIVE_MAX_PROCESSES specifies the number of ARCH processes to be invoked. &lt;BR /&gt;This value is evaluated at instance startup if the LOG_ARCHIVE_START initialization parameter has the value TRUE. If the LOG_ARCHIVE_START is true and LOG_ARCHIVE_MAX_PROCESSES is not set explicitly it will start the arc0 process. Otherwise if LOG_ARCHIVE_MAX_PROCESSES is explicitly set to a value (range 1-10) then it will start additional archiver processes named arc0, arc1, arc2 . . . . . etc.  There is no need to change this parameter from its default value of 1, because the system determines how many ARCn processes are needed and LGWR automatically starts up more ARCn processes when the database workload requires more.   &lt;BR /&gt;&lt;BR /&gt;If LOG_ARCHIVE_START is set to true, Oracle starts up a single archiver  &lt;BR /&gt;process names ARC0. Subsequently if the parameter is changed using the ALTER  &lt;BR /&gt;SYSTEM command it will start the specified number of archive processes. For  &lt;BR /&gt;example:  &lt;BR /&gt; SVRMGRL&amp;gt;alter system set LOG_ARCHIVE_MAX_PROCESSES=4;  &lt;BR /&gt; will invoke additional processes ARC1 , ARC2 and ARC3, I guess the ora_arc1_DB1 is started then.&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Aug 2003 05:09:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-redo-logs-processes/m-p/3042232#M811891</guid>
      <dc:creator>twang</dc:creator>
      <dc:date>2003-08-06T05:09:03Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Redo logs processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-redo-logs-processes/m-p/3042233#M811892</link>
      <description>Hi,&lt;BR /&gt;  If it was me.I would'nt worry to much.But may I know what is your LOG_ARCHIVE_MAX_PROCESSES parameter in init.ora file or you can run below sql :&lt;BR /&gt;&lt;BR /&gt;select name,value from v$parameter where name like '%log%archive%max%'&lt;BR /&gt;&lt;BR /&gt;select * from v$database;&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;mB</description>
      <pubDate>Wed, 06 Aug 2003 05:10:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-redo-logs-processes/m-p/3042233#M811892</guid>
      <dc:creator>malay boy</dc:creator>
      <dc:date>2003-08-06T05:10:39Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Redo logs processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-redo-logs-processes/m-p/3042234#M811893</link>
      <description>This should not worry you!&lt;BR /&gt;&lt;BR /&gt;Also,this is done by the LGWR&lt;BR /&gt; which automatically spawns processes for more load.&lt;BR /&gt;&lt;BR /&gt;This happens also when the log switches are happening at a faster rate.&lt;BR /&gt;&lt;BR /&gt;The parameter setting LOG_ARCHIVE_MAX_PROCESSES in init.ora file is the initial amount of processes to be started.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Aug 2003 05:11:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-redo-logs-processes/m-p/3042234#M811893</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-08-06T05:11:56Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Redo logs processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-redo-logs-processes/m-p/3042235#M811894</link>
      <description>Hi there.&lt;BR /&gt;I think, there  is a parameter in the init.ora&lt;BR /&gt;activated called 'LOG_ARCHIVE_MAX_PROCESSES'.&lt;BR /&gt;&lt;BR /&gt;You can check it with the query on v$archive_processes. It should show the arc1 as idle.&lt;BR /&gt;&lt;BR /&gt;These multiple archive processes come in handy, if you have several redo logs to archive. If the change goes fast, one process can handle the first log and so on.&lt;BR /&gt;This helps with your performance.&lt;BR /&gt;If you have the Oracle online documnetation, look for this :&lt;BR /&gt;&lt;BR /&gt;file:///disk/doc/server.817/a76956/archredo.htm#12156&lt;BR /&gt;&lt;BR /&gt;If you need more info, let us know.&lt;BR /&gt;Rgds&lt;BR /&gt;Alexander M. Ermes</description>
      <pubDate>Wed, 06 Aug 2003 05:14:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-redo-logs-processes/m-p/3042235#M811894</guid>
      <dc:creator>Alexander M. Ermes</dc:creator>
      <dc:date>2003-08-06T05:14:32Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Redo logs processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-redo-logs-processes/m-p/3042236#M811895</link>
      <description>Alex,&lt;BR /&gt;   Yap you are the guru.here are the result from our development database :&lt;BR /&gt;&lt;BR /&gt;SQL&amp;gt; select * from v$archive_processes;&lt;BR /&gt;&lt;BR /&gt;   PROCESS STATUS     LOG_SEQUENCE STAT&lt;BR /&gt;---------- ---------- ------------ ----&lt;BR /&gt;         0 STOPPED               0 IDLE&lt;BR /&gt;         1 STOPPED               0 IDLE&lt;BR /&gt;         2 STOPPED               0 IDLE&lt;BR /&gt;         3 STOPPED               0 IDLE&lt;BR /&gt;         4 STOPPED               0 IDLE&lt;BR /&gt;         5 STOPPED               0 IDLE&lt;BR /&gt;         6 STOPPED               0 IDLE&lt;BR /&gt;         7 STOPPED               0 IDLE&lt;BR /&gt;         8 STOPPED               0 IDLE&lt;BR /&gt;         9 STOPPED               0 IDLE&lt;BR /&gt;&lt;BR /&gt;10 rows selected.&lt;BR /&gt;&lt;BR /&gt;I guest in your case you will see 2 process with status running and stat for one of them are idle.&lt;BR /&gt;&lt;BR /&gt;In my case,all the arc process are not running that's why it showed all stopped.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;mB</description>
      <pubDate>Wed, 06 Aug 2003 05:20:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-redo-logs-processes/m-p/3042236#M811895</guid>
      <dc:creator>malay boy</dc:creator>
      <dc:date>2003-08-06T05:20:53Z</dc:date>
    </item>
  </channel>
</rss>

