cannot specify db_stringk_cache_size since stringK is the standard block size

Solution ID:ORA-00380

Type: Oracle

Cause

User specified the parameter db_nk_cache_size (where n is one of 2,4,8,16,32), while the standard block size for this database is equal to n Kbytes. This is illegal.

Actions

Specify the standard block size cache using db_cache_size (DEFAULT pool) (and db_recycle_cache_size, db_keep_cache_size if additional buffer pools are required). Do NOT use the corresponding db_nk_cache_size parameter for the standard block size.

Try the following links for this error:


http://docs.oracle.com/cd/E16655_01/server.121/e26079/e0.htm


https://community.oracle.com/message/695133


https://community.oracle.com/message/11314649


https://community.oracle.com/message/693562


https://community.oracle.com/message/693532


https://community.oracle.com/message/309491


Browse all solutions to database errors from Oracle, MS SQL, or MySQL