添加db_16k_cache_size后,db不能mount

SQL> CREATE PFILE=‘path/xxx.ora’from spfile;

shell> vi xxx.ora

*.db_16k_cache_size=16384

SQL> create spfile='path/spfilexxx.ora' from pfile='path/xxx.ora';

SQL> shutdown immediate

SQL> STARTUP

ORACLE instance started.
Total System Global Area 1653518336 bytes
Fixed Size                  2213896 bytes
Variable Size            1275070456 bytes
Database Buffers          369098752 bytes
Redo Buffers                7135232 bytes
ORA-00058: DB_BLOCK_SIZE must be 8192 to mount this database (not 16384)

 

 

你可能感兴趣的:(cache)