db_block_size
We have a vendor app which is OLTP
that has
db_block_size= 16K
tablespaces with block_size=16k
should
you stick to 16k for both db_block_size and tablespace block sizes
or
should you use
db_block_size=8k and create tablespace with block_size=8k?
this is exadata x2-2
Thanks