Mailing List
Home
Forum Home
Oracle List - by freelists.org
Oracle on SUSE Linux - Runing Oracle on SUSE Linux
Oracle database error code ...
www.freelists.org
Subjects
ORA 12540: TNS:internal limit restriction exceeded
ORA 12838 please : Is possible to append two times to the same table befo
ORA 12838 please : Is possible to append two times to the same table before
ora 04031
ora 12500 on windows
ORA 32004: obsolete and/or deprecated parameter(s) specified
ORA 01925: maximum of 30 enabled roles exceeded
ORA 01925: maximum of 30 enabled roles exceeded
ora 12500 on windows
ORA 01650, one idea
ORA 01650
ORA 4030
ORA 12838 please : Is possible to append two times to thesametable before do
ORA 12838 please : Is possible to append two times to thesame table before d
ORA 01536
ORA 03113 end of file on communication channel
ORA 32004: obsolete and/or deprecated parameter(s) specified
ORA 00600:
ORA 00020: maximum number of processes (%s) exceeded
ORA 01925: maximum of 30 enabled roles exceeded
ORA 3113 while creating a cluster database 9201 RAC on Linux with OCFS
ora 12500 on windows
ora 12500 on windows
ora 12500 on windows
ORA 01650, one idea
ora 12500 on windows
ora 12500 on windows
ora 12500 on windows
ORA 2000 Error Using DBMS STATS GATHER SCHEMA STATS
ORA 01650, one idea
ORA 01650, one idea
ORA 01650, one idea
ORA 01650
ORA 01650
Subject: ora 01031
ORA 4030
ORA 4030
ORA 06502: PL/SQL: numeric or value error: Bulk Bind: Truncated Bind
Subject: Re: ORA 01722 invalid number
 
Checkpoint in RAC

Checkpoint in RAC

2007-12-02       - By Andrey Kriushin

 Back
Reply:     1     2  

Hi,

Dan Norris wrote:
> Checkpoints are instance events, not database events
That's a very important point.

By using the thread checkpoints the instance "protects" the changes to
the blocks in its own buffer cache from being lost.

Of course, there are some implications in RAC. Especially with the dirty
blocks, which were sent to the other instances due to the cache fusion.

Those blocks are marked with the PI (past image) status in the sending
instance's buffer header, and their checkpointing presumes some
communication with the other instances's DBWRs. I.e. one should decide
which instance's DBWR will checkpoint those blocks, contained in the PI
buffers of checkpointing instance.

Once this issue is resolved, the recovery of the failed instance is
logically straitforward. Goran had given a good schema for that process.
Fortunately, those "cache fussioned" blocks are correctly accounted when
building the recovery set, as the redo logs + GRD contain enough
information (with the cache fusion the log flush occurs before the
modified block is sent to the other instance).

The performance impact (GRD freeze time) should be measured separately.
Though there is a rule of thumb - if you don't have significant impact
of  'gc ...' waits during the normal operation, you'll probably will not
notice that impact at all :-).

The (probably) bad news are that IMU (In-Memory Undo) and private
strands (both are the 10g features, depending on each other) are
switched off for the RAC (though I'm not sure for private strands, but
very likely - sorry, Alex (BAAG). Promise - I'll check that).

-- Andrey

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
 <meta content="text/html;charset=KOI8-R" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi,<br>
<br>
Dan Norris wrote:
<blockquote cite="mid696342.45756.qm@(protected)"
type="cite">
 <style type="text/css"><!-- DIV {margin:0px;} --></style>
 <div style="font-family: arial,helvetica,sans-serif; font-size: 10pt;">
 <div style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"
>Checkpoints
are instance events, not database events<br>
 </div>
 </div>
</blockquote>
That's a very important point. <br>
<br>
By using the thread checkpoints the instance "protects" the changes to
the blocks in its own buffer cache from being lost.<br>
<br>
Of course, there are some implications in RAC. Especially with the
dirty blocks, which were sent to the other instances due to the cache
fusion. <br>
<br>
Those blocks are marked with the PI (past image) status in the sending
instance's buffer header, and their checkpointing presumes some
communication with the other instances's DBWRs. I.e. one should decide
which instance's DBWR will checkpoint those blocks, contained in the PI
buffers of checkpointing instance.<br>
<br>
Once this issue is resolved, the recovery of the failed instance is
logically straitforward. Goran had given a good schema for that
process. Fortunately, those "cache fussioned" blocks are correctly
accounted when building the recovery set, as the redo logs + GRD
contain enough information (with the cache fusion the log flush occurs
before the modified block is sent to the other instance).<br>
<br>
The performance impact (GRD freeze time) should be measured separately.
Though there is a rule of thumb - if you don't have significant impact
of? 'gc ...' waits during the normal operation, you'll probably will
not notice that impact at all :-).<br>
<br>
The (probably) bad news are that IMU (In-Memory Undo) and private
strands (both are the 10g features, depending on each other) are
switched off for the RAC (though I'm not sure for private strands, but
very likely - sorry, Alex (BAAG). Promise - I'll check that).<br>
<br>
-- Andrey<br>
</body>
</html>