Oracle DBA, How To, Error, Cause and Action

ORA-00385: cannot enable Very Large Memory with new buffer cache parameters

ORA-00385: cannot enable Very Large Memory with new buffer cache parameters


Cause:


User specified one or more of { db_cache_size , db_recycle_cache_size, db_keep_cache_size, db_nk_cache_size (where n is one of 2,4,8,16,32) } AND use_indirect_data_buffers is set to TRUE. This is illegal.



Action:


Very Large Memory can only be enabled with the old (pre-Oracle_8.2) parameters.

No comments:

Post a Comment

Thanks for your comment.