ORA-00381
Cannot use both supported and deprecated parameters together to specify buffer cache size.
Cause
A deprecated parameter was used along with the supported parameters to specify the buffer cache size. Deprecated parameters are:
- DB_BLOCK_BUFFERS
- BUFFER_POOL_KEEP
- BUFFER_POOL_RECYCLE
Action
Use only supported parameters to specify the buffer cache size. Supported parameters are:
- DB_CACHE_SIZE
- DB_RECYCLE_CACHE_SIZE
- DB_KEEP_CACHE_SIZE
- DB_[N]K_CACHE_SIZE
- SGA_TARGET
- MEMORY_TARGET