<?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 9.2.0.6-&amp;gt;10.2.0.2 Upgrade : archivelogs now smaller in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9-2-0-6-gt-10-2-0-2-upgrade-archivelogs-now-smaller/m-p/3844533#M776945</link>
    <description>hi volker,&lt;BR /&gt;&lt;BR /&gt;please allow me to comment and propose something.&lt;BR /&gt;&lt;BR /&gt;Something is definitely wrong here. if your log switches are ocurring normally and no error messages in the alert.log, there must be something going wrong.&lt;BR /&gt;&lt;BR /&gt;Normally, the log_checkpoint (and/or fast_start_*) parameters control dbwr's checkpointing of data. If you set them aggresively, it'll incrementally checkpoint to ensure the documented meaning of those parameters is satistifed.&lt;BR /&gt;&lt;BR /&gt;Also, the documentations say that a checkpoint is realized on five types of events:&lt;BR /&gt;  - At each switch of the redo log files.&lt;BR /&gt;  - When the delay for LOG_CHECKPOINT_TIMEOUT is reached.&lt;BR /&gt;  - When the size in bytes corresponding to :&lt;BR /&gt;     (LOG_CHECKPOINT_INTERVAL* size of IO OS blocks)&lt;BR /&gt;     is written on the current redo log file.&lt;BR /&gt;  -  Directly by the ALTER SYSTEM SWITCH LOGFILE command.&lt;BR /&gt;  - Directly with the ALTER SYSTEM CHECKPOINT command. &lt;BR /&gt;&lt;BR /&gt;If any of the above does not apply to your context, I would propose that you rebuild your redolog files.&lt;BR /&gt;&lt;BR /&gt;Allow me to also quote the following:&lt;BR /&gt;Log file switches will always override checkpoints caused by following parameters:&lt;BR /&gt;           -  FAST_START_MTTR_TARGET&lt;BR /&gt;           -  LOG_CHECKPOINT_INTERVAL&lt;BR /&gt;           -  LOG_CHECKPOINT_TIMEOUT&lt;BR /&gt;           -  LOG_CHECKPOINTS_TO_ALERT&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;good luck!&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
    <pubDate>Thu, 17 Aug 2006 02:16:52 GMT</pubDate>
    <dc:creator>Yogeeraj_1</dc:creator>
    <dc:date>2006-08-17T02:16:52Z</dc:date>
    <item>
      <title>Oracle 9.2.0.6-&gt;10.2.0.2 Upgrade : archivelogs now smaller</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9-2-0-6-gt-10-2-0-2-upgrade-archivelogs-now-smaller/m-p/3844527#M776939</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have upgraded three systems (E/Q/P) from Oracle 9.2.0.6 to 10.2.0.2 !&lt;BR /&gt;&lt;BR /&gt;While E/Q still write archivelogs of the same size as the online redologs are, no matter if I have low or high system activity, the production system writes smaller archivelogs.&lt;BR /&gt;&lt;BR /&gt;DB-Parameters are nearly the same, beside some memory settings for production are higher.&lt;BR /&gt;&lt;BR /&gt;All 3 systems have 20MB onlinelogs (old SAP standard :-) and the production now writes archivelogs of ~13MB sometimes 14MB.&lt;BR /&gt;&lt;BR /&gt;Strange:&lt;BR /&gt;While the parameter log_buffer has been explictly set to 1048576 (1M) on all three systems, all three do write this value back to init.ora, where I do a "create pfile from spfile".&lt;BR /&gt;&lt;BR /&gt;But&lt;BR /&gt;show parameter log_buffer&lt;BR /&gt;&lt;BR /&gt;on the running instances show&lt;BR /&gt;E/Q = 14258688   {=27840 Blocks}&lt;BR /&gt;P   = 14254080   {=27849 Blocks}&lt;BR /&gt;&lt;BR /&gt;I have LGWR logging on all systems&lt;BR /&gt;LGWR: Archivelog for thread 1 sequence 64715 will NOT be compressed&lt;BR /&gt;&lt;BR /&gt;so log-compression should not be an issue.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;According to V$ARCHIVED_LOG, oracle knows about the current archivelogs being smaller, as a lower value for "blocks" is recorded there, and confirms, that the logs are not compressed.&lt;BR /&gt;&lt;BR /&gt;SQL&amp;gt; host ls -l /oracle/.../_64715_.dbf&lt;BR /&gt;-rw-r-----   1 orasid   dba        13584384   /oracle/.../_64715_.dbf&lt;BR /&gt;&lt;BR /&gt;SQL&amp;gt; select (BLOCKS+1)*BLOCK_SIZE from v$archived_log where SEQUENCE#=64715;&lt;BR /&gt;&lt;BR /&gt;(BLOCKS+1)*BLOCK_SIZE&lt;BR /&gt;---------------------&lt;BR /&gt;             13584384&lt;BR /&gt;&lt;BR /&gt;This gives me the feeling, that everything should be ok, but I'd really like to know why the DB is switching before the logfile is completely filled.&lt;BR /&gt;&lt;BR /&gt;I have other systems with 50MB logfiles, that have been upgraded by someone else and the archivelogs have an average size of 41-43MB there.  This again lets me assume, that oracle is flushing the onlinelogs in multiples of the logbuffer (~14M, my size / and 3*14=42M the 50MB systems)... but this does not explain, why my other 2 systems still write 20MB logfiles.&lt;BR /&gt;&lt;BR /&gt;Has anyone more detailed information about this behavior ? My colleague with 50MB logs is about to do a test-recovery to ensure, that the redologs are not corrupted during archival.&lt;BR /&gt;&lt;BR /&gt;Thanks for feedback&lt;BR /&gt;Volker</description>
      <pubDate>Wed, 16 Aug 2006 09:06:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9-2-0-6-gt-10-2-0-2-upgrade-archivelogs-now-smaller/m-p/3844527#M776939</guid>
      <dc:creator>Volker Borowski</dc:creator>
      <dc:date>2006-08-16T09:06:23Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 9.2.0.6-&gt;10.2.0.2 Upgrade : archivelogs now smaller</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9-2-0-6-gt-10-2-0-2-upgrade-archivelogs-now-smaller/m-p/3844528#M776940</link>
      <description>Just a guess, but,&lt;BR /&gt;what are the checkpoints set to?</description>
      <pubDate>Wed, 16 Aug 2006 09:15:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9-2-0-6-gt-10-2-0-2-upgrade-archivelogs-now-smaller/m-p/3844528#M776940</guid>
      <dc:creator>TwoProc</dc:creator>
      <dc:date>2006-08-16T09:15:21Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 9.2.0.6-&gt;10.2.0.2 Upgrade : archivelogs now smaller</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9-2-0-6-gt-10-2-0-2-upgrade-archivelogs-now-smaller/m-p/3844529#M776941</link>
      <description>Is anything showing up in the alert log at around the time the logs switch and the archived logs are written?</description>
      <pubDate>Wed, 16 Aug 2006 09:16:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9-2-0-6-gt-10-2-0-2-upgrade-archivelogs-now-smaller/m-p/3844529#M776941</guid>
      <dc:creator>Jonathan Fife</dc:creator>
      <dc:date>2006-08-16T09:16:54Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 9.2.0.6-&gt;10.2.0.2 Upgrade : archivelogs now smaller</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9-2-0-6-gt-10-2-0-2-upgrade-archivelogs-now-smaller/m-p/3844530#M776942</link>
      <description>Shalom Volker,&lt;BR /&gt;&lt;BR /&gt;Oracle decided their database was smarter than the DBA and sysadmins. Probably one of these features to improve performance decided that smaller archive logs are more efficient, which may be right, but you should be notified in some way of the change.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 16 Aug 2006 09:24:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9-2-0-6-gt-10-2-0-2-upgrade-archivelogs-now-smaller/m-p/3844530#M776942</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-08-16T09:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 9.2.0.6-&gt;10.2.0.2 Upgrade : archivelogs now smaller</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9-2-0-6-gt-10-2-0-2-upgrade-archivelogs-now-smaller/m-p/3844531#M776943</link>
      <description>Hi,&lt;BR /&gt;Checkpoints should be no issue.&lt;BR /&gt;A logswitch causes a checkpoint, but&lt;BR /&gt;a checkpoint does not cause a logswitch.&lt;BR /&gt;&lt;BR /&gt;Alter system checkpoint;&lt;BR /&gt;&lt;BR /&gt;Wed Aug 16 16:25:43 2006&lt;BR /&gt;Beginning global checkpoint up to RBA [0xfcd2.2dd3.10], SCN: 456652144&lt;BR /&gt;Completed checkpoint up to RBA [0xfcd2.2dd3.10], SCN: 456652144&lt;BR /&gt;Completed checkpoint up to RBA [0xfcd2.2.10], SCN: 456649406&lt;BR /&gt;&lt;BR /&gt;alter system switch logfile;&lt;BR /&gt;&lt;BR /&gt;Wed Aug 16 16:25:59 2006&lt;BR /&gt;Beginning log switch checkpoint up to RBA [0xfcd3.2.10], SCN: 456652322&lt;BR /&gt;Thread 1 advanced to log sequence 64723&lt;BR /&gt;  Current log# 12 seq# 64723 mem# 0: /oracle/.../log_g12m1.dbf&lt;BR /&gt;  Current log# 12 seq# 64723 mem# 1: /oracle/.../log_g12m2.dbf&lt;BR /&gt;Wed Aug 16 16:26:16 2006&lt;BR /&gt;Incremental checkpoint up to RBA [0xfcd2.2dee.0], current log tail at RBA [0xfcd3.266.0]&lt;BR /&gt;&lt;BR /&gt;the "normal" logswitches during operation list the same action as the manual issued one, with the exception that a real checkpoint is triggerd and not an incremental one.&lt;BR /&gt;&lt;BR /&gt;Volker&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Aug 2006 09:29:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9-2-0-6-gt-10-2-0-2-upgrade-archivelogs-now-smaller/m-p/3844531#M776943</guid>
      <dc:creator>Volker Borowski</dc:creator>
      <dc:date>2006-08-16T09:29:54Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 9.2.0.6-&gt;10.2.0.2 Upgrade : archivelogs now smaller</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9-2-0-6-gt-10-2-0-2-upgrade-archivelogs-now-smaller/m-p/3844532#M776944</link>
      <description>You're correct.  Checkpoint flushes to disk, but apparently only from the buffer_log to the redo_log (from what I've just read) - I've always thought (apparently incorrectly) that it went all the way down to archive log.  Reason is that I've read that the purpose of the checkpoint is to give you a clean recovery point.  Well, I read into it that it meant that archive logs would be flushed, which is what I'd want from a recovery point.&lt;BR /&gt;Excuse the post.</description>
      <pubDate>Wed, 16 Aug 2006 11:13:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9-2-0-6-gt-10-2-0-2-upgrade-archivelogs-now-smaller/m-p/3844532#M776944</guid>
      <dc:creator>TwoProc</dc:creator>
      <dc:date>2006-08-16T11:13:31Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 9.2.0.6-&gt;10.2.0.2 Upgrade : archivelogs now smaller</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9-2-0-6-gt-10-2-0-2-upgrade-archivelogs-now-smaller/m-p/3844533#M776945</link>
      <description>hi volker,&lt;BR /&gt;&lt;BR /&gt;please allow me to comment and propose something.&lt;BR /&gt;&lt;BR /&gt;Something is definitely wrong here. if your log switches are ocurring normally and no error messages in the alert.log, there must be something going wrong.&lt;BR /&gt;&lt;BR /&gt;Normally, the log_checkpoint (and/or fast_start_*) parameters control dbwr's checkpointing of data. If you set them aggresively, it'll incrementally checkpoint to ensure the documented meaning of those parameters is satistifed.&lt;BR /&gt;&lt;BR /&gt;Also, the documentations say that a checkpoint is realized on five types of events:&lt;BR /&gt;  - At each switch of the redo log files.&lt;BR /&gt;  - When the delay for LOG_CHECKPOINT_TIMEOUT is reached.&lt;BR /&gt;  - When the size in bytes corresponding to :&lt;BR /&gt;     (LOG_CHECKPOINT_INTERVAL* size of IO OS blocks)&lt;BR /&gt;     is written on the current redo log file.&lt;BR /&gt;  -  Directly by the ALTER SYSTEM SWITCH LOGFILE command.&lt;BR /&gt;  - Directly with the ALTER SYSTEM CHECKPOINT command. &lt;BR /&gt;&lt;BR /&gt;If any of the above does not apply to your context, I would propose that you rebuild your redolog files.&lt;BR /&gt;&lt;BR /&gt;Allow me to also quote the following:&lt;BR /&gt;Log file switches will always override checkpoints caused by following parameters:&lt;BR /&gt;           -  FAST_START_MTTR_TARGET&lt;BR /&gt;           -  LOG_CHECKPOINT_INTERVAL&lt;BR /&gt;           -  LOG_CHECKPOINT_TIMEOUT&lt;BR /&gt;           -  LOG_CHECKPOINTS_TO_ALERT&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;good luck!&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Thu, 17 Aug 2006 02:16:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9-2-0-6-gt-10-2-0-2-upgrade-archivelogs-now-smaller/m-p/3844533#M776945</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2006-08-17T02:16:52Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 9.2.0.6-&gt;10.2.0.2 Upgrade : archivelogs now smaller</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9-2-0-6-gt-10-2-0-2-upgrade-archivelogs-now-smaller/m-p/3844534#M776946</link>
      <description>John, no excuse needed :-)&lt;BR /&gt;This forum is for discussion. &lt;BR /&gt;Don't worry.&lt;BR /&gt;&lt;BR /&gt;Yogeeraj, since I currently do not have any errors nor any messages in the upgradelogs, I do not like to change something right now.&lt;BR /&gt;And again, I do not have a checkpoint problem, but just an anoying size-mismatch with the archivelogs. &lt;BR /&gt;&lt;BR /&gt;I did more internet research and found someone with the same problem. I was able to contact this guy and he mailed me, that when he logged a TAR for this behavior, he has been told, that this is 10g normal behavior.&lt;BR /&gt;&lt;BR /&gt;So currently I am a bit less concernd about this, but I still like to know, why I still have systems that write logs the old way with onlinelogsize=archivelogsize.&lt;BR /&gt;&lt;BR /&gt;But I still like to have a reason/explaination for this and I think I will contact support about this.&lt;BR /&gt;&lt;BR /&gt;Did anybody else noticed this behavior after the upgrade to 10.2 ? Esp. after you changed the "compatible" from 9.2.0 to 10.2.0. ?&lt;BR /&gt;&lt;BR /&gt;Volker</description>
      <pubDate>Thu, 17 Aug 2006 06:18:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9-2-0-6-gt-10-2-0-2-upgrade-archivelogs-now-smaller/m-p/3844534#M776946</guid>
      <dc:creator>Volker Borowski</dc:creator>
      <dc:date>2006-08-17T06:18:06Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 9.2.0.6-&gt;10.2.0.2 Upgrade : archivelogs now smaller</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9-2-0-6-gt-10-2-0-2-upgrade-archivelogs-now-smaller/m-p/3844535#M776947</link>
      <description>hi volker,&lt;BR /&gt;&lt;BR /&gt;i do agree with you that you must not make changes to something which is not causing you any trouble.&lt;BR /&gt;&lt;BR /&gt;Concerning upgrade to 10.2, in fact we did the long jump from 8.1.7 to 10.2. Quite a lot of changes but fortunately we had little complex stuffs. &lt;BR /&gt;&lt;BR /&gt;Two problems to be reported for the moment are:&lt;BR /&gt;1. When using data pump across the network (network_link), tables with long fields cause it to fail. Same if you have "sources" that are too long (i don't remember the exact size) you cannot use expdp...&lt;BR /&gt;&lt;BR /&gt;2. Auto tuning of the SGA, this is the last thing that caused us problem and we are still looking into it....&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Thu, 17 Aug 2006 08:33:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9-2-0-6-gt-10-2-0-2-upgrade-archivelogs-now-smaller/m-p/3844535#M776947</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2006-08-17T08:33:58Z</dc:date>
    </item>
  </channel>
</rss>

