Re: nonlogged blocks despite force logging

From: Mladen Gogala <gogala.mladen_at_gmail.com>
Date: Fri, 26 Nov 2021 15:56:42 -0500
Message-ID: <ebede8f8-edf4-5ba1-91c6-d9ef4693185d_at_gmail.com>


On 11/26/21 10:37, Noveljic Nenad wrote:

What might be the explanation for non-logged blocks if logging is forced on the database level?

 

SQL> select count(*) from v$nonlogged_block ;

 

  COUNT(*)

----------

        17

 

SQL> select force_logging from v$database ;

 

FORCE_LOGGING

---------------------------------------

YES

 

The non-logged blocks belong to a LOB segment:

 

1* select segment_name,segment_type from dba_extents where file_id = 11 and 137828 between block_id and block_id + blocks  -1

SQL> /

 

SEGMENT_NAME                   SEGMENT_TYPE

------------------------------ ------------------

SYS_LOB0000006331C00004$$      LOBSEGMENT

 

It started happening after migrating from 19.7 non-cdb to 19.13 multi-tenant.

 

Best regards,

 

Nenad

____________________________________________________


Based on your description and the very low number of unlogged blocks, I would say, you've encountered the following bug:


Click to
                      add to Favorites To BottomTo Bottom


Of course, I cannot be sure, you will probably have to open a SR with Oracle Support.
Regards


-- 
Mladen Gogala
Database Consultant
Tel: (347) 321-1217
https://dbwhisperer.wordpress.com
-- http://www.freelists.org/webpage/oracle-l Received on Fri Nov 26 2021 - 21:56:42 CET

Original text of this message