<<Back to DB Administration Main Page
ACTION: To use block size of (0MB), set initialization parameter db_8k_cache_size.
dbca -silent -createDatabase -responseFile $ORACLE_HOME/assistants/dbca/dbca_ORCL.rsp
[FATAL] [DBT-11101] The block size (0MB) for the tablespace SYSAUX does not match the configured block size (0MB).
ACTION: To use block size of (0MB), set initialization parameter db_8k_cache_size.
Cause: database being created with db_block_size=16K parameter, while the tablespace was using 8K block_size in the template used for database creation.
Solution:
Ensure to use correct db_block_size for each tablespace in the create database script. If you are creating database with 16K block size use 16k block size for tablespaces too.
Comments
Post a Comment