ODA database templates DB_BLOCK_CHECKING / DB_BLOCK_CHECKSUM setting FULL conflicts with database re
Databases created with ODA templates (oakcli or odacli stack) set database parameter DB_BLOCK_CHECKING to FULL and DB_BLOCK_CHECKSUM to FULL.
This does not match to Oracle database recommendation, for example Oracle database team recommends DB_CHECKSUM to TYPICAL (see https://docs.oracle.com/database/121/REFRN/GUID-A0F72B65-BC1C-441B-824E-03ADCE66063A.htm#REFRN10030 ).
Why does ODA template not follow Oracle database recommendations?
Does there exist a documentation which part of Oracle database recommendations are not valid for Oracle databases on ODA?
Is it supported or even recommended to change these database parameter to usual default (DB_BLOCK_CHECKING to OFF, DB_BLOCK_CHECKSUM to TYPICAL)?