You have to setup a cache for the size you want to create if it is different from DB_BLOCK_SIZE initialization parameter like so:
alter system set db_<N>k_cache_size=<REQUESTED SIZE> scope=BOTH;
You have to setup a cache for the size you want to create if it is different from DB_BLOCK_SIZE initialization parameter like so:
alter system set db_<N>k_cache_size=<REQUESTED SIZE> scope=BOTH;




