ORA-00381: cannot use both new and old parameters for buffer
cache size specification



ORA-00381: cannot use both new and old parameters for buffer cache size specification..

Answer / guest

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), db_cache_advice } AND one
or more of { db_block_buffers, buffer_pool_keep ,
buffer_pool_recycle }. This is illegal.

Action: Use EITHER the old (pre-Oracle_8.2) parameters OR
the new ones. Don't specify both. If old size parameters are
specified in the parameter file, you may want to replace
them with new parameters since the new parameters can be
modified dynamically and allow you to configure additional
caches for additional block sizes. Cache advisory can only
be enabled with the new cache parameters.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

RMAN-06079: database must be mounted to perform recovery

1 Answers  


ORA-19674: file string is already being backed up with proxy copy

1 Answers  


ORA-22618: attribute is a BAD NULL in the image handle

1 Answers  


AMD-00101: cannot create string "string"; metadata entity already exists

1 Answers  


ORA-13053: maximum number of geometric elements in argument list exceeded

1 Answers  






RMAN-10007: error closing cursor

1 Answers  


RMAN-08131: channel string: specifying datafile copies to recover

1 Answers  


ORA-01533: cannot rename file 'string'; file does not belong to tablespace

1 Answers  


ORA-25958: join index where clause predicate may only contain column references

1 Answers  


ORA-14044: only one partition may be moved

1 Answers  


ORA-02035: illegal bundled operation combination

1 Answers  


ORA-00477: SNP* process terminated with error

1 Answers  


Categories